<TARA> anya /wrkl/ev/tara/obj/scTest$ make Bld [StatementCache] ../../src/StatementCache/ImportRequest.cc ../../src/StatementCache/ImportRequest.cc: In member function `void StatementCache::ImportRequest::completeRequest(GENPTR) [with GENPTR = LangCore::QueryPtr, STYPE = StatementCache::Query]': ../../src/StatementCache/ImportRequest.cc:51: instantiated from here ../../src/StatementCache/ImportRequest.cc:42: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. Preprocessed source stored into /tmp/ccbOjhTL.out file, please attach this to your bugreport. Version-Release number of selected component (if applicable): gcc-3.4.2-6.fc3 How reproducible: Always Steps to Reproduce: 1. compile attached file with said compiler 2. 3. Actual Results: Error message, segmentation fault Expected Results: .o generated Additional info:
Created attachment 107606 [details] Preprocessed source of program causing fault Compressed it because it was over 1M.
There are likely errors in the input file beyond the segfault problem, this is the first time I've tried compiling this module.
This is ICE on invalid (i.e. low priority), therefore I filed this upstream (it is reproduceable with several GCC versions). http://gcc.gnu.org/PR18757
Created attachment 108197 [details] patch that fixes the bug, back-ported to the gcc-3_4-rhl branch