This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gofrontend-dev] [PATCH 8/9] Gccgo port to s390[x] -- part I


On Tue, Sep 9, 2014 at 6:04 AM, Dominik Vogt <vogt@linux.vnet.ibm.com> wrote:
> This is an optional extension of the -fgo-dump-spec option to
> handle copmplex data types.  It is not necessary for s390[x] but
> was easy to write on top of the previous patch.
>
> gcc/ChangeLog
> 2014-09-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
>
>         * godump.c (go_format_type): Represent "float _Complex" and
>         "double _Complex" as complex64 or complex128 in Go, as appropriate.
>
> gcc/testsuite/ChangeLog
> 2014-09-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
>
>         * gcc.misc-tests/godump-1.c: Add tests for complex types.

This is OK.

Thanks.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]