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. 19 May, 2005 6 commits
  2. 18 May, 2005 2 commits
  3. 17 May, 2005 1 commit
  4. 16 May, 2005 1 commit
  5. 15 May, 2005 3 commits
  6. 14 May, 2005 1 commit
  7. 13 May, 2005 2 commits
    • Mark Mitchell's avatar
      [multiple changes] · 0a425359
      Mark Mitchell authored
      	2005-04-04  Mark Mitchell  <mark@codesourcery.com>
      	* testsuite/Makefile.am (check-local): Remove.
      	(curent_symbols.txt): Likewise.
      	(check-abi): Do not depend on current_symbols.txt.
      	* testsuite/Makefile.in: Regenerated.
      	* testsuite/libstdc++-abi/abi.exp: Build current_symbols.txt.
      	2005-04-01  Mark Mitchell  <mark@codesourcery.com>
      	* testsuite/Makefile.am (noinst_PROGRAMS): Remove.
      	(site.exp): Write out the path to the baseline file.
      	(check-abi): Use DejaGNU.
      	(check-abi-verbose): Remove.
      	* testsuite/Makefile.in: Regenerated.
      	* testsuite/abi_check.cc (main): Check the return value from
      	compare_symbols.
      	* testsuite/testsuite_abi.cc (compare_symbols): Return a value.
      	* testsuite/testsuite_abi.h (compare_symbols): Adjust prototype.
      	* testsuite/libstdc++-abi/abi.exp: New file.
      	2004-03-19  Phil Edwards  <phil@codesourcery.com>
      	* testsuite/Makefile.am (site.exp):  New target, based on that
      	created by automake.  Also set libiconv.
      
      From-SVN: r99644
      0a425359
    • GCC Administrator's avatar
      Daily bump. · a21c8b23
      GCC Administrator authored
      From-SVN: r99639
      a21c8b23
  8. 12 May, 2005 1 commit
  9. 11 May, 2005 3 commits
  10. 10 May, 2005 6 commits
  11. 09 May, 2005 4 commits
  12. 08 May, 2005 7 commits
    • Stephane Carrez's avatar
      m68hc11.c (m68hc11_z_replacement): Use emit_insn_after when adding the save Z... · f36d83e0
      Stephane Carrez authored
      m68hc11.c (m68hc11_z_replacement): Use emit_insn_after when adding the save Z instruction so that it is part of...
      
      	* config/m68hc11/m68hc11.c (m68hc11_z_replacement): Use emit_insn_after
      	when adding the save Z instruction so that it is part of the good BB.
      	(reg_or_some_mem_operand): Do not allow the 68HC12 address indirect
      	addressing mode as it is not supported by bset and bclr.
      	(m68hc11_gen_movhi): Fix invalid generation of indexed indirect
      	addressing with movw.
      	(m68hc11_gen_movqi): Use pula and pulb instead of lda and ldb for
      	68HC12.
      	* config/m68hc11/m68hc11.md ("movhi_const0"): Use this pattern only
      	for 68HC11.
      	("*movhi_68hc12"): Handle movhi_const0.
      	("*subhi3", "subqi3"): Use general_operand for operand 1.
      	("*subhi3_zext"): Likewise.
      
      From-SVN: r99403
      f36d83e0
    • Stephane Carrez's avatar
      m68hc11.c (m68hc11_z_replacement): Use emit_insn_after when adding the save Z... · 73035bf9
      Stephane Carrez authored
      m68hc11.c (m68hc11_z_replacement): Use emit_insn_after when adding the save Z instruction so that it is part of...
      
      	* config/m68hc11/m68hc11.c (m68hc11_z_replacement): Use emit_insn_after
      	when adding the save Z instruction so that it is part of the good BB.
      	(reg_or_some_mem_operand): Do not allow the 68HC12 address indirect
      	addressing mode as it is not supported by bset and bclr.
      	(m68hc11_gen_movhi): Fix invalid generation of indexed indirect
      	addressing with movw.
      	(m68hc11_gen_movqi): Use pula and pulb instead of lda and ldb for
      	68HC12.
      	* config/m68hc11/m68hc11.md ("movhi_const0"): Use this pattern only
      	for 68HC11.
      	("*movhi_68hc12"): Handle movhi_const0.
      	("*subhi3", "subqi3"): Use general_operand for operand 1.
      	("*subhi3_zext"): Likewise.
      
      From-SVN: r99402
      73035bf9
    • Matt Kraai's avatar
      * README.SCO: Update the URL. · 769c3c21
      Matt Kraai authored
      From-SVN: r99401
      769c3c21
    • Stephane Carrez's avatar
      re PR target/19051 (m6811-elf-gcc ICE) · 765ce345
      Stephane Carrez authored
      	PR target/19051
      	* config/m68hc11/m68hc11.md ("mulqi3"): Use general_operand for operand
      	1 and fix constraints.
      	("mulqihi3"): Use general_operand for operand 2.
      
      From-SVN: r99396
      765ce345
    • Richard Sandiford's avatar
      re PR target/21416 (wrong code for __builtin_isless, __builtin_islessequal) · e45cc57c
      Richard Sandiford authored
      	PR target/21416
      	* config/mips/mips.c (mips_emit_compare): Don't reverse UNGE and UNGT
      	comparisons.
      	* config/mips/mips.md (sungt_df, sunge_df, sungt_sf, sunge_sf): New
      	patterns.
      
      From-SVN: r99390
      e45cc57c
    • Stephane Carrez's avatar
      re PR target/16925 (ICE when building a m68hc11 cross-compiler on 64-bit architectures) · 8e265539
      Stephane Carrez authored
      	PR target/16925
      	* config/m68hc11/m68hc11.c (m68hc11_gen_highpart): Handle split of
      	64-bit constants on 64-bit hosts.
      	(m68hc11_split_logical): Simplify.
      	(m68hc11_split_move): Likewise.
      
      From-SVN: r99385
      8e265539
    • GCC Administrator's avatar
      Daily bump. · 68cc9c3b
      GCC Administrator authored
      From-SVN: r99372
      68cc9c3b
  13. 07 May, 2005 1 commit
  14. 06 May, 2005 2 commits