compiler: fix infinite recursion in string constant evaluation.
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: r186511
Showing
Please
register
or
sign in
to comment