[Bug tree-optimization/126533] Compile time hog with gori_name_helper
"cvs-commit at gcc dot gnu.org via Gcc-bugs" <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126533 --- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Andrew Macleod <[email protected]>: https://gcc.gnu.org/g:dc094853da348f705f95ed0a863feeeea3cd52c9 commit r17-3297-gdc094853da348f705f95ed0a863feeeea3cd52c9 Author: Andrew MacLeod <[email protected]> Date: Wed Aug 12 16:08:44 2026 -0400 Use logical_depth limit in fast vrp. Fast VRP should use the logical_depth setting to limit exponential behaviour. PR tree-optimization/126533 gcc/ * gimple-range-gori.cc (gori_name_helper): Add depth counter. gcc/testsuite/ * gcc.dg/pr126533.c: New.