From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A972B3858031; Mon, 1 Feb 2021 23:50:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A972B3858031 From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/98926] New: [11 regression] several ICEs after r11-7011 Date: Mon, 01 Feb 2021 23:50:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer 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 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-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, 01 Feb 2021 23:50:05 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98926 Bug ID: 98926 Summary: [11 regression] several ICEs after r11-7011 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:6e0a231a4aa2407bb7167daf98a37795a67364d8, r11-7011 There are several test case failures and/or ICEs after this revision: make -k check-gcc RUNTESTFLAGS=3D"dg.exp=3Dg++.dg/cpp0x/alias-decl-52.C" FAIL: g++.dg/cpp0x/alias-decl-52.C -std=3Dc++17 (test for excess errors) # of expected passes 2 # of unexpected failures 1 # of unsupported tests 1 make -k check-gcc RUNTESTFLAGS=3D"dg.exp=3Dg++.dg/cpp0x/alias-decl-dr1558.= C" FAIL: g++.dg/cpp0x/alias-decl-dr1558.C -std=3Dc++17 (internal compiler err= or) FAIL: g++.dg/cpp0x/alias-decl-dr1558.C -std=3Dc++17 (test for errors, lin= e 7) FAIL: g++.dg/cpp0x/alias-decl-dr1558.C -std=3Dc++17 (test for errors, lin= e 13) FAIL: g++.dg/cpp0x/alias-decl-dr1558.C -std=3Dc++17 (test for excess error= s) FAIL: g++.dg/cpp0x/alias-decl-dr1558.C -std=3Dc++2a (internal compiler err= or) FAIL: g++.dg/cpp0x/alias-decl-dr1558.C -std=3Dc++2a (test for errors, lin= e 7) FAIL: g++.dg/cpp0x/alias-decl-dr1558.C -std=3Dc++2a (test for errors, lin= e 13) FAIL: g++.dg/cpp0x/alias-decl-dr1558.C -std=3Dc++2a (test for excess error= s) # of expected passes 3 # of unexpected failures 8 # of unsupported tests 1 There may be some other failures, too. Previously: make -k check-gcc RUNTESTFLAGS=3D"dg.exp=3Dg++.dg/cpp0x/alias-decl-dr1558.= C" # of expected passes 9 # of unsupported tests 1 make -k check-gcc RUNTESTFLAGS=3D"dg.exp=3Dg++.dg/cpp0x/alias-decl-52.C" # of expected passes 3 # of unsupported tests 1=