diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-11-27 21:34:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-11-27 21:34:44 +0000 |
commit | 34ea95978d0f2af4adff2de7fd9bd32e4526b0d1 (patch) | |
tree | f5a5d3c4a9b0d8aa52611022a119796176545b72 /gcc/go/gofrontend/expressions.cc | |
parent | 80d7d30d2483025baff22fde3b36ea227639a4e7 (diff) | |
download | gcc-34ea95978d0f2af4adff2de7fd9bd32e4526b0d1.zip gcc-34ea95978d0f2af4adff2de7fd9bd32e4526b0d1.tar.gz gcc-34ea95978d0f2af4adff2de7fd9bd32e4526b0d1.tar.bz2 |
compiler: finalize types parsed for inline functions
When we inline functions, we may parse types that we have not seen
before inlining. Inlining runs after the finalize_methods pass, so
those types will not be finalized, meaning that we don't have an
accurate list of which methods they support. Explicitly finalize them
when we parse them.
Reviewed-on: https://go-review.googlesource.com/c/150068
From-SVN: r266530
Diffstat (limited to 'gcc/go/gofrontend/expressions.cc')
0 files changed, 0 insertions, 0 deletions