Bug 165125 - internal compiler error in function "prottnew"
Summary: internal compiler error in function "prottnew"
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: gcc3
Version: 4.0
Hardware: i686
OS: Linux
medium
high
Target Milestone: ---
: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-08-04 15:45 UTC by Judy Langan
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version: 3.4.3-22.1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-08-06 09:31:44 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
preprocessed output of file being compiled (208.19 KB, text/plain)
2005-08-04 15:55 UTC, Judy Langan
no flags Details

Description Judy Langan 2005-08-04 15:45:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)

Description of problem:
See preprocessed output attached

Version-Release number of selected component (if applicable):
gcc-3.4.3-9.EL4

How reproducible:
Always

Steps to Reproduce:
1.Here is the command:
/usr/bin/gcc -c -o /vobs_prgs/linuxx86/obj/prsys/profnd.o -fwritable-strings -O -DANSI_BLOWOUT -DUNIX -DPRO_MOD -DPRO_MOD_BUGFIX -DNO_DEBUG_CODE -DNATIVE -D_THREAD_SAFE -D_REENTRANT -DANSI_BLOWOUT -D_XOPEN_SOURCE=500 -D_GNU_SOURCE -DOPEN_SSL -DCMK_OSVER="Linux 2.6.9-5.ELsmp" -DCMK_CCVER="gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)" -I/vobs_prgs/src/rh -I/vobs_prgs/src/linuxx86 -I/vobs_rkt/src/dbmgr/incl -I/vobs_rkt/src/glue/incl -I/vobs_usrrdl/msg7 /vobs_prgs/src/prsys/profnd.c
cc1: note: -fwritable-strings is deprecated; see documentation for details
/vobs_prgs/src/prsys/profnd.c:54: warning: "struct rntdsc" declared inside parameter list
/vobs_prgs/src/prsys/profnd.c:54: warning: its scope is only this definition or declaration, which is probably not what you want
/vobs_prgs/src/prsys/profnd.c:130:8: warning: extra tokens at end of #endif directive
/vobs_prgs/src/prsys/profnd.c: In function `prottnew':
/vobs_prgs/src/prsys/profnd.c:760: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/cchsyIa9.out file, please attach this to your bugreport.

2. this is line 760:
	ret = profldu(picb, &idxval.aditem, pfldix, (struct prochartbl*)0, 0, 0);
3.
  

Actual Results:  Got internal compiler error: Segmentation fault

Expected Results:  Compile should have succeeded.

Additional info:

/vobs_prgs/src/prsys/profnd.c: In function `prottnew':
/vobs_prgs/src/prsys/profnd.c:760: internal compiler error: Segmentation fault

Comment 1 Judy Langan 2005-08-04 15:55:43 UTC
Created attachment 117458 [details]
preprocessed output of file being compiled

Comment 2 Jakub Jelinek 2005-08-06 09:31:44 UTC
I can reproduce this with 3.4.3-9.EL4 (the original RHEL4 GA gcc), but can't
any longer with 3.4.3-22.1 (RHEL4 U1 gcc) nor with 3.4.4-2 (current proposed
RHEL4 U2 gcc).


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