Bug 29658 - ICE while compiling Firefox 2.0
Summary: ICE while compiling Firefox 2.0
Status: RESOLVED DUPLICATE of bug 29016
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-30 19:37 UTC by bero
Modified: 2006-11-25 04:27 UTC (History)
8 users (show)

See Also:
Host: i586-pc-linux-gnu
Target: i586-pc-linux-gnu
Build: i586-pc-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments
Preprocessed source (31.57 KB, application/x-bzip2)
2006-10-30 19:43 UTC, bero
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bero 2006-10-30 19:37:03 UTC
c++ -o nsINIParser.o -c -I../../dist/include/system_wrappers -include ../../config/gcc_hidden.h -DOSTYPE=\"Linux2.6.19-0.rc1\" -DOSARCH=\"Linux\" -DBUILD_ID=0000000000 -I./../build  -I../../dist/include/string -I../../dist/include/xpcom -I../../dist/include -I../../dist/include/nspr    -I../../dist/sdk/include    -fPIC   -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -O2 -march=i586 -mtune=i686 -fomit-frame-pointer -fweb -frename-registers   -DMOZILLA_CLIENT -include ../../mozilla-config.h -Wp,-MD,.deps/nsINIParser.pp nsINIParser.cpp
nsINIParser.cpp:324: internal compiler error: tree check: expected class 'expression', have 'exceptional' (baselink) in get_base_var, at ipa-utils.c:224
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Comment 1 Andrew Pinski 2006-10-30 19:40:14 UTC
I think this is a dup of bug 29016.
Comment 2 bero 2006-10-30 19:43:29 UTC
Created attachment 12514 [details]
Preprocessed source

Attaching preprocessed source.

This happened with svn rev. 118139; bug 29016 was reported fixed in 117123, so if it's a dup, the fix doesn't work.
Comment 3 Andrew Pinski 2006-10-30 19:46:47 UTC
It wowkrs just fine iwth 4.3.0 20061026.
Comment 4 Richard Biener 2006-10-31 09:26:36 UTC
works for me with g++-4.2 (GCC) 4.2.0 20061023 (prerelease).
Comment 5 Andrew Pinski 2006-11-25 04:27:28 UTC

*** This bug has been marked as a duplicate of 29016 ***