Home
last modified time | relevance | path

Searched refs:CL_DISABLED (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dopts.h69 #define CL_DISABLED (1 << 21) /* Disabled in this configuration. */ macro
H A Dopts.c504 if (option->flags & CL_DISABLED) in handle_option()
H A DChangeLog-200518598 * opts.h (CL_DISABLED): New flag.
18599 * opts.c (handle_option): Print an error for CL_DISABLED options.