OSDN Git Service

4b9e5ff975adc51f6d6d57b3e65538e664a95cbd
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2007-01-01  Andreas Schwab  <schwab@suse.de>
2
3         PR target/29166
4         * config/ia64/ia64.c (ia64_compute_frame_size): Account space for
5         save of BR0 in extra_spill_size instead of spill_size.
6         (ia64_expand_prologue): Save BR0 outside of the gr/br/fr spill
7         area.
8         (ia64_expand_epilogue): Restore BR0 from its new location.
9
10 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
11
12         * gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>):
13         Use a temporary variable if the left hand side is not a gimple
14         register.
15
16 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
17
18         * gimplify.c (gimplify_return_expr): Make the temporary variable
19         for the return expression, a gimple register variable.
20
21 2007-01-01  Jan Hubicka  <jh@suse.cz>
22
23         * emit-rtl.c (emit_copy_of_insn_after): Do not call copy_insn_1 for
24         INSN_LIST.
25
26 2007-01-01  Mike Stump  <mrs@apple.com>
27
28         * configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for
29         .literal16.
30         * config/darwin.c (machopic_select_rtx_section): Use
31         HAVE_GAS_LITERAL16.
32         (darwin_mergeable_constant_section): Likewise.
33         * configure: Regenerate.
34         * config.in: Regenerate.
35
36 2007-01-01  Jan Hubicka  <jh@suse.cz>
37             Andrew Pinski  <pinskia@gmail.com>
38
39         * cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions
40         before starting IPA passes.
41