You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixesgolang/go#11535.
Reviewed-on: https://go-review.googlesource.com/13792
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227160 138bc75d-0d04-0410-961f-82ee72b054a4
gccgo successfully compiles the following program:
while gc and go/types say:
gccgo must reject this program.
gcc version 6.0.0 2015070 (experimental) (GCC)
The text was updated successfully, but these errors were encountered: