From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.7 (X11; Linux i686; U;) Gecko/20030131 Description of problem: $ g++ -c segtest.cc segtest.cc: In function `void test3()': segtest.cc:3: internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. $ cat segtest.cc void test3() { float f; for(f=0.01; f < 0.5; f += 0.01) { } } int main(int argc, char **argv) { return 0; } Version-Release number of selected component (if applicable): gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) How reproducible: Always Steps to Reproduce: 1. g++ -c segtest.cc Actual Results: gcc segfaulted Expected Results: gcc should have compiled the program Additional info:
I can not reproduce the bug. I used exactly the same version of gcc gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) under RHL9.