Searched defs:__GNUC_MINOR__ (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | command.c | 891 #ifndef __GNUC_MINOR__ 892 #define __GNUC_MINOR__ 0 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__); 1061 #ifndef __GNUC_MINOR__ 1062 #define __GNUC_MINOR__ 0 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 14 milliseconds