From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 79E553840C26; Mon, 25 May 2020 07:22:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 79E553840C26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1590391358; bh=XXbZDlXbLhuwDWNSfdysbxUCT3CIBKK2mog0VrfxRik=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FuW7oqYR8VlmmZCwZ1yNm2+Ps42bC5B6D5aXwAkV59XAKgF8l8b+6Rvxg5EhsYh8M UV7at/MkkZFExBxg+5zBpm+Ib0IqOE9l5PrQ0ItBMUqouHx7mrPEbzTCjwaQut6ZKR TS1FYdeQzFHXDTT7I+PU1xNKrNjcrmLFzmggK4fE= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/95291] ICE Date: Mon, 25 May 2020 07:22:38 +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: 10.1.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW 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_status cf_known_to_fail keywords cf_reconfirmed_on everconfirmed 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-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 07:22:38 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95291 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Known to fail| |11.0 Keywords| |ice-on-valid-code Last reconfirmed| |2020-05-25 Ever confirmed|0 |1 --- Comment #1 from Richard Biener --- Confirmed. t.ii:8:54: internal compiler error: Segmentation fault 8 | struct flip_horizontally : window_root< minion::size >{ }; | ^ 0x167e38f crash_signal /space/rguenther/src/gcc/gcc/toplev.c:328 0x7f77239f61df ??? =20=20=20=20=20=20=20 /usr/src/debug/glibc-2.26-lp151.18.7.x86_64/signal/../sysdeps/unix/sysv/lin= ux/x86_64/sigaction.c:0 0x9e195c resolve_args(vec*, int) /space/rguenther/src/gcc/gcc/cp/call.c:4482 0xce12bf do_class_deduction /space/rguenther/src/gcc/gcc/cp/pt.c:28706 0xce1f52 do_auto_deduction(tree_node*, tree_node*, tree_node*, int, auto_deduction_context, tree_node*, int) /space/rguenther/src/gcc/gcc/cp/pt.c:28839 0xc7eb48 convert_template_argument /space/rguenther/src/gcc/gcc/cp/pt.c:8403 0xc8080c coerce_template_parms /space/rguenther/src/gcc/gcc/cp/pt.c:8907 0xc80fb3 coerce_innermost_template_parms /space/rguenther/src/gcc/gcc/cp/pt.c:9053 0xc832fc lookup_template_class_1 /space/rguenther/src/gcc/gcc/cp/pt.c:9744 0xc86161 lookup_template_class(tree_node*, tree_node*, tree_node*, tree_nod= e*, int, int) /space/rguenther/src/gcc/gcc/cp/pt.c:10128 0xd0d6b7 finish_template_type(tree_node*, tree_node*, int) /space/rguenther/src/gcc/gcc/cp/semantics.c:3411 0xc078e5 cp_parser_template_id /space/rguenther/src/gcc/gcc/cp/parser.c:16749 0xc15bba cp_parser_class_name /space/rguenther/src/gcc/gcc/cp/parser.c:23715 0xbf2c4f cp_parser_qualifying_entity /space/rguenther/src/gcc/gcc/cp/parser.c:6776 0xbf212d cp_parser_nested_name_specifier_opt /space/rguenther/src/gcc/gcc/cp/parser.c:6458 0xc1a4f2 cp_parser_base_specifier /space/rguenther/src/gcc/gcc/cp/parser.c:25721 0xc1a1a7 cp_parser_base_clause /space/rguenther/src/gcc/gcc/cp/parser.c:25574 0xc185d4 cp_parser_class_head /space/rguenther/src/gcc/gcc/cp/parser.c:24669 0xc16294 cp_parser_class_specifier_1 /space/rguenther/src/gcc/gcc/cp/parser.c:23838 0xc176d4 cp_parser_class_specifier /space/rguenther/src/gcc/gcc/cp/parser.c:24212 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions.=