From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15167 invoked by alias); 5 Jan 2005 15:43:40 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 14336 invoked by uid 48); 5 Jan 2005 15:42:26 -0000 Date: Wed, 05 Jan 2005 15:43:00 -0000 From: "martin at mpa-garching dot mpg dot de" To: gcc-bugs@gcc.gnu.org Message-ID: <20050105154223.19266.martin@mpa-garching.mpg.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug other/19266] New: [mudflap] ICE when compiling with -fmudflap -O X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg00449.txt.bz2 List-Id: Current g++ produces an ICE when trying to compile the attached test case. Sorry, I had no time today to try a reduction, so it is very large. I'll try to find a shorter testcase as soon as I have more time. BTW, which component should I use for bug reports concerning mudflap itself (not libmudflap)? ~/data/planck/LevelS>g++ -v -c -O -fmudflap testcase.ii Using built-in specs. Configured with: /scratch/gcc/configure --quiet --prefix=/afs/mpa/data/martin/ugcc --enable-languages=c++,f95 --with-gmp=/afs/mpa/data/martin/mygmp Thread model: posix gcc version 4.0.0 20050105 (experimental) /afs/mpa/data/martin/ugcc/libexec/gcc/i686-pc-linux-gnu/4.0.0/cc1plus -fpreprocessed testcase.ii -quiet -dumpbase testcase.ii -mtune=pentiumpro -auxbase testcase -O -version -fmudflap -fno-builtin -fno-merge-constants -o /tmp/ccrlkYrZ.s GNU C++ version 4.0.0 20050105 (experimental) (i686-pc-linux-gnu) compiled by GNU C version 4.0.0 20050105 (experimental). GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 cxxsupport/fitshandle.cc: In member function 'void fitshandle::init_bintab()': cxxsupport/fitshandle.cc:99: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- Summary: [mudflap] ICE when compiling with -fmudflap -O Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: martin at mpa-garching dot mpg dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19266