From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16645 invoked by alias); 5 Mar 2009 08:42:19 -0000 Received: (qmail 16624 invoked by uid 48); 5 Mar 2009 08:42:05 -0000 Date: Thu, 05 Mar 2009 08:42:00 -0000 Message-ID: <20090305084205.16623.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/38299] internal error: segmentation fault In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "zhijie dot t at gmail dot com" 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: 2009-03/txt/msg00369.txt.bz2 ------- Comment #5 from zhijie dot t at gmail dot com 2009-03-05 08:42 ------- (In reply to comment #4) > I'm not so sure (that it's cygwin specific). > http://www.google.co.uk/search?q=locale_facets.tcc++internal++error:+Segmentation+fault&hl=en&client=firefox-a&rls=org.mozilla:en-US:official&filter=0 > seems to show it as a chronic intermittent problem in early 3.x series, on a > variety of platforms. Still, it could be that changes in the cygwin compiler > hid/masked the problem in different revisions. > These are all pretty old and obsolete versions I'm afraid and the problem isn't > likely to get fixed now if it hasn't been so far. It might be worth futzing > with the build flags and seeing if you can get it working with different -O > options. > cheers, > DaveK Hi, all I met with the same problem. and I'v tried to change -O2 to -O in the makefile under the dir like /tmp/build/gcc. It does works. If have time, i will try the detail -O2 optimization flags specified and see which flag causes this problem. cheers! Roger -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38299