Bug 149155 - internal compiler error: in tree_low_cst, at tree.c:3318
Summary: internal compiler error: in tree_low_cst, at tree.c:3318
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-02-19 15:25 UTC by Drew Derbyshire
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 3.4.3-11
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-02-19 23:04:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
preprocessed C++ source which caused compiler failure (452.18 KB, text/plain)
2005-02-19 15:29 UTC, Drew Derbyshire
no flags Details


Links
System ID Private Priority Status Summary Last Updated
GNU Compiler Collection 18384 0 None None None Never

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.


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