8sa1-gcc/gcc/go
Joern Rennecke efdfdfa788 re PR go/47113 (go_field_alignment: field set but not used)
PR go/47113
	* go-backend.c: (go_field_alignment): Add ATTRIBUTE_UNUSED to
	variable ‘field’ .

From-SVN: r168373
2010-12-31 12:24:12 +00:00
..
gofrontend Avoid endless loop on array with recursive length. 2010-12-24 01:26:14 +00:00
ChangeLog re PR go/47113 (go_field_alignment: field set but not used) 2010-12-31 12:24:12 +00:00
config-lang.in
gccgo.texi re PR other/46789 (go configuration with --prefix=/usr pollutes the /usr/lib namespace) 2010-12-07 14:18:35 +00:00
go-backend.c re PR go/47113 (go_field_alignment: field set but not used) 2010-12-31 12:24:12 +00:00
go-c.h re PR bootstrap/46776 (gogo-tree.cc uses TRAMPOLINE_ALIGNMENT and TRAMPOLINE_SIZE) 2010-12-04 01:47:21 +00:00
go-lang.c re PR tree-optimization/46805 (ICE: SIGSEGV in optab_for_tree_code (optabs.c:407) with -O -fno-tree-scev-cprop -ftree-vectorize) 2010-12-07 19:28:44 +00:00
go-system.h
gospec.c gospec.c (lang_specific_driver): Add a -o option if not linking and there is no -o option already. 2010-12-13 23:11:53 +00:00
lang-specs.h
lang.opt
Make-lang.in Make-lang.in (check-go): Remove. 2010-12-21 22:45:54 +00:00
README.gcc

The files in the gofrontend subdirectory are mirrored from the
gofrontend project hosted at http://code.google.com/p/gofrontend.
These files are the ones in the go subdirectory of that project.