1. 02 Nov, 2000 10 commits
  2. 01 Nov, 2000 24 commits
  3. 31 Oct, 2000 6 commits
    • cpp.texi: Update for new command line assertion syntax. · 86368122
      	* cpp.texi: Update for new command line assertion syntax.
      	* cpplib.c (cpp_define): Simplify a bit.
      	(cpp_assert, cpp_unassert): Use handle_assertion.
      	(handle_assertion): New function; accept new command line
      	syntax with '='.
      	* testsuite/gcc.dg/cpp/assert3.c: New tests.
      
      From-SVN: r37171
      Neil Booth committed
    • * Forgot to update ChangeLog. · e1998242
      From-SVN: r37170
      Neil Booth committed
    • *** empty log message *** · 49ba75d2
      From-SVN: r37169
      Benjamin Kosnik committed
    • 920501-7.c: Remove 'CYGNUS LOCAL' markers. · e201b0a7
      	* gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
      	* gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
      
      From-SVN: r37168
      Geoff Keating committed
    • * gcc.c-torture/execute/va-arg-21.c: New test. · c5a0835d
      From-SVN: r37167
      Kaveh R. Ghazi committed
    • i386.h: Clarify CCNOmode description in comment. · 7e08e190
      	* config/i386/i386.h: Clarify CCNOmode description in comment.
      	(EXTRA_CC_MODES): Remove CCRCmode.
      	* config/i386/i386.c (ix86_comparison_operator): Remove CCRCmode.
      	(put_condition_code, ix86_match_ccmode): Likewise.
      	(ix86_cc_mode): Likewise.  Fix comment.
      	(ix86_expand_strlensi_unroll_1): *rc patterns are gone.
      	* config/i386/i386.md: Add unspec 12 description.
      	(adddi3 split): Use unspec 12 instead of CCRCmode.
      	(addsi3_carry_rc): Remove.
      	(addsi3_cc, addqi3_cc): New patterns.
      	(addsi_3): Swap operands, match CCZmode.
      	(addsi_4): Rewritten.
      	(addsi_5): Renamed from addsi_6.
      	(addsi_6): Removed.
      	(addhi_3): Swap operands, match CCZmode.
      	(addhi_4): Rewritten.
      	(addhi_5): Renamed from addhi_6.
      	(addhi_6): Removed.
      	(addqi_3): Swap operands, match CCZmode.
      	(addqi_4): Rewritten.
      	(addqi_5): Renamed from addqi_6.  Use =q constraint for clobber.
      	(subsi3_carry_rc): Removed.
      	(iorqi_3): Use =q constraint for clobber.
      	(xorqi_cc_2): Likewise.
      	(negdi2_1 split): Don't use CCRCmode, use ltu instead of gtu.
      	(x86_movsicc_0_m1_rc): Removed.
      	(cmp?i peepholes): Remove neg.  Use CCGCmode instead of CCRCmode.
      
      Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
      
      From-SVN: r37166
      Jan Hubicka committed