[Bug testsuite/65364] FAIL: gcc.dg/uninit-19.c (test for warnings, line 22)

iains at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jun 11 18:23:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65364

--- Comment #4 from Iain Sandoe <iains at gcc dot gnu.org> ---
Author: iains
Date: Tue Jun 11 18:22:58 2019
New Revision: 272167

URL: https://gcc.gnu.org/viewcvs?rev=272167&root=gcc&view=rev
Log:
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.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/uninit-19.c


More information about the Gcc-bugs mailing list