]> gcc.gnu.org Git - gcc.git/commit
c-common.c (STD_C9L, ADJ_STD): Define.
authorJoseph Myers <jsm28@cam.ac.uk>
Mon, 18 Dec 2000 23:50:58 +0000 (23:50 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 18 Dec 2000 23:50:58 +0000 (23:50 +0000)
commit20d380b15db740b9a998f5c64b52333f3f8d55c2
tree833e6694e53e2262c29a25430e076b0022d4b539
parente2ef2bf880b8c33ac444c6fdf4e6afc2852ff19b
c-common.c (STD_C9L, ADJ_STD): Define.

* c-common.c (STD_C9L, ADJ_STD): Define.
(printf_length_specs, scanf_length_specs): Mark "ll" as standard
STD_C9L.
(T99_LL): Rename to T9L_LL.
(T99_ULL): Rename to T9L_ULL.
(print_char_table, scan_char_table): Use T9L_LL and T9L_ULL
instead of T99_LL and T99_ULL.
(check_format_info_main): Use ADJ_STD on all format standard
versions being compared.
* c-common.h: Declare warn_long_long.
* c-tree.h: Don't declare warn_long_long.

cp:
* cp-tree.h: Don't declare warn_long_long.

testsuite:
* gcc.dg/format-warnll-1.c: New test.

From-SVN: r38369
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.h
gcc/c-tree.h
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/format-warnll-1.c [new file with mode: 0644]
This page took 0.062587 seconds and 5 git commands to generate.