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

Reply via email to