1. 09 Sep, 2008 36 commits
  2. 08 Sep, 2008 4 commits
    • wo_prof_escape_substr_value.c: Limit allocation based on STACK_SIZE. · 564475d7
      * gcc.dg/struct/wo_prof_escape_substr_value.c: Limit allocation based on STACK_SIZE.
      * gcc.dg/struct/wo_prof_array_through_pointer.c: Ditto.
      * gcc.dg/struct/wo_prof_escape_substr_pointer.c: Ditto.
      * gcc.dg/struct/wo_prof_escape_arg_to_local.c: Limit allocation based on STACK_SIZE. Check malloc return for NULL.
      * gcc.dg/struct/w_prof_local_var.c: Ditto.
      * gcc.dg/struct/wo_prof_mult_field_peeling.c: Ditto.
      * gcc.dg/struct/w_prof_local_array.c: Limit allocation based on STACK_SIZE. XFAIL AVR target.
      * gcc.dg/struct/wo_prof_local_array.c: Ditto.
      * gcc.dg/struct/w_prof_two_strs.c: Limit allocation based on STACK_SIZE. Limit random size to N.
      * gcc.dg/struct/wo_prof_two_strs.c: Limit allocation based on STACK_SIZE. XFAIL AVR target. Limit random size to N.
      * gcc.dg/struct/w_prof_single_str_global.c: XFAIL AVR target.
      * gcc.dg/struct/wo_prof_array_field.c: Ditto.
      * gcc.dg/struct/wo_prof_double_malloc.c: Ditto.
      * gcc.dg/struct/wo_prof_global_array.c: Ditto.
      * gcc.dg/struct/wo_prof_single_str_global.c: Ditto.
      * gcc.dg/struct/wo_prof_single_str_local.c: Ditto.
      * gcc.dg/struct/w_prof_global_var.c: Limit allocation based on STACK_SIZE. Check malloc return for NULL. XFAIL AVR target.
      * gcc.dg/struct/wo_prof_global_var.c: Ditto.
      * gcc.dg/struct/wo_prof_local_var.c: Ditto.
      * gcc.dg/struct/wo_prof_malloc_size_var.c: Access only allocated space. Limit allocation based on STACK_SIZE. XFAIL AVR target.
      
      From-SVN: r140126
      Andy Hutchinson committed
    • cdce3.C: Require c99 runtime. · d70ddd90
      	* g++.dg/cdce3.C: Require c99 runtime.
      
      From-SVN: r140125
      John David Anglin committed
    • re PR target/36609 (AVR wrong code using incorrect RTL for test reversal pattern) · 3d709466
      PR target/36609
      * config/avr/avr.c (avr_reorg): Create RTL for reversed compare with zero.
      * config/avr/avr.md  (QISI) : Define mode iterator.
      (negated_tst<mode>) : Redefine as split using mode macro.
      (reversed_tstqi): Define insn as reversed compare with zero.
      (reversed_tsthi): Ditto.
      (reversed_tstsi): Ditto.
      
      From-SVN: r140124
      Andy Hutchinson committed
    • re PR middle-end/37393 (error: EH edge 10->12 is missing) · 9cfa22be
      	PR middle-end/37393
      	* tree-inline.c (copy_bb): When replacing a gimple_call_va_arg_pack_p
      	call stmt by new_call, clear gimple_bb on stmt after gsi_replace.
      
      	* g++.dg/tree-ssa/pr37393.C: New test.
      
      From-SVN: r140123
      Jakub Jelinek committed