1. 26 Feb, 2004 11 commits
  2. 25 Feb, 2004 25 commits
  3. 24 Feb, 2004 4 commits
    • toplev.c (dump_file_tbl): Rename from dump_file. · c263766c
              * toplev.c (dump_file_tbl): Rename from dump_file.
              * bb-reorder.c, bt-load.c, cfgcleanup.c, cfglayout.c, cfgloopanal.c,
              cfgloopmanip.c, cfgrtl.c, config/arm/arm.c, config/frv/frv.c,
              config/i386/i386.c, config/ia64/ia64.c, config/mips/mips.c,
              config/sh/sh.c, cse.c, flow.c, ifcvt.c, loop-iv.c, loop-unroll.c,
              loop-unswitch.c, output.h, predict.c, profile.c, ra-build.c,
              ra-colorize.c, ra-debug.c, ra-rewrite.c, ra.c, regrename.c, reload1.c,
              toplev.c, tracer.c, value-prof.c, var-tracking.c, web.c:
              s/rtl_dump_file/dump_file/g.
      
      From-SVN: r78399
      Richard Henderson committed
    • spe.md (spe_fix_truncsfsi2): Delete. · dba2921d
      2004-02-24  Aldy Hernandez  <aldyh@redhat.com>
      
              * config/rs6000/spe.md (spe_fix_truncsfsi2): Delete.
              (spe_fixuns_truncsfsi2): Delete.
      
              * config/rs6000/rs6000.md (fix_truncsfsi2): Delete.
              (fixuns_truncsfsi2): Delete.
      
      From-SVN: r78396
      Aldy Hernandez committed
    • rtlanal.c (replace_label): Fix replacing labels in constant pool. · 173cd571
      	PR/14240
      	* rtlanal.c (replace_label): Fix replacing labels in constant pool.
      
      From-SVN: r78392
      Josef Zlomek committed
    • re PR libstdc++/14252 (Problems with count and… · b79cef06
      re PR libstdc++/14252 (Problems with count and iterator_traits<istreambuf_iterator<char> >::difference_type)
      
      2004-02-24  Paolo Carlini  <pcarlini@suse.de>
      
      	PR libstdc++/14252
      	* include/bits/postypes.h (class streamoff): Add operator++(),
      	operator++(int), operator--() and operator--(int).
      	* testsuite/27_io/fpos/14252.cc: New.
      
      From-SVN: r78388
      Paolo Carlini committed