aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/gce
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-04-01 12:46:10 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-04-01 12:46:10 +0200
commit162bd26be4e47d89f305435f7a1917b023138ed6 (patch)
treeb77571bea2cbc1baf320deae9895e1a185670a4b /pkg/gce
parent3e1cf9ad8a569844caebca4ce63759f15324c422 (diff)
pkg/compiler: make buffer alias to ptr[array[int8]]
Ptr type has special handling of direction (pointers are always input). But buffer type missed this special case all the time. Make buffer less special by aliasing to the ptr[array[int8]] type. As the result buffer type can't have optional trailing "opt" attribute because we don't have such support for templates yet. Change such cases to use ptr type directly. Fixes #1097
Diffstat (limited to 'pkg/gce')
0 files changed, 0 insertions, 0 deletions