https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117971
Bug ID: 117971 Summary: SRA improvements for g++.dg/tree-ssa/pr78687.C Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: mpolacek at gcc dot gnu.org Target Milestone: --- A C++ patch to optimize prvalues will cause/XFAIL this: FAIL: g++.dg/tree-ssa/pr78687.C scan-tree-dump sra "Removing load:.*ptr;" the problem is described in more detail by Jakub here: <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116416#c7>.