From 6a6f338c1cbfc2585cd85358a83e601fb959445e Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Tue, 16 Jan 2024 21:13:18 +0000 Subject: Add hppa*-*-hpux* to targets which do not support split DWARF 2024-01-16 John David Anglin gcc/testsuite/ChangeLog: * gcc.dg/pr111409.c: Add hppa*-*-hpux* to targets which do not support split DWARF. --- gcc/testsuite/gcc.dg/pr111409.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/testsuite/gcc.dg/pr111409.c b/gcc/testsuite/gcc.dg/pr111409.c index f033fff..7d51905 100644 --- a/gcc/testsuite/gcc.dg/pr111409.c +++ b/gcc/testsuite/gcc.dg/pr111409.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-skip-if "split DWARF unsupported" { powerpc*-ibm-aix* *-*-darwin* } } */ +/* { dg-skip-if "split DWARF unsupported" { hppa*-*-hpux* powerpc*-ibm-aix* *-*-darwin* } } */ /* { dg-options "-gsplit-dwarf -g3 -dA" } */ /* { dg-final { scan-assembler-times {\.section\t"?\.debug_macro} 1 } } */ /* { dg-final { scan-assembler-not {\.byte\s+0x7\s*#\s*Import} } } */ -- cgit v1.1