This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/50689] New: AIX bootstrap failure from cgraphunit.c aliases change


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]