This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/37058] New: [4.4 Regression] profiling testcases fail with .cfi_endproc without corresponding .cfi_startproc
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Aug 2008 14:55:00 -0000
- Subject: [Bug debug/37058] New: [4.4 Regression] profiling testcases fail with .cfi_endproc without corresponding .cfi_startproc
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
I see
FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile-use -D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/bb-reorg.c execution, -fprofile-use
-D_PROFILE_U
SE
FAIL: gcc.dg/tree-prof/pr34999.c compilation, -fprofile-use -D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/pr34999.c execution, -fprofile-use
-D_PROFILE_US
E
which is because
pr34999.s: Assembler messages:
pr34999.s:114: Error: .cfi_endproc without corresponding .cfi_startproc
pr34999.s:124: Error: open CFI at the end of file; missing .cfi_endproc
directive
as both testcases use -freorder-blocks-and-partition (?)
> as --version
GNU assembler 2.16.91.0.5 20051219 (SUSE Linux)
and
> as --version
GNU assembler (GNU Binutils; openSUSE 11.0) 2.18.50.20080409-11.1
--
Summary: [4.4 Regression] profiling testcases fail with
.cfi_endproc without corresponding .cfi_startproc
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P3
Component: debug
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rguenth at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37058