public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/55067] New: [4.8 Regression] AIX bootstrap failure due to lra.c loc_t
@ 2012-10-24 23:14 dje at gcc dot gnu.org
  2012-10-24 23:16 ` [Bug bootstrap/55067] " dje at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dje at gcc dot gnu.org @ 2012-10-24 23:14 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55067
           Summary: [4.8 Regression] AIX bootstrap failure due to lra.c
                    loc_t
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dje@gcc.gnu.org


The merge of LRA causes a bootstrap failure on AIX due to use of the typedef
loc_t.  This is similar to the bug for tree-diagnostic.c reported in PR 50874. 
Please change the typedef name.


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

* [Bug bootstrap/55067] [4.8 Regression] AIX bootstrap failure due to lra.c loc_t
  2012-10-24 23:14 [Bug bootstrap/55067] New: [4.8 Regression] AIX bootstrap failure due to lra.c loc_t dje at gcc dot gnu.org
@ 2012-10-24 23:16 ` dje at gcc dot gnu.org
  2012-10-25  2:31 ` vmakarov at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dje at gcc dot gnu.org @ 2012-10-24 23:16 UTC (permalink / raw)
  To: gcc-bugs


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

David Edelsohn <dje at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |powerpc-ibm-aix*
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-10-24
                 CC|                            |vmakarov at redhat dot com
               Host|                            |powerpc-ibm-aix*
     Ever Confirmed|0                           |1
      Known to fail|                            |4.8.0
              Build|                            |powerpc-ibm-aix*

--- Comment #1 from David Edelsohn <dje at gcc dot gnu.org> 2012-10-24 23:16:15 UTC ---
Confirmed.


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

* [Bug bootstrap/55067] [4.8 Regression] AIX bootstrap failure due to lra.c loc_t
  2012-10-24 23:14 [Bug bootstrap/55067] New: [4.8 Regression] AIX bootstrap failure due to lra.c loc_t dje at gcc dot gnu.org
  2012-10-24 23:16 ` [Bug bootstrap/55067] " dje at gcc dot gnu.org
@ 2012-10-25  2:31 ` vmakarov at gcc dot gnu.org
  2012-10-25 11:30 ` rguenth at gcc dot gnu.org
  2012-10-25 11:30 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: vmakarov at gcc dot gnu.org @ 2012-10-25  2:31 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Vladimir Makarov <vmakarov at gcc dot gnu.org> 2012-10-25 02:31:36 UTC ---
Author: vmakarov
Date: Thu Oct 25 02:31:31 2012
New Revision: 192794

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192794
Log:
2012-10-24  Vladimir Makarov  <vmakarov@redhat.com>

    PR bootstrap/55067
    * lra.c: Rename loc to sloc and loc_t to sloc_t.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lra.c


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

* [Bug bootstrap/55067] [4.8 Regression] AIX bootstrap failure due to lra.c loc_t
  2012-10-24 23:14 [Bug bootstrap/55067] New: [4.8 Regression] AIX bootstrap failure due to lra.c loc_t dje at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-10-25 11:30 ` rguenth at gcc dot gnu.org
@ 2012-10-25 11:30 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-10-25 11:30 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> 2012-10-25 11:30:39 UTC ---
Shouldn't we poison loc_t in system.h to prevent this issue from popping up
again?


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

* [Bug bootstrap/55067] [4.8 Regression] AIX bootstrap failure due to lra.c loc_t
  2012-10-24 23:14 [Bug bootstrap/55067] New: [4.8 Regression] AIX bootstrap failure due to lra.c loc_t dje at gcc dot gnu.org
  2012-10-24 23:16 ` [Bug bootstrap/55067] " dje at gcc dot gnu.org
  2012-10-25  2:31 ` vmakarov at gcc dot gnu.org
@ 2012-10-25 11:30 ` rguenth at gcc dot gnu.org
  2012-10-25 11:30 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-10-25 11:30 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.8.0

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> 2012-10-25 11:29:59 UTC ---
Fixed.


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

end of thread, other threads:[~2012-10-25 11:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-24 23:14 [Bug bootstrap/55067] New: [4.8 Regression] AIX bootstrap failure due to lra.c loc_t dje at gcc dot gnu.org
2012-10-24 23:16 ` [Bug bootstrap/55067] " dje at gcc dot gnu.org
2012-10-25  2:31 ` vmakarov at gcc dot gnu.org
2012-10-25 11:30 ` rguenth at gcc dot gnu.org
2012-10-25 11:30 ` rguenth 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).