Re: [PATCH] c++: Remove GCC12 FIXME for DR1312

2021-05-03 Thread Jason Merrill via Gcc-patches
On 4/28/21 9:53 PM, Marek Polacek wrote: This patch removes a FIXME I left for myself for GCC 12, along with adjusting the relevant test. Bootstrapped/regtested on x86_64-pc-linux-gnu, ok for trunk? OK. gcc/cp/ChangeLog: DR 1312 * constexpr.c (cxx_eval_constant_expression):

[PATCH] c++: Remove GCC12 FIXME for DR1312

2021-04-28 Thread Marek Polacek via Gcc-patches
This patch removes a FIXME I left for myself for GCC 12, along with adjusting the relevant test. Bootstrapped/regtested on x86_64-pc-linux-gnu, ok for trunk? gcc/cp/ChangeLog: DR 1312 * constexpr.c (cxx_eval_constant_expression): Don't check integer_zerop. gcc/testsuite/