Merge from mainline (168000:168310).
[official-gcc/graphite-test-results.git] / gcc / go / ChangeLog
blob11fdd49d305080fc095e24c089e590bb1b247a6a
1 2010-12-21  Ian Lance Taylor  <iant@google.com>
3         * Make-lang.in (check-go): Remove.
4         (lang_checks_parallelized): Add check-go.
5         (check_go_parallelize): Set.
7 2010-12-13  Ian Lance Taylor  <iant@google.com>
9         * gospec.c (lang_specific_driver): Add a -o option if not linking
10         and there is no -o option already.
12 2010-12-07  Ian Lance Taylor  <iant@google.com>
14         PR tree-optimization/46805
15         PR tree-optimization/46833
16         * go-lang.c (go_langhook_type_for_mode): Handle vector modes.
18 2010-12-06  Ian Lance Taylor  <iant@google.com>
20         PR other/46789
21         PR bootstrap/46812
22         * go-lang.c (go_char_p): Define type and vectors.
23         (go_search_dirs): New static variable.
24         (go_langhook_handle_option): Use version and version/machine
25         directories for -L.
26         (go_langhook_post_options): Add non-specific -L paths.
27         * Make-lang.in (go/go-lang.o): Define DEFAULT_TARGET_VERSION and
28         DEFAULT_TARGET_MACHINE when compiling.
29         * gccgo.texi (Invoking gccgo): Only document -L for linking.
30         (Import and Export): Don't mention -L for finding import files.
32 2010-12-03  Ian Lance Taylor  <iant@google.com>
34         PR bootstrap/46776
35         * go-backend.c: New file.
36         * go-c.h (go_type_alignment): Declare.
37         (go_field_alignment, go_trampoline_info): Declare.
38         * Make-lang.in (GO_OBJS): Add go/go-backend.o.
39         (go/go-backend.o): New target.
40         (go/go-lang.o): Make dependencies match source file.
41         (go/expressions.o): Don't depend on $(TM_H) $(TM_P_H).
42         (go/gogo-tree.o): Don't depend on $(TM_H).
44 2010-12-03  Ian Lance Taylor  <iant@google.com>
46         * config-lang.in (build_by_default): Set to no.
48 2010-12-02  Ian Lance Taylor  <iant@google.com>
50         Go frontend added to gcc repository.