gcc/gcc/go
Ian Lance Taylor 08be22dc96 compiler: The type descriptor of an undefined forward type is an error.
* go-gcc.cc (Gcc_backend::type_size): Check for error_mark_node.
	(Gcc_backend::type_alignment): Likewise.
	(Gcc_backend::type_field_alignment): Likewise.
	(Gcc_backend::type_field_offset): Likewise.

From-SVN: r183381
2012-01-21 22:50:36 +00:00
..
gofrontend compiler: The type descriptor of an undefined forward type is an error. 2012-01-21 22:50:36 +00:00
ChangeLog compiler: The type descriptor of an undefined forward type is an error. 2012-01-21 22:50:36 +00:00
Make-lang.in compiler: Define and use backend-independent Location class. 2011-11-29 19:10:50 +00:00
README.gcc
config-lang.in
gccgo.texi Fixes to gccgo.texi. 2011-02-14 04:42:53 +00:00
go-backend.c compiler: Use backend interface for type sizes and alignments. 2012-01-11 04:48:22 +00:00
go-c.h compiler: Use backend interface for type sizes and alignments. 2012-01-11 04:48:22 +00:00
go-gcc.cc compiler: The type descriptor of an undefined forward type is an error. 2012-01-21 22:50:36 +00:00
go-lang.c go-lang.c (go_langhook_init): Initialize void_list_node before calling go_create_gogo. 2012-01-12 01:33:44 +00:00
go-linemap.cc compiler: Define and use backend-independent Location class. 2011-11-29 19:10:50 +00:00
go-location.h compiler: Define and use backend-independent Location class. 2011-11-29 19:10:50 +00:00
go-system.h Define go_assert to replace gcc_assert 2011-04-21 22:54:23 +00:00
gospec.c gospec.c (lang_specific_driver): If we see -S without -o, add -o BASE.s rather than -o BASE.o. 2012-01-17 14:52:42 +00:00
lang-specs.h
lang.opt gccgo... 2011-08-24 19:22:44 +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.