]> git.ipfire.org Git - thirdparty/gcc.git/commit
compiler: don't inline integer expressions with named types
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 25 Oct 2019 19:10:34 +0000 (19:10 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 25 Oct 2019 19:10:34 +0000 (19:10 +0000)
commitf36defc3f327015af9a074bd6adc008a6bee69d6
treec80aed92f2b480ae7fb5887788770cee321bb8ed
parent9dace56f5f451ad61bf2431553205f6b41e84477
compiler: don't inline integer expressions with named types

This works around the problem on GCC 9 branch.  The problem is fixed
in a better way on trunk; see https://golang.org/issue/34577.

Fixes https://golang.org/issue/35154

From-SVN: r277461
gcc/go/gofrontend/expressions.cc