This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/41272] FAIL: gcc.dg/debug/dwarf2/inline2.c scan-assembler-times \(DIE \(.*?\) DW_TAG_in lined_subroutine 6
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Oct 2009 01:54:04 -0000
- Subject: [Bug debug/41272] FAIL: gcc.dg/debug/dwarf2/inline2.c scan-assembler-times \(DIE \(.*?\) DW_TAG_in lined_subroutine 6
- References: <bug-41272-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from danglin at gcc dot gnu dot org 2009-10-06 01:54 -------
Neither -O3 or __attribute__((always_inline)) work. There are four
instances of "\\(DIE \\(.*?\\) DW_TAG_lexical_block" and "\\(DIE \\(.*?\\)
DW_TAG_lexical_block" in the assembly output. Reviewing the assembler,
all functions are inlined.
The test doesn't fail on trunk.
The test fails in the same way on hppa64-hp-hpux11.11.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41272