From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5840 invoked by alias); 11 May 2011 21:52:37 -0000 Received: (qmail 5831 invoked by uid 22791); 11 May 2011 21:52:37 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 11 May 2011 21:52:23 +0000 From: "joel at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/48971] New: sparc-rtems does not build X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: joel at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 11 May 2011 21:53:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg00974.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48971 Summary: sparc-rtems does not build Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: critical Priority: P3 Component: bootstrap AssignedTo: unassigned@gcc.gnu.org ReportedBy: joel@gcc.gnu.org As of yesterday's SVN, gcc is very broken for sparc-rtems. The generated gcc can't even compile a simple autoconf probe. I would expect that sparc-elf is similarly broken. This was built with a native built from the same source. That reports gcc (GCC) 4.7.0 20110510 (experimental) [trunk revision 173623] This is from config.log. Let me know what else I can provide. configure:3246: checking for suffix of object files configure:3268: /home2/joel/build/b-sparc-gcc/./gcc/xgcc -B/home2/joel/build/b-sparc-gcc/./gcc/ -nostdinc -B/home2/joel/build/b-sparc-gcc/sparc-rtems4.11/soft/newlib/ -isystem /home2/joel/build/b-sparc-gcc/sparc-rtems4.11/soft/newlib/targ-include -isystem /users/joel/test-gcc/gcc-svn/newlib/libc/include -B/home2/joel/build/b-sparc-gcc/sparc-rtems4.11/soft/libgloss/sparc -L/home2/joel/build/b-sparc-gcc/sparc-rtems4.11/soft/libgloss/libnosys -L/users/joel/test-gcc/gcc-svn/libgloss/sparc -B/users/joel/test-gcc/install-svn/sparc-rtems4.11/bin/ -B/users/joel/test-gcc/install-svn/sparc-rtems4.11/lib/ -isystem /users/joel/test-gcc/install-svn/sparc-rtems4.11/include -isystem /users/joel/test-gcc/install-svn/sparc-rtems4.11/sys-include -msoft-float -c -g -O2 conftest.c >&5 conftest.c:1:0: internal compiler error: in setup_pressure_classes, at ira.c:877 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. configure:3272: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU C Runtime Library" | #define PACKAGE_TARNAME "libgcc" | #define PACKAGE_VERSION "1.0" | #define PACKAGE_STRING "GNU C Runtime Library 1.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://www.gnu.org/software/libgcc/" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3286: error: in `/home2/joel/build/b-sparc-gcc/sparc-rtems4.11/soft/libgcc': configure:3289: error: cannot compute suffix of object files: cannot compile See `config.log' for more details.