godump.c (go_format_type): Represent "float _Complex" and "double _Complex" as comple...
authorDominik Vogt <vogt@linux.vnet.ibm.com>
Wed, 29 Oct 2014 15:01:07 +0000 (15:01 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 29 Oct 2014 15:01:07 +0000 (15:01 +0000)
commit7b310e901c5b7ad8ad54771b2d69459a496da472
tree67995d94efa6bac7fb071d031a6cc2992a02874e
parentd4573ffe1ed9d14c1be3ecd4f2f18f18ea374660
godump.c (go_format_type): Represent "float _Complex" and "double _Complex" as complex64 or complex128 in...

gcc/:
* godump.c (go_format_type): Represent "float _Complex" and
"double _Complex" as complex64 or complex128 in Go, as appropriate.
gcc/testsuite/:
* gcc.misc-tests/godump-1.c: Add tests for complex types.

From-SVN: r216840
gcc/ChangeLog
gcc/godump.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.misc-tests/godump-1.c