]> git.ipfire.org Git - thirdparty/gcc.git/commit
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>
Sat, 27 Apr 2024 16:10:13 +0000 (17:10 +0100)
commitb7c784f58fa7b4afe4cd8546a698df03b88b6fed
tree733248137113faf650f6a0acad5163ad40de00ad
parent248b70a39b361ec425a5ba1131bc54f1a319f121
testsuite, Darwin: Skip g++.dg/debug/dwarf2/pr85550.C

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>
(cherry picked from commit 76547f4c97b1c0744487d624c5e2e5a15d0370a9)
gcc/testsuite/g++.dg/debug/dwarf2/pr85550.C