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. 23 Apr, 1998 2 commits
  2. 20 Apr, 1998 1 commit
    • Richard Henderson's avatar
      reload1.c (eliminate_regs): Delete LOAD_EXTENDED_OP code that boiled down to && ! 0. · 495bf608
      Richard Henderson authored
              * reload1.c (eliminate_regs): Delete LOAD_EXTENDED_OP code that
              boiled down to && ! 0.
              * reload.c (find_reloads): Always force (subreg (mem)) to be
              reloaded if WORD_REGISTER_OPERATIONS.
              * reload.c (find_reloads_toplev): Handle arbitrary non-paradoxical
              SUBREGs of CONST_INTs.
              * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
              SUBREG_REG if the word count is unchanged, also in the input reload
              case.  Disable non-applicable sanity checks.
              * reload.c (push_reload): In WORD_REGISTER_OPERATIONS code, add test
              to require the SUBREG mode to be smaller than the SUBREG_REG mode.
              * reload1.c (eliminate_regs): Likewise.
              * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload the
              SUBREG_REG if the word count is unchanged.
              * reload1.c (eliminate_regs) [case SET]: If W_R_O, preserve
              subregs of identical word size for push_reload.
      Various alpha fixes from the mainline sources.
      Co-Authored-By: default avatarJ"orn Rennecke <amylaar@cygnus.co.uk>
      Co-Authored-By: default avatarJim Wilson <wilson@cygnus.com>
      
      From-SVN: r19336
      495bf608
  3. 19 Apr, 1998 2 commits
  4. 18 Apr, 1998 4 commits
  5. 15 Mar, 1998 6 commits
  6. 11 Mar, 1998 1 commit
  7. 08 Mar, 1998 3 commits
  8. 07 Mar, 1998 1 commit
    • Jeffrey A Law's avatar
      aix386ng.h (CPP_PREDEFINES): Put back -Di386. · 83f3c878
      Jeffrey A Law authored
              * i386/aix386ng.h (CPP_PREDEFINES): Put back -Di386.
              * i386/freebsd-elf.h: Likewise.
              * i386/gas.h: Likewise.
              * i386/linux-aout.h: Likewise.
              * i386/linux-oldld.h: Likewise.
              * i386/linux.h: Likewise.
              * i386/osfelf.h: Likewise.
              * i386/osfrose.h: Likewise.
              * i386/sco.h: Likewise.
              * i386/sco4.h: Likewise.
              * i386/sco4dbx.h: Likewise.
              * i386/sco5.h: Likewise.
              * i386/scodbx.h: Likewise.
              * i386/sol2.h: Likewise.
              * i386/sysv3.h: Likewise.
      Fix problems with imake
      
      From-SVN: r18437
      83f3c878
  9. 05 Mar, 1998 1 commit
  10. 04 Mar, 1998 1 commit
  11. 03 Mar, 1998 1 commit
  12. 02 Mar, 1998 1 commit
  13. 01 Mar, 1998 1 commit
  14. 25 Feb, 1998 1 commit
  15. 24 Feb, 1998 4 commits
    • Andreas Schwab's avatar
      Changes for _G_IO_IO_FILE_VERSION == 0x20001: · 5f8b9c80
      Andreas Schwab authored
              * libioP.h (_IO_showmanyc_t, _IO_SHOWMANYC, _IO_imbue_t,
              _IO_IMBUE): New definitions.
              (struct _IO_jump_t): Add __showmanyc and __imbue fields.
              (_IO_file_fopen): Add new fourth argument.
              * filebuf.cc (filebuf::open): Pass new fourth argument to
              _IO_file_fopen.
              * iolibio.h (_IO_freopen): Likewise.
              * streambuf.cc (streambuf::showmanyc, streambuf::imbue): New
              functions.
              * streambuf.h (_IO_wchar_t): Define to _G_wchar_t.
              (ios::fill): Remove casts.
              (struct streambuf): Add showmanyc and imbue members.
              * iostream.cc (ostream::operator<<(double n)) [__GLIBC_MINOR__ >=
              1]: Initialize new fields is_char of struct printf_info.
              (ostream::operator<<(long double n)) [__GLIBC_MINOR__ >= 1]:
              Likewise.
      
      From-SVN: r18221
      5f8b9c80
    • H.J. Lu's avatar
      configure.in (topsrcdir): New. · 3ceda776
      H.J. Lu authored
              * configure.in (topsrcdir): New.
              (CHECK_SUBDIRS, configdirs): Check ${topsrcdir}/gcc instead.
              (config-ml.in): Use ${topsrcdir}/config-ml.in.
              * tests/configure.in (topsrcdir): New.
              (CHECK): Check ${topsrcdir}/gcc instead.
              * configure.in (CHECK_SUBDIRS): Set to testsuite only if
              ${srcdir}/../gcc exists.
              (configdirs): Include testsuite only if ${srcdir}/../gcc exists.
              * tests/Makefile.in (check): Depend on $(CHECK).
              * tests/configure.in (CHECK): Set to "check-iostream
              check-stdio" if ${srcdir}/../../gcc doesn't exists.
      
      From-SVN: r18220
      3ceda776
    • H.J. Lu's avatar
      configure.in (topsrcdir): New. · d356de35
      H.J. Lu authored
              * configure.in (topsrcdir): New.
              (configdirs): Check ${topsrcdir}/gcc instead.
              (config-ml.in): Use ${topsrcdir}/config-ml.in.
              * tests/configure.in (topsrcdir): New.
              (check): Check ${topsrcdir}/gcc instead.
              * configure.in (configdirs): Include testsuite only if
              ${srcdir}/../gcc exists.
              * tests/configure.in (check): Set to ${CHECK} if
              ${srcdir}/../../gcc doesn't exists.
      
      From-SVN: r18219
      d356de35
    • Jeffrey A Law's avatar
      expr.c (emit_move_insn_1): Fix minor buglet in last change caused by importint... · c78880d8
      Jeffrey A Law authored
      expr.c (emit_move_insn_1): Fix minor buglet in last change caused by importint it into the release branch.
      
              * expr.c (emit_move_insn_1): Fix minor buglet in last change
              caused by importint it into the release branch.
      
      From-SVN: r18216
      c78880d8
  16. 23 Feb, 1998 1 commit
    • Jeff Law's avatar
      Update. · 9925224f
      Jeff Law authored
      From-SVN: r18212
      9925224f
  17. 22 Feb, 1998 8 commits
  18. 21 Feb, 1998 1 commit