]> git.ipfire.org Git - thirdparty/gcc.git/commit
Darwin, testsuite, backport fix for PR65364
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 4 Aug 2019 12:04:06 +0000 (12:04 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sun, 4 Aug 2019 12:04:06 +0000 (12:04 +0000)
commit2a4741c3158154d41f5ca9095ca6fac2ce58fd96
treee05b73068a7141e77feb65ce0886e1911f5b2a36
parent819373006498303887d89bb5670f0c18c8d5c85b
Darwin, testsuite, backport fix for PR65364

This test currently fails on Darwin, because the port inlines fn2 for
both PIC (and non-pic for m32).  Fixed by adjusting the target condition.

2019-08-04  Iain Sandoe  <iain@sandoe.co.uk>

Backport from mainline.
2019-06-11  Iain Sandoe  <iain@sandoe.co.uk>

PR testsuite/65364
* gcc.dg/uninit-19.c (fn1): Adjust target condition for Darwin.
(fn2): Likewise.

From-SVN: r274076
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/uninit-19.c