[LLVMbugs] [Bug 4559] New: llvm-gcc build broken: ident string in middle of .s

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Jul 15 07:36:38 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4559

           Summary: llvm-gcc build broken: ident string in middle of .s
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: baldrick at free.fr
                CC: llvmbugs at cs.uiuc.edu


On x86-64 linux I am seeing a llvm-gcc build failure when xgcc compiles
_lshrdi3,
part of libgcc:

/tmp/ccvJKDEb.s: Assembler messages:
/tmp/ccvJKDEb.s:355: Error: junk at end of line, first unrecognized character
is `.'

What's happening is that the ident string has turned up in the middle of
the file (at line 355):

        .byte   0x2
        .quad   .Llabel7
        .byte   0x16    .ident  "GCC: (GNU) 4.2.1 (Based on Apple Inc. build
5646) (LLVM build)"


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list