Re: [C++ PATCH] Diagnose constexpr overflow (PR c++/70323)
On 03/23/2016 02:34 PM, Jason Merrill wrote: For GCC 7 we should do constexpr evaluation on the unfolded function, but for GCC 6 this is OK. And here's a fix for the -Wall case. Tested x86_64-pc-linux-gnu, applying to trunk. commit 75f153ad9c455c7f2340b6da6791e5a9a0787a8e Author: Jason Merri
Re: [C++ PATCH] Diagnose constexpr overflow (PR c++/70323)
For GCC 7 we should do constexpr evaluation on the unfolded function, but for GCC 6 this is OK. Jason