[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gcc-bugs
Subject:    [Bug driver/47137] New: [4.6 Regression] gcc incorrectly combines assembly inputs
From:       "hjl.tools at gmail dot com" <gcc-bugzilla () gcc ! gnu ! org>
Date:       2010-12-31 20:20:54
Message-ID: bug-47137-4 () http ! gcc ! gnu ! org/bugzilla/
[Download RAW message or body]

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47137

           Summary: [4.6 Regression] gcc incorrectly combines assembly
                    inputs
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


[hjl@gnu-6 gcc]$ cat t1.s
    .globl main
main:
.L1:
    .word 9
[hjl@gnu-6 gcc]$ cat t2.s
.L1:
    .word 9
[hjl@gnu-6 gcc]$ ./xgcc -B./  t1.s t2.s
[hjl@gnu-6 gcc]$ ./xgcc -B./  t1.s t2.s -o foo
t2.s: Assembler messages:
t2.s:1: Error: symbol `.L1' is already defined
[hjl@gnu-6 gcc]$
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic