diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-08-25 16:27:57 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-08-25 16:27:57 +0100 |
commit | 343b7260c6f4c4164fd65368a7d2391defcbd098 (patch) | |
tree | 518850ff2e272e9d5d1d8fe45cb19896c30927f5 /gcc/testsuite/ChangeLog | |
parent | 22efd68702b68b1f7577b1d96867ebb550dd1c5b (diff) | |
download | gcc-343b7260c6f4c4164fd65368a7d2391defcbd098.zip gcc-343b7260c6f4c4164fd65368a7d2391defcbd098.tar.gz gcc-343b7260c6f4c4164fd65368a7d2391defcbd098.tar.bz2 |
c-common.c (time_char_table): Don't allow width and flags with "z" format.
* c-common.c (time_char_table): Don't allow width and flags with
"z" format.
testsuite:
* gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
gcc.dg/format-ext-5.c: New tests.
From-SVN: r35984
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 99afdaf..b1b5272 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2000-08-25 Joseph S. Myers <jsm28@cam.ac.uk> + + * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c, + gcc.dg/format-ext-5.c: New tests. + 2000-08-25 Jakub Jelinek <jakub@redhat.com> * testsuite/g++.old-deja/g++.other/crash22.C: New test. |