Fix old -pedantic error I noticed while reviewing patch from Ulrich.
authorJim Wilson <wilson@cygnus.com>
Tue, 5 May 1998 15:37:37 +0000 (15:37 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 5 May 1998 15:37:37 +0000 (08:37 -0700)
commitc6a9dea8d57d88650bec17746306c3cea57f13ed
treeb88fbf6271b8f48652a2b5ab77704175b040ca87
parent664f169d752e79165a969c6be8e32997626b8397
Fix old -pedantic error I noticed while reviewing patch from Ulrich.

* c-common.c (scan_char_table): Separate 's' and 'c'.  'c' does not
accept 'a' flag.  'S' does accept 'a' flag.
(check_format_info): When pedantic, warn for m/C/S/a/A formats,
and `a' flag.

From-SVN: r19545
gcc/ChangeLog
gcc/c-common.c