https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78172
--- Comment #10 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> --- Author: ian Date: Sat Nov 5 00:21:33 2016 New Revision: 241868 URL: https://gcc.gnu.org/viewcvs?rev=241868&root=gcc&view=rev Log: PR go/78172. libgo: avoid confusion in upcase_fields in mksysinfo.sh The mksysinfo.sh script could get confused when there were multiple types starting with the same name. I believe this is the underlying cause of GCC PR 78172. Also redirect a grep to /dev/null to avoid extraneous messages during the build. Reviewed-on: https://go-review.googlesource.com/32821 Modified: trunk/gcc/go/gofrontend/MERGE trunk/libgo/mksysinfo.sh