]> gcc.gnu.org Git - gcc.git/commitdiff
testsuite, Darwin: Skip g++.dg/debug/dwarf2/pr85550.C
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 1 Oct 2023 19:38:44 +0000 (20:38 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Mon, 2 Oct 2023 06:58:43 +0000 (07:58 +0100)
There are two problems here; first that the emitted asm for
-fdebug-types-section is ELF-specfic leading to assembler errors for
Mach-O.  If we fix this, we get a secondary fail since the debug linker
does not recognise DW_FORM_ref_sig8.  Disable ths test until we get
DWARF-5 support in the external Darwin toolchain components.

gcc/testsuite/ChangeLog:

* g++.dg/debug/dwarf2/pr85550.C: Skip for Darwin.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/testsuite/g++.dg/debug/dwarf2/pr85550.C

index 35b0f56e9590f3f88448872345e8196d3e6fc2fe..c95f75255d460c6fd21695f7ea1fc38a099976f8 100644 (file)
@@ -2,6 +2,7 @@
 // { dg-do link }
 // { dg-options "-O2 -g -fdebug-types-section" }
 // { dg-skip-if "AIX DWARF5" { powerpc-ibm-aix* } }
+// { dg-skip-if "No debug linker support" { *-*-darwin* } }
 
 struct A {
   int bar () const { return 0; }
This page took 0.067816 seconds and 5 git commands to generate.