golang/test/fixedbugs/issue22877.dir
Matthew Dempsky 2f588ff08f cmd/compile: make -asmhdr work with type aliases
For "type T = U" we were accidentally emitting a #define for "U__size"
instead of "T__size".

Fixes #22877.

Change-Id: I5ed6757d697753ed6d944077c16150759f6e1285
Reviewed-on: https://go-review.googlesource.com/80759
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-11-29 20:40:41 +00:00
..
p.go cmd/compile: make -asmhdr work with type aliases 2017-11-29 20:40:41 +00:00
p.s cmd/compile: make -asmhdr work with type aliases 2017-11-29 20:40:41 +00:00