1. 26 Jan, 2011 36 commits
  2. 25 Jan, 2011 4 commits
    • invoke.texi (Warning Options): Add missing hyphen. · 5734f2b3
      2011-01-25  Jonathan Wakely  <jwakely.gcc@gmail.com>
      
      	* doc/invoke.texi (Warning Options): Add missing hyphen.
      	(-fprofile-dir): Minor grammatical fixes.
      	(-fbranch-probabilities): Likewise.
      
      From-SVN: r169261
      Jonathan Wakely committed
    • re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns) · 9bdbdcef
      PR debug/45136
      PR debug/45130
      * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
      debug insns.
      (no_real_insns_p, schedule_block, set_priorities): Drop special
      treatment of boundary debug insns.
      * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug
      insns.
      * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
      * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
      (BOUNDARY_DEBUG_INSN_P): Likewise.
      (SCHEDULE_DEBUG_INSN_P): Likewise.
      * sched-rgn.c (init_ready_list): Drop special treatment of
      boundary debug insns.
      * final.c (rest_of_clean-state): Clear notes' BB.
      
      From-SVN: r169260
      Alexandre Oliva committed
    • Add testcase for PR46970. · b2864199
      2011-01-18  Sebastian Pop  <sebastian.pop@amd.com>
      
      	PR tree-optimization/46970
      	* gcc.dg/graphite/pr46970.c: New.
      
      From-SVN: r169257
      Sebastian Pop committed
    • Add testcase for PR46215. · 4a20f4fc
      2011-01-18  Sebastian Pop  <sebastian.pop@amd.com>
      
      	PR tree-optimization/46215
      	* gcc.dg/graphite/pr46215.c: New.
      
      From-SVN: r169256
      Sebastian Pop committed