From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82773 invoked by alias); 20 Sep 2015 16:48:14 -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 81817 invoked by uid 48); 20 Sep 2015 16:48:10 -0000 From: "su at cs dot ucdavis.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/67653] New: ICE on valid code on x86_64-linux-gnu: verify_gimple failed Date: Sun, 20 Sep 2015 16:48: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: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: su at cs dot ucdavis.edu X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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 target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-09/txt/msg01596.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D67653 Bug ID: 67653 Summary: ICE on valid code on x86_64-linux-gnu: verify_gimple failed Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: su at cs dot ucdavis.edu Target Milestone: --- The following code causes an ICE when compiled with the current gcc trunk (= at all optimization levels) on x86_64-linux-gnu in both 32-bit and 64-bit mode= s. This is a regression from 5.2.x.=20 $ gcc-trunk -v Using built-in specs. COLLECT_GCC=3Dgcc-trunk COLLECT_LTO_WRAPPER=3D/usr/local/gcc-trunk/libexec/gcc/x86_64-pc-linux-gnu/= 6.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../gcc-trunk/configure --prefix=3D/usr/local/gcc-trunk --enable-languages=3Dc,c++ --disable-werror --enable-multilib Thread model: posix gcc version 6.0.0 20150920 (experimental) [trunk revision 227943] (GCC)=20 $=20 $ gcc-5.2 -c small.c $=20=20=20=20 $ gcc-trunk -c small.c small.c: In function =E2=80=98foo=E2=80=99: small.c:2:1: error: invalid rhs for gimple memory store foo () ^ D.1758 a D.1758 =3D a; small.c:2:1: internal compiler error: verify_gimple failed 0xae6b3d verify_gimple_in_seq(gimple*) ../../gcc-trunk/gcc/tree-cfg.c:4766 0x89d765 gimplify_body(tree_node*, bool) ../../gcc-trunk/gcc/gimplify.c:9319 0x89daf6 gimplify_function_tree(tree_node*) ../../gcc-trunk/gcc/gimplify.c:9408 0x72e427 cgraph_node::analyze() ../../gcc-trunk/gcc/cgraphunit.c:636 0x73162b analyze_functions ../../gcc-trunk/gcc/cgraphunit.c:1091 0x732568 symbol_table::finalize_compilation_unit() ../../gcc-trunk/gcc/cgraphunit.c:2540 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. $=20 ----------------------------- void foo () { __asm__ (""::"m" (( { static int a; a; }))); } >>From gcc-bugs-return-497619-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Sep 20 16:57:15 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 19655 invoked by alias); 20 Sep 2015 16:57:14 -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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 19357 invoked by uid 48); 20 Sep 2015 16:57:11 -0000 From: "ryan.burn at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/67654] New: [concepts] ICE when using concepts in constexpr function Date: Sun, 20 Sep 2015 16:57: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: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ryan.burn at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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 target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-09/txt/msg01597.txt.bz2 Content-length: 3667 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D67654 Bug ID: 67654 Summary: [concepts] ICE when using concepts in constexpr function Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ryan.burn at gmail dot com Target Milestone: --- Created attachment 36353 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D36353&action=3Dedit reproduces problem My version of gcc: g++ (GCC) 6.0.0 20150915 (experimental) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. The attached code causes this internal compiler error: main.cpp: In instantiation of =E2=80=98struct A=E2=80=99: main.cpp:24:18: required from here main.cpp:20:33: error: no matching function for call to =E2=80=98and_c()=E2= =80=99 A() requires and_c()...>() =3D default; ^ main.cpp:10:42: note: candidate: template constexpr bool and_c() template constexpr bool and_c() { ^ main.cpp:10:42: note: template argument deduction/substitution failed: main.cpp:20:33: internal compiler error: unexpected expression =E2=80=98C=E2=80=99 of kind template_id_expr A() requires and_c()...>() =3D default; ^ 0x816bc0 cxx_eval_constant_expression ../../gcc/gcc/cp/constexpr.c:3685 0x812e25 cxx_eval_call_expression ../../gcc/gcc/cp/constexpr.c:1186 0x81575f cxx_eval_constant_expression ../../gcc/gcc/cp/constexpr.c:3205 0x81a53b cxx_eval_outermost_constant_expr ../../gcc/gcc/cp/constexpr.c:3739 0x6846c6 convert_nontype_argument ../../gcc/gcc/cp/pt.c:6314 0x6846c6 convert_template_argument ../../gcc/gcc/cp/pt.c:7190 0x65a514 coerce_template_parameter_pack ../../gcc/gcc/cp/pt.c:7336 0x65a514 coerce_template_parms ../../gcc/gcc/cp/pt.c:7559 0x691bb3 fn_type_unification(tree_node*, tree_node*, tree_node*, tree_node* const*, unsigned int, tree_node*, unification_kind_t, int, bool, bool) ../../gcc/gcc/cp/pt.c:16871 0x5fa73b print_z_candidate ../../gcc/gcc/cp/call.c:3424 0x5fc33e print_z_candidates ../../gcc/gcc/cp/call.c:3494 0x605c17 build_new_function_call(tree_node*, vec**, bool, int) ../../gcc/gcc/cp/call.c:4104 0x78ff5e finish_call_expr(tree_node*, vec**, b= ool, bool, int) ../../gcc/gcc/cp/semantics.c:2391 0x68131f tsubst_copy_and_build(tree_node*, tree_node*, int, tree_node*, boo= l, bool) ../../gcc/gcc/cp/pt.c:15872 0x66aad1 tsubst_expr(tree_node*, tree_node*, int, tree_node*, bool) ../../gcc/gcc/cp/pt.c:15044 0x822ed6 tsubst_predicate_constraint(tree_node*, tree_node*, int, tree_node= *) ../../gcc/gcc/cp/constraint.cc:1416 0x824fbf tsubst_constraint_info(tree_node*, tree_node*, int, tree_node*) ../../gcc/gcc/cp/constraint.cc:1638 0x6739d0 tsubst_decl ../../gcc/gcc/cp/pt.c:11501 0x6624c6 tsubst(tree_node*, tree_node*, int, tree_node*) ../../gcc/gcc/cp/pt.c:12426 0x697a26 instantiate_class_template_1 ../../gcc/gcc/cp/pt.c:9919 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. >>From gcc-bugs-return-497620-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Sep 20 17:16:13 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 59179 invoked by alias); 20 Sep 2015 17:16: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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 59146 invoked by uid 48); 20 Sep 2015 17:16:10 -0000 From: "manu at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/48524] spec language does not cover switches with separated form Date: Sun, 20 Sep 2015 17:16:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: driver X-Bugzilla-Version: 4.6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: manu at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-09/txt/msg01598.txt.bz2 Content-length: 450 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D48524 Manuel L=C3=B3pez-Ib=C3=A1=C3=B1ez changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |manu at gcc dot gnu.org --- Comment #9 from Manuel L=C3=B3pez-Ib=C3=A1=C3=B1ez --- Is this fixed? Can we close it? >>From gcc-bugs-return-497621-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Sep 20 17:29:21 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 83174 invoked by alias); 20 Sep 2015 17:29:20 -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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 83129 invoked by uid 48); 20 Sep 2015 17:29:17 -0000 From: "rhill at gentoo dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/48524] spec language does not cover switches with separated form Date: Sun, 20 Sep 2015 17:29:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: driver X-Bugzilla-Version: 4.6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: rhill at gentoo dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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_status resolution 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-09/txt/msg01599.txt.bz2 Content-length: 439 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48524 Ryan Hill changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #10 from Ryan Hill --- As far as we're concerned it is.