On Tue, Sep 05, 2023 at 02:42:39PM -0700, Andrew Pinski wrote: > On Tue, Sep 5, 2023 at 12:31 AM Jakub Jelinek via Gcc-patches > > Recent match.pd changes trigger ICE in build_minus_one_cst, apparently > > I forgot to handle BITINT_TYPE in these (while I've handled it in > > build_zero_cst). > > > > Will commit as obvious together with the rest of the series when the last > > patches are approved. > > I assume there was a testcase that will be added when _BitInt > front-end support gets added.
After working around the build_nonstandard_integer_type in match.pd (in that case the single one, I know there are some others) the ICE was on dg-torture/bitint-42.c at -O1/-Os, so no new testcase needs to be added. Jakub