Fix bug reported by David C Binderman, accept 'L' when pedantic with FP format.
authorJim Wilson <wilson@cygnus.com>
Wed, 25 Mar 1998 13:42:05 +0000 (13:42 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 25 Mar 1998 13:42:05 +0000 (05:42 -0800)
commita16b4c9c69c516b40af4b868ce9135cae8f9fd25
treea7307a2131ea08179f908c7ad4ffaa3fd01ddd4d
parentc4d38ccb5503a83780195612df44b2927e187e6a
Fix bug reported by David C Binderman, accept 'L' when pedantic with FP format.

* c-common.c (check_format_info): Initialize type, is_type.  New local
integral_format.  Don't warn for 'L' when pedantic.  Do warn for 'L'
when pedantic if used with integral format specifier.

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