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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to