From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7496 invoked by alias); 15 Nov 2013 23:44:57 -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 7453 invoked by uid 48); 15 Nov 2013 23:44:53 -0000 From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/59150] New: [4.9 Regression] ICE: in expand_one_var, at cfgexpand.c:1242 with -fopenmp Date: Fri, 15 Nov 2013 23:44:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: zsojka at seznam dot cz 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: 2013-11/txt/msg01513.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59150 Bug ID: 59150 Summary: [4.9 Regression] ICE: in expand_one_var, at cfgexpand.c:1242 with -fopenmp Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: zsojka at seznam dot cz Created attachment 31228 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31228&action=edit reduced testcase Compiler output: $ gcc -O -fopenmp -fno-tree-ccp -fno-tree-copy-prop -fno-tree-dce testcase.C testcase.C: In function 'void foo(S)': testcase.C:13:6: internal compiler error: in expand_one_var, at cfgexpand.c:1242 void foo (S s) ^ 0x8a83ae expand_one_var /mnt/svn/gcc-trunk/gcc/cfgexpand.c:1236 0x8a93a1 expand_used_vars /mnt/svn/gcc-trunk/gcc/cfgexpand.c:1633 0x8b2ada gimple_expand_cfg /mnt/svn/gcc-trunk/gcc/cfgexpand.c:5552 0x8b2ada execute /mnt/svn/gcc-trunk/gcc/cfgexpand.c:5896 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. Tested revisions: r204836 - crash 4.8 r200234 - OK