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
Created attachment 294408 [details] File to pass to g++ -O to reproduce the internal error
Tracking this upstream: http://gcc.gnu.org/PR35144