https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96476
Hongtao.liu <crazylht at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |crazylht at gmail dot com --- Comment #1 from Hongtao.liu <crazylht at gmail dot com> --- TARGET_CPU_CPP_BUILTINS? It says --- This function-like macro expands to a block of code that defines built-in preproces- sor macros and assertions for the target CPU, using the functions builtin_define, builtin_define_std and builtin_assert. When the front end calls this macro it provides a trailing semicolon, and since it has finished command line option processing your code can use those results freely. ----