[Bug c++/94523] [10 Regression] error: 'constexpr' evaluation depth exceeds maximum of 512 (use '-fconstexpr-depth=' to increase the maximum) since r10-7490-g76f09260b7eccd6c
arnaud.giersch at free dot fr
gcc-bugzilla@gcc.gnu.org
Wed Apr 8 08:19:59 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94523
Arnaud Giersch <arnaud.giersch at free dot fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |arnaud.giersch at free dot fr
--- Comment #2 from Arnaud Giersch <arnaud.giersch at free dot fr> ---
Hi,
Faced with the same problem, I noticed that it fails only with -std=c++14 (not
with c++17, nor c++20).
More information about the Gcc-bugs
mailing list