From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 751E03858039; Tue, 9 Mar 2021 22:56:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 751E03858039 From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/99498] New: [11 regression] new test case g++.dg/opt/pr99305.C in r11-7587 fails Date: Tue, 09 Mar 2021 22:56:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite 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: Tue, 09 Mar 2021 22:56:10 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D99498 Bug ID: 99498 Summary: [11 regression] new test case g++.dg/opt/pr99305.C in r11-7587 fails Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:b610c30453d8e4cc88693d85a5a100d089640be5, r11-7587 make -k check-gcc RUNTESTFLAGS=3D"dg.exp=3Dg++.dg/opt/pr99305.C" FAIL: g++.dg/opt/pr99305.C -std=3Dgnu++98 scan-tree-dump-times optimized = " =3D \\(unsigned char\\) c_[0-9]*\\(D\\);" 3 FAIL: g++.dg/opt/pr99305.C -std=3Dgnu++14 scan-tree-dump-times optimized = " =3D \\(unsigned char\\) c_[0-9]*\\(D\\);" 3 FAIL: g++.dg/opt/pr99305.C -std=3Dgnu++17 scan-tree-dump-times optimized = " =3D \\(unsigned char\\) c_[0-9]*\\(D\\);" 3 FAIL: g++.dg/opt/pr99305.C -std=3Dgnu++2a scan-tree-dump-times optimized = " =3D \\(unsigned char\\) c_[0-9]*\\(D\\);" 3 # of expected passes 20 # of unexpected failures 4 commit b610c30453d8e4cc88693d85a5a100d089640be5 (HEAD) Author: Jakub Jelinek Date: Tue Mar 9 19:13:11 2021 +0100 phiopt: Fix up conditional_replacement [PR99305]=