https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115646
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:453b1d291d1a0f89087ad91cf6b1bed1ec68eff3 commit r15-1643-g453b1d291d1a0f89087ad91cf6b1bed1ec68eff3 Author: Richard Biener <rguent...@suse.de> Date: Tue Jun 25 16:13:02 2024 +0200 tree-optimization/115646 - ICE with pow shrink-wrapping from bitfield The following makes analysis and transform agree on constraints. PR tree-optimization/115646 * tree-call-cdce.cc (check_pow): Check for bit_sz values as allowed by transform. * gcc.dg/pr115646.c: New testcase.