diff options
author | Jakub Jelinek <jakub@redhat.com> | 2022-07-27 12:06:22 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2022-07-27 12:06:22 +0200 |
commit | f9671b60f9395cb1dca128b92f5dd215f5aeaae1 (patch) | |
tree | 1444d3cf8f664cebbd71d0f9bc155bcf95a4de92 /libjava/java/util/Collections$3.h | |
parent | cc078cf85295ec5d0a63a16afbd045efac0d455e (diff) | |
download | gcc-f9671b60f9395cb1dca128b92f5dd215f5aeaae1.zip gcc-f9671b60f9395cb1dca128b92f5dd215f5aeaae1.tar.gz gcc-f9671b60f9395cb1dca128b92f5dd215f5aeaae1.tar.bz2 |
cgraphunit: Don't emit asm thunks for -dx [PR106261]
When -dx option is used (didn't know we have it and no idea what is it
useful for), we just expand functions to RTL and then omit all further
RTL passes, so the normal functions aren't actually emitted into assembly,
just variables.
The following testcase ICEs, because we don't emit the methods, but do
emit thunks pointing to that and those thunks have unwind info and rely on
at least some real functions to be emitted (which is normally the case,
thunks are only emitted for locally defined functions) because otherwise
there are no CIEs, only FDEs and dwarf2out is upset about it.
The following patch fixes that by not emitting assembly thunks for -dx
either.
2022-07-27 Jakub Jelinek <jakub@redhat.com>
PR debug/106261
* cgraphunit.cc (cgraph_node::assemble_thunks_and_aliases): Don't
output asm thunks for -dx.
* g++.dg/debug/pr106261.C: New test.
Diffstat (limited to 'libjava/java/util/Collections$3.h')
0 files changed, 0 insertions, 0 deletions