public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/41626]  New: GCC does not bootstrap on powerpc64
@ 2009-10-07 21:12 meissner at gcc dot gnu dot org
  2009-10-07 21:14 ` [Bug bootstrap/41626] " meissner at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: meissner at gcc dot gnu dot org @ 2009-10-07 21:12 UTC (permalink / raw)
  To: gcc-bugs

GCC does not bootstrap on powerpc64.  It fails in the 2nd stage, when it links
build/gensupport.o.  On the powerpc, the statements:

static struct obstack obstack;
struct obstack *rtl_obstack = &obstack;

On the powerpc generate a reference to an unknown external 'obstack', while on
the x86_64, it generates 'obstack' as a bss item.  The option
-fkeep-static-consts does not help the issue.


-- 
           Summary: GCC does not bootstrap on powerpc64
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: meissner at gcc dot gnu dot org
 GCC build triplet: powerpc64-unknown-linux-gnu
  GCC host triplet: powerpc64-unknown-linux-gnu
GCC target triplet: powerpc64-unknown-linux-gnu


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


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

end of thread, other threads:[~2009-10-08 19:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-07 21:12 [Bug bootstrap/41626] New: GCC does not bootstrap on powerpc64 meissner at gcc dot gnu dot org
2009-10-07 21:14 ` [Bug bootstrap/41626] " meissner at gcc dot gnu dot org
2009-10-07 21:16 ` [Bug bootstrap/41626] [4.5 Regression] " rguenth at gcc dot gnu dot org
2009-10-07 22:01 ` meissner at gcc dot gnu dot org
2009-10-07 22:25 ` [Bug middle-end/41626] " pinskia at gcc dot gnu dot org
2009-10-07 22:35 ` pinskia at gcc dot gnu dot org
2009-10-07 22:38 ` pinskia at gcc dot gnu dot org
2009-10-08 13:11 ` danglin at gcc dot gnu dot org
2009-10-08 14:19 ` hubicka at ucw dot cz
2009-10-08 18:59 ` meissner at gcc dot gnu dot org
2009-10-08 19:00 ` meissner at gcc dot gnu dot 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).