Bug 28159 - [4.1/4.2 regression] ICE when building gdl with -O3
Summary: [4.1/4.2 regression] ICE when building gdl with -O3
Status: RESOLVED DUPLICATE of bug 28058
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: unknown
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-24 23:18 UTC by Mike Frysinger
Modified: 2006-06-24 23:53 UTC (History)
6 users (show)

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


Attachments
PR28159-ice.ii (110 bytes, text/plain)
2006-06-24 23:19 UTC, Mike Frysinger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Frysinger 2006-06-24 23:18:27 UTC
when building gdl with gcc-4.1.1 or gcc-4.2, gcc ICEs:

datatypes.cpp: In constructor 'Data_< <template-parameter-1-1> >::Data_(const
dimension&, BaseGDL::InitType) [with Sp = SpDObj]':
datatypes.cpp:3545: internal compiler error: Segmentation fault

gcc-4.0.3 compiles the code just fine

validated on Gentoo and Debian
Comment 1 Mike Frysinger 2006-06-24 23:19:09 UTC
Created attachment 11742 [details]
PR28159-ice.ii
Comment 2 Andrew Pinski 2006-06-24 23:53:44 UTC

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