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. 20 Dec, 2001 4 commits
  2. 19 Dec, 2001 1 commit
  3. 18 Dec, 2001 1 commit
  4. 17 Dec, 2001 1 commit
  5. 16 Dec, 2001 1 commit
  6. 15 Dec, 2001 1 commit
  7. 14 Dec, 2001 2 commits
  8. 13 Dec, 2001 5 commits
    • Phil Edwards's avatar
      Bulk documentation merge (copy) from trunk. · 445c1537
      Phil Edwards authored
      2001-12-13  Phil Edwards  <pme@gcc.gnu.org>
      
      	Bulk documentation merge (copy) from trunk.
      	* docs/html/Makefile, docs/html/documentation.html,
      	docs/html/explanations.html, docs/html/17_intro/BUGS,
      	docs/html/17_intro/C++STYLE, docs/html/17_intro/CHECKLIST,
      	docs/html/17_intro/DESIGN, docs/html/17_intro/TODO,
      	docs/html/17_intro/howto.html, docs/html/17_intro/license.html,
      	docs/html/17_intro/porting-howto.html,
      	docs/html/17_intro/porting-howto.xml, docs/html/17_intro/porting.html,
      	docs/html/17_intro/porting.texi, docs/html/18_support/howto.html,
      	docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
      	docs/html/21_strings/howto.html, docs/html/23_containers/howto.html,
      	docs/html/26_numerics/howto.html, docs/html/27_io/howto.html,
      	docs/html/ext/howto.html, docs/html/ext/lwg-active.html,
      	docs/html/ext/lwg-defects.html, docs/html/ext/sgiexts.html,
      	docs/html/faq/index.html, docs/html/faq/index.txt:  Merge from trunk.
      
      From-SVN: r47982
      445c1537
    • GCC Administrator's avatar
      Daily bump. · a15b6855
      GCC Administrator authored
      From-SVN: r47967
      a15b6855
    • Craig Rodrigues's avatar
      re PR other/2719 (demangler crash) · db1a4a0e
      Craig Rodrigues authored
      2001-12-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
      
              PR other/2719
              * cplus-dem.c (consume_count): Treat negative count as an error.
              * testsuite/demangle-expected: Added testcase.
      
      From-SVN: r47964
      db1a4a0e
    • Bruce Korb's avatar
      Update for UnixWare 2.1.3 · 09db3a59
      Bruce Korb authored
      Co-Authored-By: default avatarRodney Brown <rbrown64@csc.com.au>
      
      From-SVN: r47963
      09db3a59
    • Alan Modra's avatar
      rs6000.c (rs6000_unique_section): Simplify and correct code selecting section. · bb1eeeee
      Alan Modra authored
      	* config/rs6000/rs6000.c (rs6000_unique_section): Simplify and
      	correct code selecting section.
      
      From-SVN: r47959
      bb1eeeee
  9. 12 Dec, 2001 3 commits
  10. 11 Dec, 2001 4 commits
  11. 10 Dec, 2001 5 commits
  12. 09 Dec, 2001 1 commit
  13. 08 Dec, 2001 4 commits
  14. 07 Dec, 2001 5 commits
  15. 06 Dec, 2001 2 commits
    • Rainer Orth's avatar
      re PR libf2c/4826 (Build error for 3.0.2 on Tru64 Unix 5.1A) · 4d794b01
      Rainer Orth authored
      	* fixinc/inclhack.def (stdio_va_list): Handle __VA_LIST__ in Tru64
      	UNIX V5.1A stdio.h.
      	* fixinc/fixincl.x: Regenerate.
      	Fixes PR libf2c/4826.
      
      From-SVN: r47731
      4d794b01
    • Jason Merrill's avatar
      pt.c (push_tinst_level): No longer static. · 74366b00
      Jason Merrill authored
              * pt.c (push_tinst_level): No longer static.
              * cp-tree.h: Declare it.
              * optimize.c (expand_call_inline): Record template instantiation
              context.
      
              * rtti.c (create_pseudo_type_info): Set CLASSTYPE_INTERFACE_ONLY
              on the __*_type_info type if we haven't seen a definition.
      
              * decl.c (xref_basetypes): Don't use C99 construct in tag_code
              declaration and initialization.
      
      From-SVN: r47716
      74366b00