https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99498
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="dg.exp=g++.dg/opt/pr99305.C" FAIL: g++.dg/opt/pr99305.C -std=gnu++98 scan-tree-dump-times optimized " = \\(unsigned char\\) c_[0-9]*\\(D\\);" 3 FAIL: g++.dg/opt/pr99305.C -std=gnu++14 scan-tree-dump-times optimized " = \\(unsigned char\\) c_[0-9]*\\(D\\);" 3 FAIL: g++.dg/opt/pr99305.C -std=gnu++17 scan-tree-dump-times optimized " = \\(unsigned char\\) c_[0-9]*\\(D\\);" 3 FAIL: g++.dg/opt/pr99305.C -std=gnu++2a scan-tree-dump-times optimized " = \\(unsigned char\\) c_[0-9]*\\(D\\);" 3 # of expected passes 20 # of unexpected failures 4 commit b610c30453d8e4cc88693d85a5a100d089640be5 (HEAD) Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Mar 9 19:13:11 2021 +0100 phiopt: Fix up conditional_replacement [PR99305]