[PATCH, testsuite] Make pr80263 work for Darwin by suppressing pubnames/types.

Iain Sandoe iain@sandoe.co.uk
Thu Aug 16 14:35:00 GMT 2018


Darwin emits pubnames/types by default which masks the intended check.

OK for trunk?
Iain

 gcc/testsuite

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


---
 gcc/testsuite/gcc.dg/debug/dwarf2/pr80263.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/testsuite/gcc.dg/debug/dwarf2/pr80263.c b/gcc/testsuite/gcc.dg/debug/dwarf2/pr80263.c
index 57633b4f0e..f1a6a33616 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];
 
-- 
2.17.1




More information about the Gcc-patches mailing list