summaryrefslogtreecommitdiff
path: root/libbacktrace
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2015-11-23 21:17:45 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2015-11-23 21:17:45 +0000
commitf76989fd5952e76492eba1999561c8714cca582c (patch)
treed37869769756562cc2596cd4783de2c387baf6b9 /libbacktrace
parentdaebf4f300b06a230cdb7cffa863482f8f0e820c (diff)
downloadgcc-f76989fd5952e76492eba1999561c8714cca582c.tar.gz
PR go/68496
reflect: Allocate space for FFI functions returning a zero-sized type. The libffi library does not understand zero-sized types. We represent them as a struct with a single field of type void. If such a type is returned from a function, libffi will copy 1 byte of data. Allocate space for that byte, although we won't use it. Fixes https://gcc.gnu.org/PR68496. Reviewed-on: https://go-review.googlesource.com/17175 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230776 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libbacktrace')
0 files changed, 0 insertions, 0 deletions