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. 16 Aug, 1999 3 commits
  2. 13 Aug, 1999 4 commits
  3. 11 Aug, 1999 6 commits
  4. 10 Aug, 1999 2 commits
  5. 09 Aug, 1999 8 commits
  6. 08 Aug, 1999 1 commit
  7. 07 Aug, 1999 7 commits
    • Jason Merrill's avatar
      revert · 6e27991d
      Jason Merrill authored
      From-SVN: r28586
      6e27991d
    • Jeffrey A Law's avatar
      * gcc.texi: Update bug reporting text. · c2cc3f1b
      Jeffrey A Law authored
      From-SVN: r28575
      c2cc3f1b
    • Andreas Schwab's avatar
      iostream.cc: Add missing calls to isfx and setup a cleanup region for the locked stream. · 968467eb
      Andreas Schwab authored
      
      	* iostream.cc: Add missing calls to isfx and setup a cleanup
      	region for the locked stream.
      	* iostream.h: Likewise.
      	* isgetline.cc: Likewise.
      	* isgetsb.cc: Likewise.
      	* isscan.cc: Likewise.
      
      From-SVN: r28572
      968467eb
    • Herman A.J. ten Brugge's avatar
      620b72bc
    • Daniel Jacobowitz's avatar
      Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix, libdir, libsubdir and tooldir. · 52441de3
      Daniel Jacobowitz authored
      
              * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
              libdir, libsubdir and tooldir.
      Applied in the libchill, libiberty, libobjc, and libf2c subdirs
      
      From-SVN: r28568
      52441de3
    • Jeffrey A Law's avatar
      rs6000.md (arithmetic, [...]): Disable patterns performing SImode comparisons... · 52506839
      Jeffrey A Law authored
      rs6000.md (arithmetic, [...]): Disable patterns performing SImode comparisons with SImode values if...
      
      
              * rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
              Disable patterns performing SImode comparisons with SImode values
              if TARGET_POWERPC64 and instruction does not sign-extend or does
              not mask to narrower than SImode, i.e. where bit 31 and bit 63 may
              differ for signed quantities.
              (indirect_jump): Add expander to choose RTL based on TARGET_64BIT.
              (tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64.
              (decrement_and_branch_on_count): Add 64-bit variant.
      
      From-SVN: r28564
      52506839
    • Jason Merrill's avatar
      decl.c (bad_specifiers): It's OK to have an EH spec on a function pointer. · 92410ebf
      Jason Merrill authored
      	* decl.c (bad_specifiers): It's OK to have an EH spec on a function
      	pointer.
      
      	* pt.c (maybe_get_template_decl_from_type_decl): Make sure that
      	we're looking at a class.
      
      	* decl.c (lookup_name_real): Set the complain flag if we're
      	looking for a namespace member.
      
      	* decl.c (pushdecl): Only give an error for shadowing a parm
      	from *this* function.
      
      	* decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR): Only
      	build_expr_from_tree on the args of a TEMPLATE_ID_EXPR.
      
      	* class.c (mark_overriders): Fix order of args to overrides.
      	(warn_hidden): Likewise.  Fix for having virtual and non-virtual
      	functions with the same name.
      
      	* cp-tree.h (DECL_VIRTUAL_CONTEXT): New macro.
      	* typeck.c (expand_ptrmemfunc_cst): Calculate delta correctly for
      	virtual functions and MI.  Simplify.
      
      	* typeck.c (c_expand_return): Downgrade pedwarn about returning NULL
      	from op new to warning.
      
      	* decl2.c (reparse_absdcl_as_casts): Don't warn about old-style
      	casts in system headers or extern "C" blocks.
      
      	* pt.c (do_decl_instantiation): Downgrade duplicate instantiation
      	errors to pedwarn.
      
      	* error.c (dump_type_real): Handle TREE_LIST again.
      
      	* typeck.c (comp_target_parms): Don't complain about
      	converting from () to (...) if !flag_strict_prototype.
      
      	* class.c (instantiate_type): Downgrade errors for object-dependent
      	memfn refs to pedwarn.
      
      From-SVN: r28563
      92410ebf
  8. 06 Aug, 1999 1 commit
  9. 05 Aug, 1999 8 commits