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.
1567 In C mode, this is equivalent to `-std=c89'. In C++ mode, it is
1608 The compiler can accept several base standards, such as `c89' or
1612 extensions that do not contradict it. For example, `-std=c89'
1627 `c89'
1688 in GCC 4.3. This option is not supported in C89 or gnu89 mode.
4069 not count the trailing NUL. In C89, the limit was 509 characters;
5339 inline' extension in GNU C89. In C++, emit any and all inline
7999 `c89'
8000 The ISO C standard from 1990. `c89' is the customary
8003 The `-ansi' option is equivalent to `-std=c89'.
16727 Some features that are in ISO C99 but not C89 or C++ are also, as
16728 extensions, accepted by GCC in C89 mode and in C++.
17392 and as an extension GCC supports them in C89 mode and in C++. Simply
17422 supports them in C89 mode and in C++, and supports complex integer data
17540 in C89 mode (except in some cases when strictly conforming) and in C++.
17750 extension GCC accepts them in C89 mode and in C++. (However, GCC's
17896 them. As an extension, GCC allows such arrays to be subscripted in C89
17898 For example, this is valid in GNU C though not valid in C89:
17952 literals in C89 mode and in C++.
18006 Standard C89 requires the elements of an initializer to appear in a
18012 an extension in C89 mode as well. This extension is not implemented in
18178 C89 mode. For example, you could do:
19845 `-std=c89').
20793 If you are writing a header file to be included in ISO C89 programs,
20843 The remainder of this section is specific to GNU C89 inlining.
23827 Outside strict ISO C mode (`-ansi', `-std=c89' or `-std=c99'), the
23841 with `__builtin_', which may be used even in strict C89 mode.
23870 functions except in strict ISO C90 mode (`-ansi' or `-std=c89').
23886 except in strict ISO C90 mode (`-ansi' or `-std=c89').
37279 character sequences. (In strict C89 mode, the sequences `p+',
43076 * ANSI C89: Standards. (line 13)
43156 * C89: Standards. (line 13)