diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-12-18 23:50:58 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-12-18 23:50:58 +0000 |
commit | 20d380b15db740b9a998f5c64b52333f3f8d55c2 (patch) | |
tree | 833e6694e53e2262c29a25430e076b0022d4b539 /gcc/c-tree.h | |
parent | e2ef2bf880b8c33ac444c6fdf4e6afc2852ff19b (diff) | |
download | gcc-20d380b15db740b9a998f5c64b52333f3f8d55c2.tar.gz |
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
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r-- | gcc/c-tree.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 41a6075c184..ee769e7a6ca 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -373,10 +373,6 @@ extern int warn_float_equal; extern int warn_multichar; -/* Warn about long long. */ - -extern int warn_long_long; - /* Nonzero means we are reading code that came from a system header file. */ extern int system_header_p; |