Re: [PATCH] Do not assert NUM_POLY_INT_COEFFS != 1 early

2024-09-03 Thread Jakub Jelinek
On Tue, Sep 03, 2024 at 10:42:34AM +0200, Richard Biener wrote: > The following moves the assert on NUM_POLY_INT_COEFFS != 1 after > INTEGER_CST processing. > > Bootstrap and regtest running on x86_64-unknown-linux-gnu, pushed > as obvious after getting into stage3. > > * fold-const.cc (pol

[PATCH] Do not assert NUM_POLY_INT_COEFFS != 1 early

2024-09-03 Thread Richard Biener
The following moves the assert on NUM_POLY_INT_COEFFS != 1 after INTEGER_CST processing. Bootstrap and regtest running on x86_64-unknown-linux-gnu, pushed as obvious after getting into stage3. * fold-const.cc (poly_int_binop): Move assert on NUM_POLY_INT_COEFFS after INTEGER_CST p