From: iains Date: Sat, 18 Aug 2018 09:24:55 +0000 (+0000) Subject: Darwin emits pubnames/types by default which mask the intent of the test. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dea9f3cf1b0eb746bdc98abe22da8bd1ab4468dc;p=thirdparty%2Fgcc.git Darwin emits pubnames/types by default which mask the intent of the test. gcc/testsuite 2018-08-18 Iain Sandoe * gcc.dg/debug/dwarf2/pr80263.c: Suppress pubtypes output for Darwin. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263646 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5a1aedfd899b..e89f4a4c093b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2018-08-18 Iain Sandoe + + * gcc.dg/debug/dwarf2/pr80263.c: Suppress pubtypes output + for Darwin. + 2018-08-18 Iain Sandoe * g++.dg/debug/dwarf2/pr85302.C: Skip unsupported split DWARF diff --git a/gcc/testsuite/gcc.dg/debug/dwarf2/pr80263.c b/gcc/testsuite/gcc.dg/debug/dwarf2/pr80263.c index 57633b4f0ebe..f1a6a3361637 100644 --- a/gcc/testsuite/gcc.dg/debug/dwarf2/pr80263.c +++ b/gcc/testsuite/gcc.dg/debug/dwarf2/pr80263.c @@ -1,6 +1,8 @@ /* PR debug/80263 */ /* { dg-do compile } */ /* { dg-options "-g -dA" } */ +/* Darwin emits pubnames/types by default - suppress this for the test. */ +/* { dg-additional-options "-gno-pubnames" { target *-*-darwin* } } */ char array[1];