Bug 21497 - [4.0 regression] ICE in set_value_handle, at tree-vn.c:179
Summary: [4.0 regression] ICE in set_value_handle, at tree-vn.c:179
Status: RESOLVED DUPLICATE of bug 21293
Alias: None
Product: gcc
Classification: Unclassified
Component: tree-optimization (show other bugs)
Version: 4.0.1
: P2 critical
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-valid-code
Depends on:
Blocks:
 
Reported: 2005-05-10 16:11 UTC by Matthias Klose
Modified: 2005-07-23 22:49 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work: 3.4.4 4.1.0
Known to fail: 4.0.1
Last reconfirmed:


Attachments
preprocessed source (24.50 KB, application/x-gzip)
2005-05-10 16:12 UTC, Matthias Klose
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Klose 2005-05-10 16:11:26 UTC
seen on {i486,powerpc,amd64,ia64}-linux with 4.0 CVS 20050509, works with 3.4.4
and 4.1 CVS, works with -O1

preprocessed source taken from the libggi-2.0.5 source

$ gcc -save-temps -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include
-I/usr/include/glide -I/usr/include -I/usr/include/glide -g -Wall -O2
-I/usr/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG -g -Wall -MT monotext.lo -MD
-MP -MF .deps/monotext.Tpo -c monotext.c  -fPIC -DPIC -o monotext.lo
monotext.c: In function '_ggi_monotextOpen':
monotext.c:433: internal compiler error: in set_value_handle, at tree-vn.c:179
Please submit a full bug report,
with preprocessed source if appropriate.
Comment 1 Matthias Klose 2005-05-10 16:12:36 UTC
Created attachment 8854 [details]
preprocessed source
Comment 2 Andrew Pinski 2005-05-10 16:27:27 UTC

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