Lines Matching refs:and
3 // Compiler Options for GCC versions 2.95.3 and later
51 // to the default extensions of .cpp and .cxx
63 -elib(762) // suppress message about multiple identical declarations and
73 -elib(123) // size is both a variable and a macro with args
78 // 796 and 797 (out-of-bounds errors).
109 // For non-ANSI compilers we suppress messages 515 and 516
149 // options actually predate Version 3 and are of the 2.9... time frame
153 -d__attribute__()= // ignore this keyword and following parenthetical
190 -esym( 746, __builtin_* ) // declared and it knows their prototypes.
191 -d__EXCEPTIONS // make sure try and catch are not redefined out
197 // The following was produced by `gcc -v`, and may not be necessary.
205 // Built-in identifiers follow. These constants are compiled into gcc and are not
207 // see what they are on yours, put the following into a source file and run it