From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32504 invoked by alias); 11 Oct 2012 15:34:30 -0000 Received: (qmail 30253 invoked by uid 48); 11 Oct 2012 15:34:03 -0000 From: "doko at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/54902] New: [4.7 Regression], ICE (segfault) building on arm-linux-gnueabi Date: Thu, 11 Oct 2012 15:34:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: doko 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 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: 2012-10/txt/msg01094.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54902 Bug #: 54902 Summary: [4.7 Regression], ICE (segfault) building on arm-linux-gnueabi Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned@gcc.gnu.org ReportedBy: doko@gcc.gnu.org Created attachment 28426 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28426 preprocessed source seen building the cone package on arm-linux-gnueabi, works with 4.6 branch, fails with 4.7. g++-4.7 -c -g -O[123] myserver.ii myserver.C: In static member function 'static bool myServer::eventloop(myServer::Callback*)': myserver.C:168:6: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. Program received signal SIGSEGV, Segmentation fault. 0x003b90ae in free_scc_vn() () (gdb) bt #0 0x003b90ae in free_scc_vn() () #1 0x003aee44 in ?? () #2 0x003aee44 in ?? () Backtrace stopped: previous frame identical to this frame (corrupt stack?)