https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121698
Bug ID: 121698
Summary: [16 Regression] FAIL: g++.dg/opt/pr94589-2.C
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: hjl.tools at gmail dot com
Target Milestone: ---
r16-3419-ga78f34b6d21da2 gave me:
FAIL: g++.dg/opt/pr94589-2.C -std=gnu++20 scan-tree-dump-times optimized
"i_[0-9]+\\(D\\) (?:<|<=|==|!=|>|>=) 5\\.0" 12
FAIL: g++.dg/opt/pr94589-2.C -std=gnu++26 scan-tree-dump-times optimized
"i_[0-9]+\\(D\\) (?:<|<=|==|!=|>|>=) 5\\.0" 12
FAIL: g++.dg/opt/pr94589-2.C -std=gnu++23 scan-tree-dump-times optimized
"i_[0-9]+\\(D\\) (?:<|<=|==|!=|>|>=) 5\\.0" 12
on Linux/x86-64.