From: John David Anglin Date: Tue, 16 Jan 2024 21:13:18 +0000 (+0000) Subject: Add hppa*-*-hpux* to targets which do not support split DWARF X-Git-Tag: basepoints/gcc-15~1975 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a6f338c1cbfc2585cd85358a83e601fb959445e;p=thirdparty%2Fgcc.git 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. --- diff --git a/gcc/testsuite/gcc.dg/pr111409.c b/gcc/testsuite/gcc.dg/pr111409.c index f033fff5aa4d..7d5190506624 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} } } */