From 8458514f6aa55ed139c0d28c6822ef98bc9f3497 Mon Sep 17 00:00:00 2001 From: tschwinge Date: Tue, 28 Jan 2014 19:06:44 +0000 Subject: Avoid "'dc' may be uninitialized" warning. libiberty/ * cp-demangle.c (d_demangle_callback): Put an abort call in place, to help the compiler. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207200 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libiberty/ChangeLog') diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 083ec79..0a4496b 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2014-01-28 Thomas Schwinge + + * cp-demangle.c (d_demangle_callback): Put an abort call in place, + to help the compiler. + 2014-01-21 Tom Tromey * _doprint.c (checkit): Use stdarg, not VA_* macros. -- cgit v1.1