• Michael Steinert's avatar
    cmd/cgo: unify cgo output for gc and gccgo · ee714947
    Michael Steinert authored
    When calling a Go function that returns multiple values from C, cgo
    generates a structure to hold the values. According to the documentation
    this structure is called `struct <function-name>_return`. When compiling
    for gccgo the generated structure name is `struct <function-name>_result`.
    This change updates the output for gccgo to match the documentation and
    output for gc.
    
    Fixes #20910
    
    Change-Id: Iaea8030a695a7aaf9d9f317447fc05615d8e4adc
    Reviewed-on: https://go-review.googlesource.com/49350Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    Run-TryBot: Ian Lance Taylor <iant@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    ee714947
Name
Last commit
Last update
..
errors Loading commit data...
fortran Loading commit data...
gmp Loading commit data...
life Loading commit data...
nocgo Loading commit data...
stdio Loading commit data...
test Loading commit data...
testasan Loading commit data...
testcarchive Loading commit data...
testcshared Loading commit data...
testgodefs Loading commit data...
testplugin Loading commit data...
testsanitizers Loading commit data...
testshared Loading commit data...
testsigfwd Loading commit data...
testso Loading commit data...
testsovar Loading commit data...
testtls Loading commit data...