From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42947 invoked by alias); 7 Oct 2015 06:08:30 -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 42873 invoked by uid 48); 7 Oct 2015 06:08:23 -0000 From: "bernd.edlinger at hotmail dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/65345] ICE with _Generic selection on _Atomic int Date: Wed, 07 Oct 2015 06:08:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 4.9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bernd.edlinger at hotmail dot de X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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: 2015-10/txt/msg00480.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65345 Bernd Edlinger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernd.edlinger at hotmail dot de --- Comment #22 from Bernd Edlinger --- I still have: arm-linux-gnueabihf-gcc pr65345-3.c pr65345-3.c:8:1: internal compiler error: Segmentation fault float a3 = sizeof (i++); ^ 0xaa349f crash_signal ../../gcc-6-20151004.orig/gcc/toplev.c:353 0x8692c0 tree_check(tree_node*, char const*, int, char const*, tree_code) ../../gcc-6-20151004.orig/gcc/tree.h:2863 0x8692c0 gimple_body(tree_node*) ../../gcc-6-20151004.orig/gcc/gimple-expr.c:312 0x88b8e7 gimple_add_tmp_var(tree_node*) ../../gcc-6-20151004.orig/gcc/gimplify.c:700 0x86999a create_tmp_var(tree_node*, char const*) ../../gcc-6-20151004.orig/gcc/gimple-expr.c:467 0xdd0610 arm_atomic_assign_expand_fenv(tree_node**, tree_node**, tree_node**) ../../gcc-6-20151004.orig/gcc/config/arm/arm-builtins.c:2977 0x5de84f build_atomic_assign ../../gcc-6-20151004.orig/gcc/c/c-typeck.c:3738 0x5dfbf4 build_unary_op(unsigned int, tree_code, tree_node*, int) ../../gcc-6-20151004.orig/gcc/c/c-typeck.c:4131 0x60300d c_parser_postfix_expression_after_primary ../../gcc-6-20151004.orig/gcc/c/c-parser.c:8089 0x5fbcd7 c_parser_postfix_expression ../../gcc-6-20151004.orig/gcc/c/c-parser.c:7806 0x5fe352 c_parser_unary_expression ../../gcc-6-20151004.orig/gcc/c/c-parser.c:6693 0x5fefbf c_parser_cast_expression ../../gcc-6-20151004.orig/gcc/c/c-parser.c:6531 0x5ff1a5 c_parser_binary_expression ../../gcc-6-20151004.orig/gcc/c/c-parser.c:6347 0x5ffdf5 c_parser_conditional_expression ../../gcc-6-20151004.orig/gcc/c/c-parser.c:6123 0x6003e0 c_parser_expr_no_commas ../../gcc-6-20151004.orig/gcc/c/c-parser.c:6041 0x600ab2 c_parser_expression ../../gcc-6-20151004.orig/gcc/c/c-parser.c:8113 0x5fbfc1 c_parser_postfix_expression ../../gcc-6-20151004.orig/gcc/c/c-parser.c:7309 0x5fe352 c_parser_unary_expression ../../gcc-6-20151004.orig/gcc/c/c-parser.c:6693 0x5fe8aa c_parser_sizeof_expression ../../gcc-6-20151004.orig/gcc/c/c-parser.c:6743 0x5fe8aa c_parser_unary_expression ../../gcc-6-20151004.orig/gcc/c/c-parser.c:6664 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions.