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.
1559 In C mode, this is equivalent to `-std=c89'. In C++ mode, it is
1600 The compiler can accept several base standards, such as `c89' or
1604 extensions that do not contradict it. For example, `-std=c89'
1619 `c89'
1680 in GCC 4.3. This option is not supported in C89 or gnu89 mode.
3952 not count the trailing NUL. In C89, the limit was 509 characters;
5201 inline' extension in GNU C89. In C++, emit any and all inline
7747 `c89'
7748 The ISO C standard from 1990. `c89' is the customary
7751 The `-ansi' option is equivalent to `-std=c89'.
16462 Some features that are in ISO C99 but not C89 or C++ are also, as
16463 extensions, accepted by GCC in C89 mode and in C++.
17127 and as an extension GCC supports them in C89 mode and in C++. Simply
17157 supports them in C89 mode and in C++, and supports complex integer data
17276 in C89 mode (except in some cases when strictly conforming) and in C++.
17486 extension GCC accepts them in C89 mode and in C++. (However, GCC's
17632 them. As an extension, GCC allows such arrays to be subscripted in C89
17634 For example, this is valid in GNU C though not valid in C89:
17688 literals in C89 mode and in C++.
17742 Standard C89 requires the elements of an initializer to appear in a
17748 an extension in C89 mode as well. This extension is not implemented in
17914 C89 mode. For example, you could do:
19555 `-std=c89').
20503 If you are writing a header file to be included in ISO C89 programs,
20553 The remainder of this section is specific to GNU C89 inlining.
23537 Outside strict ISO C mode (`-ansi', `-std=c89' or `-std=c99'), the
23551 with `__builtin_', which may be used even in strict C89 mode.
23580 functions except in strict ISO C90 mode (`-ansi' or `-std=c89').
23596 except in strict ISO C90 mode (`-ansi' or `-std=c89').
36965 character sequences. (In strict C89 mode, the sequences `p+',
42724 * ANSI C89: Standards. (line 13)
42804 * C89: Standards. (line 13)