aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2019-12-11 00:15:53 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-12-11 00:15:53 +0000
commit1e2b400bbbd1adc3e0ada881a17cd6813cec7a3d (patch)
tree0f21ae89b5d4f227428b38a9c13bd40cb5b934ee /gcc/real.c
parentcff87282f4f50c2fd471a2fe0df49312716a8caf (diff)
downloadgcc-1e2b400bbbd1adc3e0ada881a17cd6813cec7a3d.zip
gcc-1e2b400bbbd1adc3e0ada881a17cd6813cec7a3d.tar.gz
gcc-1e2b400bbbd1adc3e0ada881a17cd6813cec7a3d.tar.bz2
compiler: generate type descriptor for pointer to alias defined in another package
When a type descriptor is needed (for e.g. interface conversion), if the type is a pointer to a named type defined in another package, we don't generate the definition of the type descriptor because it is generated in the package where the type is defined. However, if the named type is an alias to an unnamed type, its descriptor is not generated in the other package, and we need to generate it. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/210787 From-SVN: r279207
Diffstat (limited to 'gcc/real.c')
0 files changed, 0 insertions, 0 deletions