Bug 28941 - ice in optimiser
Summary: ice in optimiser
Status: RESOLVED DUPLICATE of bug 28905
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-03 10:31 UTC by David Binderman
Modified: 2006-09-03 11:04 UTC (History)
7 users (show)

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


Attachments
C++ source code (38.16 KB, text/plain)
2006-09-03 10:34 UTC, David Binderman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Binderman 2006-09-03 10:31:31 UTC
I just tried to compile Suse Linux package djvulibre-3.5.17-4
with GNU C++ version 4.2 snapshot 20060902.

The compiler said

GMapAreas.cpp: In member function 'DJVU::GUTF8String DJVU::GMapArea::print()':
GMapAreas.cpp:246: internal compiler error: in compare_name_with_value, at tree-vrp.c:3557
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Preprocessed source code attached. Flag -O2 required.
Comment 1 David Binderman 2006-09-03 10:34:18 UTC
Created attachment 12180 [details]
C++ source code
Comment 2 Richard Biener 2006-09-03 11:04:28 UTC

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