compiler: Type check params in sink function decl.
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 25 Aug 2015 03:48:35 +0000 (03:48 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 25 Aug 2015 03:48:35 +0000 (03:48 +0000)
commite3552bf9f0a78afb9d13351b05c3adf306d847d0
tree05d055d0ebde38c8cdfec91ce5321799c219d9aa
parentcd0fea2ba9b535f22658c78b5f3be49284ec8147
compiler: Type check params in sink function decl.

    When a function is declared and named with the blank identifier, only
    the syntax is checked.  This patch modifies the parser to add a dummy
    node for each function declaration with a blank identifier name that
    will be type checked like any function declaration.

    Fixes golang/go#11535.

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

From-SVN: r227160
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/parse.cc