From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15038 invoked by alias); 15 Jun 2013 16:48:04 -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 14914 invoked by uid 48); 15 Jun 2013 16:47:54 -0000 From: "je.suis.bon at googlemail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/57625] New: internal compiler error: seg fault when building gcc 4.7.2 Date: Sat, 15 Jun 2013 16:48:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 4.8.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: je.suis.bon at googlemail 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 attachments.created 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: 2013-06/txt/msg00802.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57625 Bug ID: 57625 Summary: internal compiler error: seg fault when building gcc 4.7.2 Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: major Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: je.suis.bon at googlemail dot com Created attachment 30308 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30308&action=edit libgcc2.c I was attempting to build gcc 4.7.2 using gcc 4.8.1. to reproduce: mkdir build-gcc cd build-gcc ../gcc-4.7.2/configure --disable-nls --enable-languages=c echo "MAKEINFO = :" >> Makefile # otherwise compile fails! make all-gcc make all-target-libgcc The following error occurs: ../../../../originalsrc/gcc-4.7.2/libgcc/libgcc2.c: In function '__absvdi2': ../../../../originalsrc/gcc-4.7.2/libgcc/libgcc2.c:273:1: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [_absvdi2.o] Error 1 In compliance with gcc's dying wishes, I have submitted a bug report. Although I'm sure you already have it, for rapid perusal, I have attached the source file that caused the seg fault. extra information: $gcc --version: gcc (GCC) 4.8.1 system: archlinux amd64, using the gcc package "gcc-4.8.1-1" If any further information is required, please ask.