From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22862 invoked by alias); 14 Apr 2014 16:58:13 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 22837 invoked by uid 48); 14 Apr 2014 16:58:09 -0000 From: "mike at vermeulen dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/60841] New: gcc: internal compiler error: Killed (program cc1) in gcc 4.9.0 RC 2014-04-11 Date: Mon, 14 Apr 2014 16:58:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: mike at vermeulen dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-04/txt/msg01030.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60841 Bug ID: 60841 Summary: gcc: internal compiler error: Killed (program cc1) in gcc 4.9.0 RC 2014-04-11 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: critical Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: mike at vermeulen dot com Created attachment 32596 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32596&action=edit preprocessed source file that demonstrates the problem When compiling with "gcc -Ofast" the compiler runs for a long time and eventually dies with following internal compiler error. When compiling with "gcc -O3" the compilation succeeds and is also much quicker. gcc: internal compiler error: Killed (program cc1) 0x409fd4 execute /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:2848 0x40a384 do_spec_1 /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:4652 0x40cc46 process_brace_body /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5935 0x40cc46 handle_braces /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5849 0x40b1f9 do_spec_1 /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5306 0x40cc46 process_brace_body /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5935 0x40cc46 handle_braces /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5849 0x40b1f9 do_spec_1 /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5306 0x40af63 do_spec_1 /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5421 0x40cc46 process_brace_body /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5935 0x40cc46 handle_braces /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5849 0x40b1f9 do_spec_1 /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5306 0x40cc46 process_brace_body /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5935 0x40cc46 handle_braces /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5849 0x40b1f9 do_spec_1 /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5306 0x40cc46 process_brace_body /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5935 0x40cc46 handle_braces /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5849 0x40b1f9 do_spec_1 /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5306 0x40cc46 process_brace_body /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5935 0x40cc46 handle_braces /root/source/gcc-4.9.0-RC-20140411/gcc/gcc.c:5849 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions.