Re: [PATCH] c-family: Fix up -fno-debug-cpp [PR111965]

2023-12-07 Thread Richard Biener
On Thu, Dec 7, 2023 at 8:54 AM Jakub Jelinek wrote: > > Hi! > > As can be seen in the second testcase, -fno-debug-cpp is actually > implemented the same as -fdebug-cpp and so doesn't turn the debugging > off. > > The following patch fixes that. > > Bootstrapped/regtested on x86_64-linux and

Re: [PATCH] expr: Handle BITINT_TYPE in count_type_elements [PR112881]

2023-12-07 Thread Richard Biener
On Thu, 7 Dec 2023, Jakub Jelinek wrote: > Hi! > > The following testcaser ICEs during gimplification, because > count_type_elements doesn't handle BITINT_TYPE. It should handle it like > other integral types. > > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? OK. >

Re: [PATCH] tree-ssa-dce: Fix up maybe_optimize_arith_overflow for BITINT_TYPE [PR112880]

2023-12-07 Thread Richard Biener
On Thu, 7 Dec 2023, Jakub Jelinek wrote: > Hi! > > The following testcase ICEs because maybe_optimize_arith_overflow > uses build_nonstandard_integer_type, which is inappropriate if > type is large BITINT_TYPE. > > Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, > ok for

<    1   2   3   4