From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31453 invoked by alias); 31 Oct 2014 18:34:55 -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 Received: (qmail 31410 invoked by uid 48); 31 Oct 2014 18:34:48 -0000 From: "dougmencken at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 Date: Fri, 31 Oct 2014 18:38:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 4.9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dougmencken at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-10/txt/msg02527.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703 Bug ID: 63703 Summary: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: dougmencken at gmail dot com At stage1 of bootstrapping 4.9.2, I got libgcc configure error (from powerpc-unknown-darwin/libgcc/config.log): configure:3389: /_gcc_build/./gcc/xgcc -B/_gcc_build/./gcc/ -B/usr/powerpc-unknown-darwin/bin/ -B/usr/powerpc-u$ cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 libbacktrace could not find executable to open Please submit a full bug report, with preprocessed source if appropriate. See for instructions. configure:3392: $? = 1 configure:3580: checking for suffix of object files configure:3602: /_gcc_build/./gcc/xgcc -B/_gcc_build/./gcc/ -B/usr/powerpc-unknown-darwin/bin/ -B/usr/powerpc-u$ cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 libbacktrace could not find executable to open Please submit a full bug report, with preprocessed source if appropriate. See for instructions. configure:3606: $? = 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:3620: error: in `/_gcc_build/powerpc-unknown-darwin/libgcc': configure:3623: error: cannot compute suffix of object files: cannot compile