Description of problem: Version-Release number of selected component (if applicable): gcc-3.2 How reproducible: Always Steps to Reproduce: 1. Get 'files.tar.bz2' 2. Extract 'test.c++' 3. g++ test.c++ Actual results: [Raptor@Sirca Raptor]$ g++ -save-temps test.c++ test.c++: In function `int main()': test.c++:19: Internal compiler error in resolve_offset_ref, at cp/init.c:1886 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. [Raptor@Sirca Raptor]$ Expected results: (self-evident...) Additional info: 1. Preprocessed source is included in 'files.tar.bz2' 2. In all probability these problems are solved at gcc-3.3. So, in advance, sorry for the drag.
Created attachment 92406 [details] source and preprocessed source
Cannot reproduce with either gcc-3.2.2-5 (in RHL9), gcc-3.2.3-3 nor current rawhide (gcc-3.3-7). All 3 compilers just correctly complain about bugs in the testcase.