1. 06 Aug, 2005 11 commits
    • re PR treelang/23072 (multiple runs of treelang testsuite does not work...) · b53b1b04
      2005-08-06  James A. Morrison  <phython@gcc.gnu.org>
      
              PR treelang/23072
              * Make-lang.in: Remove old testing cruft.
      
      From-SVN: r102813
      James A. Morrison committed
    • * io/unix.c: Add O_RDWR to open() call. · 2c4a108e
      From-SVN: r102811
      Francois-Xavier Coudert committed
    • config/stormy16/stormy16.h (SYMBOL_FLAG_XSTORMY16_BELOW100): New define. · 2f806f3b
       (ASM_OUTPUT_LABELREF): Delete - it is no longer needed.
      config/stormy16/stormy16.c (xstormy16_below100_symbol): Check symbol flags
          instead of symbol name mangling.
        (xstormy16_asm_output_aligned_common): Likewise.  Also simplify code since
          the bss100_section cass is the only case where the below100 code will be
          triggered.
        (xstormy16_encode_section_info): Encode below100 attribute using the
          SYMBOL_FLAG_XSTORMY16_BELOW100 instead of mangling the name.
        (xstormy16_strip_name_encoding): Delete - this function is no longer needed.
        (TARGET_STRIP_NAME_ENCODING): Undefine.
      config/stormy16/stormy16-protos.h: Delete prototype for
          xstormy16_strip_name_encoding.
      
      From-SVN: r102810
      Nick Clifton committed
    • Makefile.in, [...]: Fix comment/doc typos. · a4d05547
      	* Makefile.in, cfgexpand.c, cfgloop.h, cfgloopmanip.c,
      	config.gcc, ipa-cp.c, ipa-prop.c, ipa-prop.h, reg-stack.c,
      	tree-ssa-structalias.c, tree-vrp.c, value-prof.c, vec.h,
      	config/linux.h, config/alpha/alpha.h, config/alpha/linux.h,
      	config/alpha/predicates.md, config/arc/arc.h,
      	config/arm/arm.h, config/arm/ieee754-df.S,
      	config/arm/ieee754-sf.S, config/bfin/bfin.c,
      	config/bfin/bfin.h, config/c4x/c4x.h, config/crx/crx.c,
      	config/fr30/fr30.h, config/frv/frv.h, config/h8300/h8300.h,
      	config/i386/i386.h, config/ia64/ia64.c, config/ia64/ia64.h,
      	config/m68hc11/m68hc11.h, config/mips/mips.c,
      	config/mips/mips.h, config/mips/openbsd.h,
      	config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.h,
      	config/pdp11/pdp11.h, config/rs6000/linux-unwind.h,
      	config/rs6000/rs6000.c, config/rs6000/rs6000.h,
      	config/s390/s390.c, config/sh/sh.c, config/sh/sh.h,
      	config/sparc/linux.h, config/sparc/linux64.h,
      	config/sparc/sparc.h, config/v850/v850.h, config/vax/vax.h,
      	doc/extend.texi, doc/gcov.texi, doc/install.texi,
      	doc/invoke.texi, doc/rtl.texi, doc/tm.texi: Fix comment/doc
      	typos.  Follow spelling conventions.
      
      From-SVN: r102809
      Kazu Hirata committed
    • decl.c, [...]: Fix comment/doc typos. · 49de9e73
      	* decl.c, dump-parse-tree.c, gfortran.texi, intrinsic.texi,
      	invoke.texi, resolve.c, trans-array.c, trans-array.h,
      	trans-common.c, trans-expr.c, trans-io.c, trans.h: Fix
      	comment/doc typos.  Follow spelling conventions.
      
      From-SVN: r102806
      Kazu Hirata committed
    • re PR c/23113 (The -Wunused (value computed is not used) option missed an important case) · 591baeb0
      	PR c/23113
      	* stmt.c (warn_if_unused_value): Check TREE_NO_WARNING at start.
      	Don't handle NOP_EXPR, CONVERT_EXPR and NON_LVALUE_EXPR
      	specially.  Check for side effects only for COND_EXPR.
      	* c-typeck.c (c_finish_stmt_expr): Mark statement expression
      	return with TREE_NO_WARNING.
      
      testsuite:
      	* gcc.dg/Wunused-value-1.c: New test.
      
      From-SVN: r102805
      Joseph Myers committed
    • re PR rtl-optimization/23233 (Loop optimisation ICE for subreg addresses) · f7a064b5
      	PR rtl-optimization/23233
      	* loop.c (combine_movables): Require the modes to be the same.
      	(move_movables): Remove handling of cases where the replacement
      	had a different mode to the original.
      
      From-SVN: r102804
      Richard Sandiford committed
    • re PR fortran/18833 (ICE 'missing spec' on integer/char equivalence) · a8006d09
      	PR fortran/18833
      	PR fortran/20850
      	* primary.c (match_varspec): If equiv_flag, don't look at sym's
      	attributes, call gfc_match_array_ref up to twice and don't do any
      	substring or component processing.
      	* resolve.c (resolve_equivalence): Transform REF_ARRAY into
      	REF_SUBSTRING or nothing if needed.  Check that substrings
      	don't have zero length.
      
      	* gfortran.dg/equiv_1.f90: New test.
      	* gfortran.dg/equiv_2.f90: New test.
      	* gfortran.fortran-torture/execute/equiv_2.f90: New test.
      	* gfortran.fortran-torture/execute/equiv_3.f90: New test.
      	* gfortran.fortran-torture/execute/equiv_4.f90: New test.
      
      From-SVN: r102801
      Jakub Jelinek committed
    • re PR tree-optimization/23128 (VRP fails for unsigned values) · b17775ab
      2005-08-05  James A. Morrison  <phython@gcc.gnu.org>
      
              PR tree-optimization/23128
              * tree-vrp.c (vrp_int_const_binop): Check if unsigned addition or
              subtraction wrap, and set TREE_OVERFLOW if they do.
      
      From-SVN: r102800
      James A. Morrison committed
    • re PR debug/22514 (ICE in force_decl_die with invalid code after error) · 099f36ab
      2005-08-05  James A. Morrison  <phython@gcc.gnu.org>
      
              PR c++/22514
              * name-lookup.c (cp_emit_debug_info_for_using): Do nothing if
              sorrycount or errorcount are nonzero.
      
      From-SVN: r102799
      James A. Morrison committed
    • Daily bump. · a6a09784
      [[Split portion of a mixed commit.]]
      
      From-SVN: r102792.2
      GCC Administrator committed
  2. 05 Aug, 2005 13 commits
  3. 04 Aug, 2005 14 commits
  4. 03 Aug, 2005 2 commits