diagnostic.c (emit_diagnostic): Move va_end call after user of the va_list.
authorMichael Matz <matz@suse.de>
Thu, 19 Apr 2012 12:51:25 +0000 (12:51 +0000)
committerMichael Matz <matz@gcc.gnu.org>
Thu, 19 Apr 2012 12:51:25 +0000 (12:51 +0000)
commit80f24351309c3322a48f5a58231fc13b8de74d4b
treef9d69da45f4b091c49a739bee0c4b6c58d9b5e0a
parentd0a854af24839f665a04eaeb3f828c79587568cc
diagnostic.c (emit_diagnostic): Move va_end call after user of the va_list.

* diagnostic.c (emit_diagnostic): Move va_end call after user
of the va_list.
(warning, warning_at, pedwarn, permerror): Ditto.

From-SVN: r186591
gcc/ChangeLog
gcc/diagnostic.c