and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

This project is mirrored from git://gcc.gnu.org/git/gcc.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
  1. 31 May, 2004 7 commits
  2. 30 May, 2004 1 commit
  3. 29 May, 2004 2 commits
  4. 28 May, 2004 3 commits
    • John David Anglin's avatar
      re PR bootstrap/14671 (caller-save.c:491: internal compiler error: Segmentation fault) · 0dc9ab2b
      John David Anglin authored
      	PR bootstrap/14671
      	* alias.c (init_alias_analysis): Allocate alias_invariant array with
      	ggc_alloc_cleared instead of xrealloc.
      	(end_alias_analysis): Don't free alias_invariant.
      
      From-SVN: r82371
      0dc9ab2b
    • GCC Administrator's avatar
      Daily bump. · a1d3eea1
      GCC Administrator authored
      From-SVN: r82344
      a1d3eea1
    • Richard Henderson's avatar
      backport: alpha.md (UNSPEC_NT_LDA): Renumber. · 56145bd2
      Richard Henderson authored
              Backport from mainline:
              2004-01-19  Richard Henderson  <rth@redhat.com>
              * alpha.md (UNSPEC_NT_LDA): Renumber.
              (UNSPEC_CVTLQ, cvtlq): New.
              (extendsidi2_1): Rename from extendsidi2_nofix; remove f/f.
              (extendsidi2_fix): Remove.
              (extendsidi2 splitter): Use cvtlq.
              (extendsidi2 fp peepholes): Remove.
              (cvtql): Use SFmode instead of SImode.
              (fix_trunc?fsi): Update to match.
              (floatsisf2_ieee, floatsisf2, floatsidf2_ieee, floatsidf2): New.
              (movsi): Rename from movsi_nofix, remove f alternatives.
              (movsi_nt_vms): Similarly.
              (movsi_fix, movsi_nt_vms_fix): Remove.
      
      From-SVN: r82342
      56145bd2
  5. 27 May, 2004 1 commit
  6. 26 May, 2004 3 commits
  7. 25 May, 2004 2 commits
  8. 24 May, 2004 2 commits
  9. 23 May, 2004 1 commit
  10. 22 May, 2004 1 commit
  11. 21 May, 2004 2 commits
  12. 20 May, 2004 1 commit
  13. 19 May, 2004 1 commit
  14. 18 May, 2004 3 commits
  15. 17 May, 2004 3 commits
  16. 16 May, 2004 4 commits
  17. 15 May, 2004 1 commit
  18. 14 May, 2004 1 commit
  19. 13 May, 2004 1 commit
    • Benjamin Kosnik's avatar
      re PR libstdc++/14720 (Undefined reference to `std::basic_ios<char,... · f602f0ea
      Benjamin Kosnik authored
      re PR libstdc++/14720 (Undefined reference to `std::basic_ios<char, std::char_traits<char> >::_M_setstate(std::_Ios_Iostate))
      
      
      2004-05-13  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/14720
      	* config/linker-map.gnu: Export basic_ios::_M_setstate.
      	* testsuite/abi_check.cc (check_version): Add GLIBCXX_3.2.4
      	to known versions.
      	* configure.in (libtool_VERSION): To 5:6:0.
      	* configure: Regenerated.
      
      From-SVN: r81805
      f602f0ea