From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 232E5385C6FC; Sat, 28 Oct 2023 20:52:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 232E5385C6FC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698526361; bh=0dInzmDXbObwh8uXY9lsifeUpXcz7KwZmGdo+mY0soc=; h=From:To:Subject:Date:From; b=Dspjkg9w/EFYBK/iDj8DqTyaDPbpalH8OjsIy89SGbGpz/Oe5FvowcB2C6XbjKkUf ilSodAiIKdVRGdghGY2tjYLHi7mnh3Uuso1lhknhM4ObAgXLTm2dXBePJnIXuxgCUn Zh0P38NcmHb+pJzECIHdi14KoFB55JKx8x5TofCM= From: "tschwinge at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/112269] New: [14 Regression] x86_64 GNU/Linux '-m32' multilib 'libstdc++-v3/include/complex:1493: internal compiler error: in tsubst_expr, at cp/pt.cc:21534' Date: Sat, 28 Oct 2023 20:52:40 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: tschwinge 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: bug_id short_desc product version bug_status keywords 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112269 Bug ID: 112269 Summary: [14 Regression] x86_64 GNU/Linux '-m32' multilib 'libstdc++-v3/include/complex:1493: internal compiler error: in tsubst_expr, at cp/pt.cc:21534' Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: ice-on-valid-code, testsuite-fail Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tschwinge at gcc dot gnu.org Target Milestone: --- (Assuming my tacking is to be believed) something in Git commit r14-4720-gaf4bb221153359f5948da917d5ef2df738bb1e61..r14-4986-g4d3d2cdb57448= 8223d023b590c3a34ddd93f4dae ICE-regresses a few x86_64 GNU/Linux '-m32' multilib test cases: [-PASS:-]{+FAIL:+} 24_iterators/reverse_iterator/100639.cc -std=3Dc++20 (test for excess errors) [-PASS:-]{+FAIL:+} 24_iterators/reverse_iterator/100639.cc -std=3Dc++26 (test for excess errors) In file included from [...]/build-gcc/x86_64-pc-linux-gnu/32/libstdc++-v3/include/ccomplex:39, from [...]/build-gcc/x86_64-pc-linux-gnu/32/libstdc++-v3/include/x86_64-pc-linux= -gnu/bits/stdc++.h:127, from : [...]/build-gcc/x86_64-pc-linux-gnu/32/libstdc++-v3/include/complex: In member function 'constexpr std::complex& std::complex::operator/=3D(const std::complex<_Tp>&)': [...]/build-gcc/x86_64-pc-linux-gnu/32/libstdc++-v3/include/complex:149= 3: internal compiler error: in tsubst_expr, at cp/pt.cc:21534 0x784e58 tsubst_expr(tree_node*, tree_node*, int, tree_node*) [...]/source-gcc/gcc/cp/pt.cc:21534 0xf03edb fold_non_dependent_expr_template [...]/source-gcc/gcc/cp/constexpr.cc:9030 0xfa17ed fold_for_warn(tree_node*) [...]/source-gcc/gcc/cp/expr.cc:412 0x1144377 cp_build_binary_op(op_location_t const&, tree_code, tree_node= *, tree_node*, int) [...]/source-gcc/gcc/cp/typeck.cc:5436 0x11525b3 cp_build_modify_expr(unsigned int, tree_node*, tree_code, tree_node*, int) [...]/source-gcc/gcc/cp/typeck.cc:9522 0xec5c4d build_new_op(op_location_t const&, tree_code, int, tree_node*, tree_node*, tree_node*, tree_node*, tree_node**, int) [...]/source-gcc/gcc/cp/call.cc:7312 0x11536a5 build_x_modify_expr(unsigned int, tree_node*, tree_code, tree_node*, tree_node*, int) [...]/source-gcc/gcc/cp/typeck.cc:9728 0x103f464 cp_parser_assignment_expression [...]/source-gcc/gcc/cp/parser.cc:10611 0x103f6b4 cp_parser_expression [...]/source-gcc/gcc/cp/parser.cc:10740 0x10441c7 cp_parser_expression_statement [...]/source-gcc/gcc/cp/parser.cc:12939 0x10504ea cp_parser_statement [...]/source-gcc/gcc/cp/parser.cc:12719 0x10517f7 cp_parser_statement_seq_opt [...]/source-gcc/gcc/cp/parser.cc:13188 0x1051a27 cp_parser_compound_statement [...]/source-gcc/gcc/cp/parser.cc:13042 0x1073d95 cp_parser_function_body [...]/source-gcc/gcc/cp/parser.cc:25560 0x1073d95 cp_parser_ctor_initializer_opt_and_function_body [...]/source-gcc/gcc/cp/parser.cc:25611 0x107a1ae cp_parser_function_definition_after_declarator [...]/source-gcc/gcc/cp/parser.cc:32273 0x107a634 cp_parser_late_parsing_for_member [...]/source-gcc/gcc/cp/parser.cc:33241 0x104c3e4 cp_parser_class_specifier [...]/source-gcc/gcc/cp/parser.cc:26761 0x104c3e4 cp_parser_type_specifier [...]/source-gcc/gcc/cp/parser.cc:19725 0x104cb6b cp_parser_decl_specifier_seq [...]/source-gcc/gcc/cp/parser.cc:16283 Similarly: [-PASS:-]{+FAIL:+} std/ranges/iota/93267.cc -std=3Dc++20 (test for exc= ess errors) [-PASS:-]{+FAIL:+} std/ranges/iota/93267.cc -std=3Dc++26 (test for exc= ess errors) [-PASS:-]{+FAIL:+} std/ranges/iota/96042.cc -std=3Dc++20 (test for exc= ess errors) [-PASS:-]{+FAIL:+} std/ranges/iota/96042.cc -std=3Dc++26 (test for exc= ess errors) [-PASS:-]{+FAIL:+} std/ranges/iota/size.cc -std=3Dc++20 (test for exce= ss errors) [-PASS:-]{+FAIL:+} std/ranges/iota/size.cc -std=3Dc++26 (test for exce= ss errors) [-PASS:-]{+FAIL:+} std/ranges/subrange/96042.cc -std=3Dc++20 (test for excess errors) [-PASS:-]{+FAIL:+} std/ranges/subrange/96042.cc -std=3Dc++26 (test for excess errors)=