aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2011-03-25 10:39:10 -0600
committerJeff Law <law@gcc.gnu.org>2011-03-25 10:39:10 -0600
commit0edf1bb291554a150601dfc3a03327f93f4bfc99 (patch)
tree1099e95dcdea48c93137f2a174b2b6f9a70c7289 /gcc/lto
parentfdc2de95e91ffd75671d07350fcd0ebaecbba915 (diff)
downloadgcc-0edf1bb291554a150601dfc3a03327f93f4bfc99.zip
gcc-0edf1bb291554a150601dfc3a03327f93f4bfc99.tar.gz
gcc-0edf1bb291554a150601dfc3a03327f93f4bfc99.tar.bz2
dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing va_end.
* dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing va_end. * c-family/c-common.c (def_fn_type): Likewise. * ada/gcc-interface/utils.c (def_fn_type): Likewise. * emit-rtl.c (gen_rtvec): Likewise. * lto/lto-lang.c (def_fn_type): Likewise. From-SVN: r171466
Diffstat (limited to 'gcc/lto')
-rw-r--r--gcc/lto/ChangeLog4
-rw-r--r--gcc/lto/lto-lang.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 124b0e7..1921eaf 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-25 Jeff Law <law@redhat.com>
+
+ * lto/lto-lang.c (def_fn_type): Add missing va_end.
+
2011-03-21 Kai Tietz <ktietz@redhat.com>
PR target/12171
diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c
index aa928b6..3c804f5 100644
--- a/gcc/lto/lto-lang.c
+++ b/gcc/lto/lto-lang.c
@@ -471,6 +471,7 @@ def_fn_type (builtin_type def, builtin_type ret, bool var, int n, ...)
egress:
builtin_types[def] = t;
+ va_end (list);
}
/* Used to help initialize the builtin-types.def table. When a type of