https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119489
Bug ID: 119489
Summary: g++.dg/strub-internal-pr112938.C test fails
scan-tree-dump-times once fixed to actually run
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Keywords: testsuite-fail
Severity: normal
Priority: P3
Component: testsuite
Assignee: unassigned at gcc dot gnu.org
Reporter: sjames at gcc dot gnu.org
CC: aoliva at gcc dot gnu.org
Target Milestone: ---
With my r15-8949-g6b21f7969241cf, I see:
```
+FAIL: g++.dg/strub-internal-pr112938.C -std=gnu++17 scan-tree-dump-times
optimized "={v} \\*j_[0-9][0-9]*(D)" 2
+PASS: g++.dg/strub-internal-pr112938.C -std=gnu++17 (test for excess errors)
+FAIL: g++.dg/strub-internal-pr112938.C -std=gnu++26 scan-tree-dump-times
optimized "={v} \\*j_[0-9][0-9]*(D)" 2
+FAIL: g++.dg/strub-internal-pr112938.C -std=gnu++26 (test for excess errors)
+FAIL: g++.dg/strub-internal-pr112938.C -std=gnu++98 scan-tree-dump-times
optimized "={v} \\*j_[0-9][0-9]*(D)" 2
+PASS: g++.dg/strub-internal-pr112938.C -std=gnu++98 (test for excess errors)
```
Before that commit, the test wasn't being used/run.