1. 25 Mar, 2002 18 commits
  2. 24 Mar, 2002 18 commits
  3. 23 Mar, 2002 4 commits
    • rs6000.h (RETURN_IN_MEMORY): Cast to HOST_WIDE_INT not HOST_WIDEST_INT. · 0c769cf8
              * config/rs6000/rs6000.h (RETURN_IN_MEMORY):  Cast to HOST_WIDE_INT
              not HOST_WIDEST_INT.
              (RS6000_ARG_SIZE): Remove unsigned cast of int_size_in_bytes.
      
      From-SVN: r51245
      David Edelsohn committed
    • com.c (ffecom_check_size_overflow_): Add a test so that arrays too large for… · 7b119cc6
      com.c (ffecom_check_size_overflow_): Add a test so that arrays too large for 32-bit byte-offset addressing get caught.
      
      2002-03-23  Toon Moene  <toon@moene.indiv.nluug.nl>
      
      	* com.c (ffecom_check_size_overflow_): Add a test
      	so that arrays too large for 32-bit byte-offset
      	addressing get caught.
      	* news.texi: Document the fixing of this problem.
      
      From-SVN: r51243
      Toon Moene committed
    • re PR java/5489 (-fverbose-asm crashes jc1 on ARM cross-compiler) · 64e92a26
      PR java/5489
      * arm.md (return, sibcall_epilogue): Pass const_true_rtx as the
      operand argument to output_return_instruction.
      * arm.c (arm_print_operand, case 'd'): If the operand is
      const_true_rtx then just return.
      (arm_print_operand, case 'D'): If the operand is const_true_rtx
      then abort.
      
      From-SVN: r51241
      Richard Earnshaw committed
    • [multiple changes] · d6961341
      2002-03-23  Andrew Cagney  <ac131313@redhat.com>
      
      	* doc/invoke.texi (Option Summary): Mention -Wswitch-default.
      	(Warning Options): Document -Wswitch-default.
      	* toplev.c (W_options): Add -Wswitch-default.  Update comment on
      	-Wswitch.
      	(warn_switch_default): Define variable.
      	(warn_switch): Update comment.
      	* flags.h (warn_switch_default): Declare variable.
      	(warn_switch): Update comment.
      	* stmt.c (expand_end_case): Check for and, when
      	warn_switch_no_default, warn of a missing default case.
      
      Index: f/ChangeLog
      Sat Mar 23 11:18:17 2002  Andrew Cagney  <ac131313@redhat.com>
      
      	* invoke.texi (Warning Options): Mention -Wswitch-default.
      
      Index: testsuite/ChangeLog
      2002-03-23  Andrew Cagney  <ac131313@redhat.com>
      
      	* gcc.dg/Wswitch-default.c: New test.
      
      From-SVN: r51238
      Andrew Cagney committed