]> gcc.gnu.org Git - gcc.git/commit
c-common.c (time_char_table): Mark up formats added in C99 and make other corrections.
authorJoseph Myers <jsm28@cam.ac.uk>
Fri, 4 Aug 2000 23:03:21 +0000 (00:03 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 4 Aug 2000 23:03:21 +0000 (00:03 +0100)
commit4e1e54607bca5b43285c73427c3eeabe05947e1f
tree2aacb1a57c768f5b923c528cbb758e299392aa42
parent018577e42637f1d1e57406142066b6f285a75ff4
c-common.c (time_char_table): Mark up formats added in C99 and make other corrections.

* c-common.c (time_char_table): Mark up formats added in C99 and
make other corrections.  %D and %g were added in C99.  %Og is an
extension.  %EX is permitted.  %R, %T, %n, %r, %t were added in
C99.  %e was added in C99.  %Oj is an extension.  %G and %z are in
C99 rather than GNU extensions, but %OG and %Oz are extensions.
%h was added in C99.  %C was added in C99.  %OY and %OC are
extensions.  Add the C99 format %F.
(check_format_info): If pedantic and not in C99 mode, warn for C99
formats, %E and %O.

From-SVN: r35496
gcc/ChangeLog
gcc/c-common.c
This page took 0.05506 seconds and 5 git commands to generate.