http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541

--- Comment #8 from Anna <anna.m.tikhonova at gmail dot com> ---
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 <http://gcc.gnu.org/bugs.html> for instructions.

Reply via email to