Bug 149155

Summary: internal compiler error: in tree_low_cst, at tree.c:3318
Product: [Fedora] Fedora Reporter: Drew Derbyshire <ahd>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 3.4.3-11 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-02-19 23:04:54 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
preprocessed C++ source which caused compiler failure none

Description Drew Derbyshire 2005-02-19 15:25:36 UTC
Description of problem:

internal compiler error: in tree_low_cst, at tree.c:3318 
when compiling attached sample file.

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

Linux catzilla.int.meetingmaker.com 2.6.9-1.667 #1 Tue Nov 2 14:41:25
EST 2004 i686 i686 i386 GNU/Linux

Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-java-awt=gtk
--host=i386-redhat-linux
Thread model: posix

gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)



How reproducible:

Perfectly.


Steps to Reproduce:
1.  gcc sample.cpp

Actual results:

internal compiler error: in tree_low_cst, at tree.c:3318

Expected results:

This file compiled with no errors under gcc version 3.2.2 20030222
(Red Hat Linux 3.2.2-5)


Additional info:

Comment 1 Drew Derbyshire 2005-02-19 15:29:55 UTC
Created attachment 111230 [details]
preprocessed C++ source which caused compiler failure

Compiler fails if run with this file; no compiler options required:

gcc sample.cpp

Comment 2 Jakub Jelinek 2005-02-19 23:04:54 UTC
This is already fixed in rawhide gcc.