]> git.ipfire.org Git - thirdparty/gcc.git/commit
compiler: more consistent error message for [...]T(x)
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 27 Jun 2013 19:20:08 +0000 (19:20 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 27 Jun 2013 19:20:08 +0000 (19:20 +0000)
commitd4134e85985c8cab8e83863e0b11840486028fee
tree31afb90b0f34976e8b401e5a958bb026055c1c62
parent8e932114ee7933014b63c43bf2508006e9837c44
compiler: more consistent error message for [...]T(x)

The message should be similar to the one for "var x [...]T",
not to the message for []T(x...).

From-SVN: r200490
gcc/go/gofrontend/parse.cc