From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25105 invoked by alias); 25 Jan 2014 08:05:56 -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 25069 invoked by uid 48); 25 Jan 2014 08:05:51 -0000 From: "nheghathivhistha at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug preprocessor/59935] [4.9 Regression] Firefox build fails with: : internal compiler error: Segmentation fault Date: Sat, 25 Jan 2014 08:05:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: preprocessor X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: nheghathivhistha at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dodji at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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-01/txt/msg02661.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59935 --- Comment #3 from David Kredba --- Is this having the same cause please? It is a seamonkey-2.23 configure stage. configure:24169: checking size of int * configure:24188: x86_64-pc-linux-gnu-gcc -o conftest -fPIC -ggdb -pipe -march=native -mtune=native -mno-avx -mno-sse4.2 -mno-3dnow -mno-avx -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,--as-needed -Wl,-O2 -ggdb -pipe -march=native -mtune=native -mno-avx -mno-sse4.2 -mno-3dnow -fPIC -Wl,-z,noexecstack -Wl,-z,text -B /var/tmp/portage/www-client/seamonkey-2.23/work/comm-release/seamonk/mozilla/build/unix/gold conftest.c -ldl 1>&5 configure:24179:1: warning: return type defaults to 'int' [enabled by default] x86_64-pc-linux-gnu-gcc: internal compiler error: Segmentation fault (program cc1) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. configure: failed program was: #line 24177 "configure" #include "confdefs.h" #include main() { FILE *f=fopen("conftestval", "w"); if (!f) exit(1); fprintf(f, "%d\n", sizeof(int *)); exit(0); } configure: error: Unexpected pointer size trunk revision 207070