c-common.c (time_char_table): Allow %#b and %#h.
authorJoseph Myers <jsm28@cam.ac.uk>
Thu, 7 Sep 2000 17:20:04 +0000 (18:20 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 7 Sep 2000 17:20:04 +0000 (18:20 +0100)
commit2496f0b583a88c14572fa4095f0ff0017cdbb8c1
treef180d5823fdef196c0fdbef5cd871fee2ed92a11
parentbf6302f0e771555388849d8f525a63231cec79f5
c-common.c (time_char_table): Allow %#b and %#h.

* c-common.c (time_char_table): Allow %#b and %#h.

testsuite:
* gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
be accepted.

From-SVN: r36241
gcc/ChangeLog
gcc/c-common.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/format-ext-3.c