This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r217058 - in /trunk/gcc: ChangeLog godump.c tes...
- From: ian at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 04 Nov 2014 00:00:14 -0000
- Subject: r217058 - in /trunk/gcc: ChangeLog godump.c tes...
Author: ian
Date: Tue Nov 4 00:00:14 2014
New Revision: 217058
URL: https://gcc.gnu.org/viewcvs?rev=217058&root=gcc&view=rev
Log:
gcc/:
* godump.c (go_format_type): Rewrite RECORD_TYPE nad UNION_TYPE support
with -fdump-go-spec. Anonymous substructures are now flattened and
replaced by their fields (record) or the first named, non-bitfield
field (union).
gcc/testsuite/:
* build-go/gcc/testsuite/gcc/godump-1.out: Update godump tests.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/godump.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.misc-tests/godump-1.c