x/tools/cmd/goyacc: endless loop on unterminated comment at EOF #16484
Labels
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
go version
)?go version go1.6.2 windows/amd64
go version devel +10538a8 Fri Jul 22 22:23:14 2016 +0000 windows/amd64
go env
)?set GOARCH=amd64
set GOBIN=
set GOEXE=.exe
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=C:\Users\rillig\go
set GORACE=
set GOROOT=C:\Users\rillig\gomaster
set GOTOOLDIR=C:\Users\rillig\gomaster\pkg\tool\windows_amd64
set CC=gcc
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Program Files\cygwin\tmp\go-build959343002=/tmp/go-build -gno-record-gcc-switches
set CXX=g++
set CGO_ENABLED=1
printf '%%\nstart : /* empty * {}\n%%\n' > endless.y
go tool yacc endless.y
endless.y:3: unterminated comment at EOF
No output, and the process apparently hangs in an endless loop.
The text was updated successfully, but these errors were encountered: