public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/50689] New: AIX bootstrap failure from cgraphunit.c aliases change
@ 2011-10-10 19:07 dje at gcc dot gnu.org
  2011-10-10 19:08 ` [Bug bootstrap/50689] " dje at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: dje at gcc dot gnu.org @ 2011-10-10 19:07 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50689
           Summary: AIX bootstrap failure from cgraphunit.c aliases change
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dje@gcc.gnu.org


Created attachment 25454
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25454
Pre-processed file that is miscompiled

The patch to cgraphunit.c forcing aliases to be output when cgraph decides so
causes an AIX bootstrap failure.  The patch shifts the output of the aliases in
the assembly file to earlier in the file, before the definition.  AIX assembler
is a single pass assembler and does not allow forward references.


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

end of thread, other threads:[~2014-04-25 23:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-10 19:07 [Bug bootstrap/50689] New: AIX bootstrap failure from cgraphunit.c aliases change dje at gcc dot gnu.org
2011-10-10 19:08 ` [Bug bootstrap/50689] " dje at gcc dot gnu.org
2011-10-10 19:09 ` dje at gcc dot gnu.org
2011-10-10 19:14 ` dje at gcc dot gnu.org
2011-10-14 12:51 ` hubicka at gcc dot gnu.org
2011-10-14 18:48 ` dje at gcc dot gnu.org
2011-10-16  9:04 ` hubicka at gcc dot gnu.org
2014-04-25 23:52 ` dje 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).