]> git.ipfire.org Git - thirdparty/gcc.git/commit
Darwin, testsuite - Fix PR 65364 (uninit-19.c).
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jun 2019 18:22:58 +0000 (18:22 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jun 2019 18:22:58 +0000 (18:22 +0000)
commit3fcffbe4ca884a8f262a4c7d6f584ce4487bef2a
tree0de182e6989836a1854cf021e8eac7d4ca773be8
parent250f66e8534dd5a82fb0db5fb0ad8be33cd8eb4c
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272167 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/uninit-19.c