You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am just wondering. You are stating, that you are using gcc14.1 but error message shows gcc14.2. Just a typo?
Sorry, I didn't make it clear. To reproduce the issue, first add #define JSON_DIAGNOSTICS 1 before the include statements. Secondly, the compilation flags should be -O2 -Wall -Werror -DNDEBUG. The gcc version is 14.2.0
Please try again in https://godbolt.org/z/ve9acMWPn
Description
version: 3.11.3
gcc version: 14.2.0
Reproduction steps
Compiling with -O2 will cause the following error,but compiling without -O2 succeeds.
Expected vs. actual results
Minimal code example
Error messages
Compiler and operating system
ubuntu-22.04
Library version
3.11.3
Validation
develop
branch is used.The text was updated successfully, but these errors were encountered: