]> git.ipfire.org Git - thirdparty/gcc.git/commit
compiler: increase buffer size to avoid -Wformat-length warning
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 9 Sep 2016 19:39:36 +0000 (19:39 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 9 Sep 2016 19:39:36 +0000 (19:39 +0000)
commit922cbb7c7b88816b8b40d094a277482e8cf3032f
treef4b3a6e20b949f32330f28dfb4e50824e73bf2af
parent34144b6ec0548510df171956040f91a8742def29
compiler: increase buffer size to avoid -Wformat-length warning

    GCC will soon get a new -Wformat-length option as described in
    https://gcc.gnu.org/PR49905.  This change makes a buffer larger to avoid
    a warning.

    Reviewed-on: https://go-review.googlesource.com/28915

Also revert ChangeLog entry in gcc/go/ChangeLog--changes to
gcc/go/gofrontend do not get ChangeLog entries.

From-SVN: r240054
gcc/go/ChangeLog
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/expressions.cc