aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-lang.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-06tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.Richard Guenther1-3/+1
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-1/+2
2011-06-07tree.c (build_common_tree_nodes): Also initialize size_type_node.Richard Guenther1-9/+0
2011-05-07langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou1-2/+4
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-1/+1
2011-02-08go-lang.c (go_langhook_init_options_struct): Set frontend_set_flag_errno_math.Ian Lance Taylor1-3/+1
2011-01-21Remove the types float and complex.Ian Lance Taylor1-2/+2
2010-12-07re PR tree-optimization/46805 (ICE: SIGSEGV in optab_for_tree_code (optabs.c:...Ian Lance Taylor1-0/+14
2010-12-07re PR other/46789 (go configuration with --prefix=/usr pollutes the /usr/lib ...Ian Lance Taylor1-4/+57
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+404