From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4662 invoked by alias); 10 Jun 2013 14:34:38 -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 4641 invoked by uid 48); 10 Jun 2013 14:34:35 -0000 From: "anna.m.tikhonova at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/57541] [Cilkplus]: internal compiler error: in gimplify_expr, at gimplify.c:7809 Date: Mon, 10 Jun 2013 14:34:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: anna.m.tikhonova at gmail 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: Message-ID: In-Reply-To: References: 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-06/txt/msg00486.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541 --- Comment #8 from Anna --- Thing from Comment 1 is still reproducible with this case: int A[10]; int main () { int a; a = __sec_reduce_add (1); } $ gcc -fcilkplus 1.c 1.c: In function 'main': 1.c:5:5: internal compiler error: in gimplify_var_or_parm_decl, at gimplify.c:2042 a = __sec_reduce_add (1); ^ 0x78b57b gimplify_var_or_parm_decl /home/anna/trunk/gcc/gimplify.c:2042 0x78d24b gimplify_expr(tree_node**, gimple_statement_d**, gimple_statement_d**, bool (*)(tree_node*), int) /home/anna/trunk/gcc/gimplify.c:7565 0x798883 gimplify_modify_expr /home/anna/trunk/gcc/gimplify.c:4851 0x78d213 gimplify_expr(tree_node**, gimple_statement_d**, gimple_statement_d**, bool (*)(tree_node*), int) /home/anna/trunk/gcc/gimplify.c:7160 0x790836 gimplify_stmt(tree_node**, gimple_statement_d**) /home/anna/trunk/gcc/gimplify.c:5692 0x78cafb gimplify_statement_list /home/anna/trunk/gcc/gimplify.c:1521 0x78cafb gimplify_expr(tree_node**, gimple_statement_d**, gimple_statement_d**, bool (*)(tree_node*), int) /home/anna/trunk/gcc/gimplify.c:7549 0x790836 gimplify_stmt(tree_node**, gimple_statement_d**) /home/anna/trunk/gcc/gimplify.c:5692 0x78cafb gimplify_statement_list /home/anna/trunk/gcc/gimplify.c:1521 0x78cafb gimplify_expr(tree_node**, gimple_statement_d**, gimple_statement_d**, bool (*)(tree_node*), int) /home/anna/trunk/gcc/gimplify.c:7549 0x790836 gimplify_stmt(tree_node**, gimple_statement_d**) /home/anna/trunk/gcc/gimplify.c:5692 0x78cafb gimplify_statement_list /home/anna/trunk/gcc/gimplify.c:1521 0x78cafb gimplify_expr(tree_node**, gimple_statement_d**, gimple_statement_d**, bool (*)(tree_node*), int) /home/anna/trunk/gcc/gimplify.c:7549 0x790836 gimplify_stmt(tree_node**, gimple_statement_d**) /home/anna/trunk/gcc/gimplify.c:5692 0x791ec1 gimplify_body(tree_node*, bool) /home/anna/trunk/gcc/gimplify.c:8193 0x792376 gimplify_function_tree(tree_node*) /home/anna/trunk/gcc/gimplify.c:8325 0x62951f analyze_function /home/anna/trunk/gcc/cgraphunit.c:629 0x62c514 analyze_functions /home/anna/trunk/gcc/cgraphunit.c:913 0x62d9c5 finalize_compilation_unit() /home/anna/trunk/gcc/cgraphunit.c:2097 0x50a333 c_write_global_declarations() /home/anna/trunk/gcc/c/c-decl.c:10118 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions.