Home | History | Annotate | Download | only in info

Lines Matching full:c89

160 in both its forms, is commonly known as "C89", or occasionally as
163 standard in GCC, use one of the options `-ansi', `-std=c89' or
197 language explicitly with `-std=gnu89' (for C89 with GNU extensions) or
202 extensions in C89 mode.
1494 In C mode, this is equivalent to `-std=c89'. In C++ mode, it is
1535 The compiler can accept several base standards, such as `c89' or
1539 extensions that do not contradict it. For example, `-std=c89'
1554 `c89'
1615 in GCC 4.3. This option is not supported in C89 or gnu89 mode.
3819 not count the trailing NUL. In C89, the limit was 509 characters;
4979 inline' extension in GNU C89. In C++, emit any and all inline
7165 `c89'
7166 The ISO C standard from 1990. `c89' is the customary
7169 The `-ansi' option is equivalent to `-std=c89'.
15448 Some features that are in ISO C99 but not C89 or C++ are also, as
15449 extensions, accepted by GCC in C89 mode and in C++.
16113 and as an extension GCC supports them in C89 mode and in C++. Simply
16143 supports them in C89 mode and in C++, and supports complex integer data
16255 in C89 mode (except in some cases when strictly conforming) and in C++.
16432 extension GCC accepts them in C89 mode and in C++. (However, GCC's
16578 them. As an extension, GCC allows such arrays to be subscripted in C89
16580 For example, this is valid in GNU C though not valid in C89:
16634 literals in C89 mode and in C++.
16688 Standard C89 requires the elements of an initializer to appear in a
16694 an extension in C89 mode as well. This extension is not implemented in
16860 C89 mode. For example, you could do:
18274 `-std=c89').
19204 If you are writing a header file to be included in ISO C89 programs,
19254 The remainder of this section is specific to GNU C89 inlining.
22201 Outside strict ISO C mode (`-ansi', `-std=c89' or `-std=c99'), the
22215 with `__builtin_', which may be used even in strict C89 mode.
22244 functions except in strict ISO C90 mode (`-ansi' or `-std=c89').
22260 except in strict ISO C90 mode (`-ansi' or `-std=c89').
35142 character sequences. (In strict C89 mode, the sequences `p+',
40791 * ANSI C89: Standards. (line 13)
40871 * C89: Standards. (line 13)