Bug 57979 - gcc Internal compiler error
Summary: gcc Internal compiler error
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: gcc
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-01-04 09:51 UTC by Gilles J. Seguin
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-01-04 09:57:49 UTC
Embargoed:


Attachments (Terms of Use)
C source file (595 bytes, text/plain)
2002-01-04 09:57 UTC, Gilles J. Seguin
no flags Details

Description Gilles J. Seguin 2002-01-04 09:51:50 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.16-0.7 i486)

Description of problem:
scan3.c: In function `addstr':
scan3.c:15: Internal compiler error in force_nonfallthru_and_redirect, at
cfgrtl.c:921


Version-Release number of selected component (if applicable):
$ rpm -q gcc
gcc-3.1-0.11


How reproducible:
Always

Steps to Reproduce:
1.gcc -O -c scan3.c  -o scan3.o
2.
3.
	

Actual Results:  see Description of problem

Expected Results:  With optimization removed, compilation succeed
gcc -O0 -c scan3.c  -o scan3.o

Additional info:
attach file, scan3.c

Comment 1 Gilles J. Seguin 2002-01-04 09:57:45 UTC
Created attachment 41751 [details]
C source file

Comment 2 Jakub Jelinek 2002-01-04 21:20:36 UTC
Should be fixed in gcc-3.1-0.12 and up.


Note You need to log in before you can comment on or make changes to this bug.