From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020607 Description of problem: g77 compiler error triggered by -c -g -O3 combination on this file. Removing -g or reducing -O level clears problem. A file cut qdown to just the stlez routine removes the error. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.g77 -c -O3 -g stl.f 2. 3. Actual Results: stl.f: In subroutine `stlez': stl.f:477: Internal compiler error in add_abstract_origin_attribute, at dwarf2out.c:9547 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. Expected Results: normal compile of stl.o Additional info: Offending file is on my website. See URL above. $ rpm -qf `which g77` gcc-g77-3.2-7
Created attachment 86346 [details] Source code for offending function
I've checked the current state of redhat gcc3.2 branch (gcc-3_2-rhl8-branch). The bug was gone. Therefore we are closing the case.