[gcc r14-8164] Add hppa*-*-hpux* to targets which do not support split DWARF

John David Anglin danglin@gcc.gnu.org
Tue Jan 16 21:13:44 GMT 2024


https://gcc.gnu.org/g:6a6f338c1cbfc2585cd85358a83e601fb959445e

commit r14-8164-g6a6f338c1cbfc2585cd85358a83e601fb959445e
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Tue Jan 16 21:13:18 2024 +0000

    Add hppa*-*-hpux* to targets which do not support split DWARF
    
    2024-01-16  John David Anglin  <danglin@gcc.gnu.org>
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/pr111409.c: Add hppa*-*-hpux* to targets which do
            not support split DWARF.

Diff:
---
 gcc/testsuite/gcc.dg/pr111409.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/pr111409.c b/gcc/testsuite/gcc.dg/pr111409.c
index f033fff5aa4..7d519050662 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} } } */


More information about the Gcc-cvs mailing list