Bug 432090

Summary: gcc 4.3.0: internal compiler error: in generate_element_copy, at tree-sra.c:2603
Product: [Fedora] Fedora Reporter: Matthew Farrellee <matt>
Component: gcc4Assignee: Jakub Jelinek <jakub>
Status: CLOSED UPSTREAM QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-09 08:46:06 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
File to pass to g++ -O to reproduce the internal error none

Description Matthew Farrellee 2008-02-08 19:53:32 UTC
Description of problem:

There is an internal compiler error in 4.3.0, potentially related to -O

The attached file (tree-sra.c_2603_error.C) causes an internal compiler error. 


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

gcc 4.3.0 from F9 (fedora-devel)


How reproducible:

Always


Steps to Reproduce:
1. g++ -O -c tree-sra.c_2603_error.C
  

Actual results:

daemon_core.C: In constructor 'DaemonCore::DaemonCore(int, int, int, int, int,
int)':
daemon_core.C:9084: internal compiler error: in generate_element_copy, at
tree-sra.c:2603
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccB0k8yc.out file, please attach this to
your bugreport.


Expected results:

A nice .o file


Additional info:

"g++ -c tree-sra.c_2603_error.C" succeeds

Comment 1 Matthew Farrellee 2008-02-08 19:53:33 UTC
Created attachment 294408 [details]
File to pass to g++ -O to reproduce the internal error

Comment 2 Jakub Jelinek 2008-02-09 08:46:06 UTC
Tracking this upstream: http://gcc.gnu.org/PR35144