public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/47137] New: [4.6 Regression] gcc incorrectly combines assembly inputs
@ 2010-12-31 20:20 hjl.tools at gmail dot com
  2010-12-31 20:24 ` [Bug driver/47137] " hjl.tools at gmail dot com
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: hjl.tools at gmail dot com @ 2010-12-31 20:20 UTC (permalink / raw)
  To: gcc-bugs

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]$


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-01-04 10:30 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-31 20:20 [Bug driver/47137] New: [4.6 Regression] gcc incorrectly combines assembly inputs hjl.tools at gmail dot com
2010-12-31 20:24 ` [Bug driver/47137] " hjl.tools at gmail dot com
2010-12-31 20:26 ` hjl.tools at gmail dot com
2011-01-02 17:54 ` hjl at gcc dot gnu.org
2011-01-02 17:55 ` hjl.tools at gmail dot com
2011-01-02 22:07 ` hjl.tools at gmail dot com
2011-01-02 22:43 ` rguenth at gcc dot gnu.org
2011-01-03 12:31 ` jakub at gcc dot gnu.org
2011-01-03 13:24 ` hjl.tools at gmail dot com
2011-01-03 13:54 ` joseph at codesourcery dot com
2011-01-03 15:03 ` hjl at gcc dot gnu.org
2011-01-03 21:42 ` rguenth at gcc dot gnu.org
2011-01-03 23:31 ` ian at airs dot com
2011-01-03 23:33 ` ian at airs dot com
2011-01-04 10:22 ` jiez at gcc dot gnu.org
2011-01-04 10:30 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).