2007-01-01 Andrew Pinski PR middle-end/30253 * gimplify (voidify_wrapper_expr): Update for GIMPLIFY_MODIFY_STMT. 2007-01-01 Andreas Schwab PR target/29166 * config/ia64/ia64.c (ia64_compute_frame_size): Account space for save of BR0 in extra_spill_size instead of spill_size. (ia64_expand_prologue): Save BR0 outside of the gr/br/fr spill area. (ia64_expand_epilogue): Restore BR0 from its new location. 2007-01-01 Andrew Pinski * gimplify.c (gimplify_init_constructor ): Use a temporary variable if the left hand side is not a gimple register. 2007-01-01 Andrew Pinski * gimplify.c (gimplify_return_expr): Make the temporary variable for the return expression, a gimple register variable. 2007-01-01 Jan Hubicka * emit-rtl.c (emit_copy_of_insn_after): Do not call copy_insn_1 for INSN_LIST. 2007-01-01 Mike Stump * configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for .literal16. * config/darwin.c (machopic_select_rtx_section): Use HAVE_GAS_LITERAL16. (darwin_mergeable_constant_section): Likewise. * configure: Regenerate. * config.in: Regenerate. 2007-01-01 Jan Hubicka Andrew Pinski * cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions before starting IPA passes.