Darwin, testsuite - Fix PR 65364 (uninit-19.c).
authorIain Sandoe <iain@sandoe.co.uk>
Tue, 11 Jun 2019 18:22:58 +0000 (18:22 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Tue, 11 Jun 2019 18:22:58 +0000 (18:22 +0000)
commite7f5de7d657f549cb67be9a7ddcb2852bbacfa88
tree0de182e6989836a1854cf021e8eac7d4ca773be8
parent85775141e3d551b880baefc7e6f8151737fc497c
Darwin, testsuite - Fix PR 65364 (uninit-19.c).

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-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: r272167
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/uninit-19.c