]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarantee it...
authorMartin Sebor <msebor@redhat.com>
Thu, 1 Sep 2016 22:47:49 +0000 (22:47 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Thu, 1 Sep 2016 22:47:49 +0000 (16:47 -0600)
commit3d7b83b6718e54c7305b24dd73b44af1c11fc721
treecf5a770b54a1fa30fb7b5d7835bb4cf4f1dc71cf
parent3b2475ab3178e98c61314b069cd64fe5ffa8bf45
c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarantee it fits the output of the formatted function...

gcc/c-family/ChangeLog:

* c-ada-spec.c (dump_ada_function_declaration): Increase buffer
size to guarantee it fits the output of the formatted function
regardless of its arguments.

gcc/cp/ChangeLog:

* mangle.c: Increase buffer size to guarantee it fits the output
of the formatted function regardless of its arguments.

gcc/go/ChangeLog:

* gofrontend/expressions.cc: Increase buffer size to guarantee
it fits the output of the formatted function regardless of its
arguments.

gcc/java/ChangeLog:

* decl.c (give_name_to_locals): Increase buffer size to guarantee
it fits the output of the formatted function regardless of its
arguments.
* mangle_name.c (append_unicode_mangled_name): Same.

gcc/ChangeLog:

* genmatch.c (parser::parse_expr): Increase buffer size to guarantee
it fits the output of the formatted function regardless of its
arguments.
* gcc/genmodes.c (parser::parse_expr): Same.
* gimplify.c (gimplify_asm_expr): Same.
* passes.c (pass_manager::register_one_dump_file): Same.
* print-tree.c (print_node): Same.

From-SVN: r239949
15 files changed:
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-ada-spec.c
gcc/cp/ChangeLog
gcc/cp/mangle.c
gcc/genmatch.c
gcc/genmodes.c
gcc/gimplify.c
gcc/go/ChangeLog
gcc/go/gofrontend/expressions.cc
gcc/java/ChangeLog
gcc/java/decl.c
gcc/java/mangle_name.c
gcc/passes.c
gcc/print-tree.c