1. 21 May, 2004 15 commits
  2. 20 May, 2004 19 commits
  3. 19 May, 2004 6 commits
    • re PR other/15526 (-ftrapv aborts on 0 * (-1)) · d3a7ef9a
      	PR other/15526
      	* libgcc2.c (__mulvsi3): Fix overflow test.
      	* gcc.dg/ftrapv-1.c: New test case.
      
      From-SVN: r82042
      Falk Hueffner committed
    • re PR c/14171 (Bootstrap (--enable-intermodule) dies with reg-stack.c:235:… · dc44e18a
      re PR c/14171 (Bootstrap (--enable-intermodule) dies with reg-stack.c:235: error: 'nan' redeclared as different kind of symbol)
      
      2004-05-19  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR c/14171
              * reg-stack.c (nan): Rename to ...
              (not_a_num): Here.
              (reg_to_stack): Rename nan to not_a_num.
              (subst_stack_regs_pat): Likewise.
              (convert_regs_entry): Likewise.
              (convert_regs_1): Likewise.
      
      From-SVN: r82040
      Andrew Pinski committed
    • reg-stack.c (nan): Rename to ... · d2032ad8
      2004-05-19  Andrew Pinski  <pinskia@physics.uc.edu>
      
              * reg-stack.c (nan): Rename to ...
              (not_a_num): Here.
              (reg_to_stack): Rename nan to not_a_num.
              (subst_stack_regs_pat): Likewise.
              (convert_regs_entry): Likewise.
              (convert_regs_1): Likewise.
      
      From-SVN: r82039
      Andrew Pinski committed
    • Fix typo in last commit. · a6845d13
      From-SVN: r82037
      Anthony Green committed
    • Makefile.am (awt_java_source_files): Remove javax.rmi and gnu.javax.rmi code. · 0fa13661
      2004-05-19  Anthony Green  <green@redhat.com>
      
      	* Makefile.am (awt_java_source_files): Remove javax.rmi and
      	gnu.javax.rmi code.
      	* Makefile.in: Rebuilt.
      	* javax/rmi/ClassDesc.java, javax/rmi/StubDelegate.java,
      	javax/rmi/UtilDelegate.java, javax/rmi/Stub.java,
      	javax/rmi/Util.java, javax/rmi/ObjectImpl.java,
      	javax/rmi/SystemException.java, javax/rmi/ValueHandler.java,
      	javax/rmi/PortableRemoteObjectDelegate.java, javax/rmi/Tie.java,
      	gnu/javax/rmi/CORBA/DelegateFactory.java,
      	gnu/javax/rmi/CORBA/GetDelegateInstanceException.java,
      	gnu/javax/rmi/CORBA/PortableRemoteObjectDelegateImpl.java,
      	gnu/javax/rmi/CORBA/StubDelegateImpl.java,
      	gnu/javax/rmi/CORBA/UtilDelegateImpl.java,
      	gnu/javax/rmi/CORBA/ValueHandlerImpl.java,
      	gnu/javax/rmi/PortableServer.java: Remove files.
      
      From-SVN: r82036
      Anthony Green committed
    • tree-into-ssa.c (prepare_operand_for_rename): New argument is_use. · 34eb8991
      	* tree-into-ssa.c (prepare_operand_for_rename): New argument is_use.
      	If the operand is for a use, then strip away the SSA_NAME, do not
      	strip away the SSA_NAME for a set.  Never call release_ssa_name.
      	(mark_def_sites): Appropriately pass additional argument to
      	prepare_operand_for_rename.  If a VDEF_RESULT is not an SSA_NAME,
      	then set the VDEF_RESULT to the VDEF_OP.
      	(set_def_block): Strip away any SSA_NAME to get to the real
      	underlying variable.
      
      From-SVN: r82035
      Jeff Law committed