Commit afc8ff31 by Iain Sandoe Committed by Iain Sandoe

Darwin emits pubnames/types by default which mask the intent of the test.

gcc/testsuite

2018-08-18  Iain Sandoe  <iain@sandoe.co.uk>

	* gcc.dg/debug/dwarf2/pr80263.c: Suppress pubtypes output
	for Darwin.

From-SVN: r263646
parent c7a52e72
2018-08-18 Iain Sandoe <iain@sandoe.co.uk> 2018-08-18 Iain Sandoe <iain@sandoe.co.uk>
* gcc.dg/debug/dwarf2/pr80263.c: Suppress pubtypes output
for Darwin.
2018-08-18 Iain Sandoe <iain@sandoe.co.uk>
* g++.dg/debug/dwarf2/pr85302.C: Skip unsupported split DWARF * g++.dg/debug/dwarf2/pr85302.C: Skip unsupported split DWARF
test on Darwin. test on Darwin.
* g++.dg/debug/dwarf2/pr85302.C: Likewise. * g++.dg/debug/dwarf2/pr85302.C: Likewise.
......
/* PR debug/80263 */ /* PR debug/80263 */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-g -dA" } */ /* { 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]; char array[1];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment