expressions.cc
361 KB
-
compiler: fix infinite recursion in string constant evaluation. · 2dfc736c
Fixes compilation of incorrect code: const f, g = g, f func S() []byte { return []byte(f) } The problem was already handled for numerical constants. Part of issue 3186 (go). From-SVN: r186511Ian Lance Taylor committed