Searched defs:__GNUC_PATCHLEVEL__ (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/nmake/
H A Dcommand.c894 #ifndef __GNUC_PATCHLEVEL__
895 #define __GNUC_PATCHLEVEL__ 1 macro
904 error(state.mam.regress || state.regress ? -1 : 1, "command.c:%d: gcc %d.%d.%d code generation bug workaround -- pass this on to the vendor", __LINE__, __GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__);
1064 #ifndef __GNUC_PATCHLEVEL__
1065 #define __GNUC_PATCHLEVEL__ 1 macro
1075 error(state.mam.regress || state.regress ? -1 : 1, "command.c:%d: gcc %d.%d.%d code generation bug workaround -- pass this on to the vendor", __LINE__, __GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__);

Completed in 10 milliseconds