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.
1563 In C mode, this is equivalent to `-std=c89'. In C++ mode, it is
1604 The compiler can accept several base standards, such as `c89' or
1608 extensions that do not contradict it. For example, `-std=c89'
1623 `c89'
1684 in GCC 4.3. This option is not supported in C89 or gnu89 mode.
4058 not count the trailing NUL. In C89, the limit was 509 characters;
5328 inline' extension in GNU C89. In C++, emit any and all inline
7917 `c89'
7918 The ISO C standard from 1990. `c89' is the customary
7921 The `-ansi' option is equivalent to `-std=c89'.
16628 Some features that are in ISO C99 but not C89 or C++ are also, as
16629 extensions, accepted by GCC in C89 mode and in C++.
17293 and as an extension GCC supports them in C89 mode and in C++. Simply
17323 supports them in C89 mode and in C++, and supports complex integer data
17441 in C89 mode (except in some cases when strictly conforming) and in C++.
17651 extension GCC accepts them in C89 mode and in C++. (However, GCC's
17797 them. As an extension, GCC allows such arrays to be subscripted in C89
17799 For example, this is valid in GNU C though not valid in C89:
17853 literals in C89 mode and in C++.
17907 Standard C89 requires the elements of an initializer to appear in a
17913 an extension in C89 mode as well. This extension is not implemented in
18079 C89 mode. For example, you could do:
19720 `-std=c89').
20668 If you are writing a header file to be included in ISO C89 programs,
20718 The remainder of this section is specific to GNU C89 inlining.
23702 Outside strict ISO C mode (`-ansi', `-std=c89' or `-std=c99'), the
23716 with `__builtin_', which may be used even in strict C89 mode.
23745 functions except in strict ISO C90 mode (`-ansi' or `-std=c89').
23761 except in strict ISO C90 mode (`-ansi' or `-std=c89').
37131 character sequences. (In strict C89 mode, the sequences `p+',
42906 * ANSI C89: Standards. (line 13)
42986 * C89: Standards. (line 13)