Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 62797

Summary: gcc 3.1-0.23.1 ICE on legal but silly code
Product: [Retired] Red Hat Raw Hide Reporter: Peter Klotz <peter.klotz99>
Component: gcc3Assignee: Jakub Jelinek <jakub>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-02 19:56:40 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:

Description Peter Klotz 2002-04-05 18:06:31 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.9) Gecko/20020311

Description of problem:
The program under "Additional Information" produces an Internal Compiler Error.
Happens also with gcc 2.96 and gcc 2.95.3.

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


How reproducible:
Always

Steps to Reproduce:
1.Compile
2.Run
3.
	

Actual Results:  ICE

Expected Results:  Some compiler message about exceeding system limits.

Additional info:

int main(void)
{
	int i[1000000000];
	return 0;
}

Comment 1 Richard Henderson 2004-10-02 19:56:40 UTC
Fixed for gcc 3.0.

z.c:3: size of variable `i' is too large