Lines Matching full:gcc
3 #error "Please don't include <linux/compiler-gcc.h> directly, include <linux/compiler.h> instead."
7 * Common definitions for all gcc versions go here.
13 /* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145 */
15 # error Sorry, your version of GCC is too old - please use 4.9 or newer.
19 * This macro obfuscates arithmetic on a variable address so that gcc
24 * gcc optimizers assume this is the case. In particular they
60 * confuse the stack allocation in gcc, leading to overly large stack
61 * frames, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82365
88 * GCC 'asm goto' miscompiles certain code sequences:
90 * http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58670
99 * sparse (__CHECKER__) pretends to be gcc, but can't do constant
152 #define __diag(s) _Pragma(__diag_str(GCC diagnostic s))