Bug 121079

Summary: Internal compiler error in find_reloads_toplev, at reload.c:4439
Product: [Retired] Red Hat Linux Reporter: Gert Vervoort <gert.vervoort>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-05-25 15:54:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
C program used to reproduce the bug none

Description Gert Vervoort 2004-04-16 21:22:22 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1)
Gecko/20030225

Description of problem:
Compiler error when using -O or higher:

[gert@viper tmp]$ gcc -g -march=pentium3 -std=c99 invert_image.c
[gert@viper tmp]$ gcc -g -O -march=pentium3 -std=c99 invert_image.c
invert_image.c: In function `invert_image_mmx':
invert_image.c:26: Internal compiler error in find_reloads_toplev, at
reload.c:4439
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
[gert@viper tmp]$ 


Version-Release number of selected component (if applicable):
gcc-3.2.2-5

How reproducible:
Always

Steps to Reproduce:
1. gcc -g -O -march=pentium3 -std=c99 invert_image.c
2.
3.
    

Actual Results:  [gert@viper tmp]$ gcc -g -O -march=pentium3 -std=c99
invert_image.c
invert_image.c: In function `invert_image_mmx':
invert_image.c:26: Internal compiler error in find_reloads_toplev, at
reload.c:4439
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
[gert@viper tmp]$ 

Expected Results:  [gert@viper tmp]$ gcc -g -march=pentium3 -std=c99
invert_image.c
[gert@viper tmp]$

Additional info:

Comment 1 Gert Vervoort 2004-04-16 21:23:53 UTC
Created attachment 99495 [details]
C program used to reproduce the bug

Comment 2 Miloslav Trmac 2004-04-17 12:55:07 UTC
Seems to work fine with gcc-3.3.2-1 (FC1).