Description of problem: compiling gdl 0.9prep2 source code using -O3 produces an internal compiler error: datatypes.cpp: In constructor âData_< <template-parameter-1-1> >::Data_(const dimension&, BaseGDL::InitType) [with Sp = SpDObj]â: datatypes.cpp:3550: internal compiler error: Segmentation fault it compiles fine with -O2 Version-Release number of selected component (if applicable): gcc (GCC) 4.1.1 20060525 (Red Hat 4.1.1-1) gdl-0.9pre2 How reproducible: it happens everytime Steps to Reproduce: 1. download gdl-0.9pre2 source files 2. set CFLAGS and CXXFLAGS to -O3 and configure 3. make Actual results: compiler internal error Expected results: normal compilation Additional info:
Created attachment 131018 [details] Preprocessed source
Tracking upstream.