1. 21 Jun, 2005 12 commits
    • const-str-[1-9].mm: New tests. · 01277dc4
      [gcc/testsuite/ChangeLog]
      2005-06-21  Ziemowit Laski  <zlaski@apple.com>
      
              * obj-c++.dg/const-str-[1-9].mm: New tests.
      
      From-SVN: r101237
      Ziemowit Laski committed
    • * nl.po: Update. · 3a32ec1e
      From-SVN: r101235
      Joseph Myers committed
    • namelist_use_2.msg · 051cdfd4
      From-SVN: r101234
      Paul Thomas committed
    • namelist_use_1.msg · 15f9ce29
      Co-Authored-By: Paul Thomas <pault@gcc.gnu.org>
      
      From-SVN: r101233
      Tobias Schlüter committed
    • tree-vrp.c (extract_range_from_unary_expr): Handle type conversions better. · 2735e93e
              * tree-vrp.c (extract_range_from_unary_expr): Handle type
              conversions better.
      
              * gcc.dg/tree-ssa/vrp15.c: New test.
      
      From-SVN: r101232
      Jeff Law committed
    • genopinit.c (vec_shl_optab, [...]): Initialize new optabs. · a6b46ba2
              * genopinit.c (vec_shl_optab, vec_shr_optab): Initialize new optabs.
              (reduc_plus_optab): Removed.  Replcaed with...
              (reduc_splus_optab, reduc_uplus_optab): Initialize new optabs.
              * optabs.c (optab_for_tree_code): Return reduc_splus_optab or
              reduc_uplus_optab instead of reduc_plus_optab.
              (expand_vec_shift_expr): New function.
              (init_optabs): Initialize new optabs. Remove initialization of
              reduc_plus_optab.
              (optab_for_tree_code): Return vec_shl_optab/vec_shr_optab
              for VEC_LSHIFT_EXPR/VEC_RSHIFT_EXPR.
              * optabs.h (OTI_reduc_plus): Removed. Replaced with...
              (OTI_reduc_splus, OTI_reduc_uplus): New.
              (reduc_plus_optab): Removed.  Replcaed with...
              (reduc_splus_optab, reduc_uplus_optab): New optabs.
              (vec_shl_optab, vec_shr_optab): New optabs.
              (expand_vec_shift_expr): New function declaration.
      
              * tree.def (VEC_LSHIFT_EXPR, VEC_RSHIFT_EXPR): New tree-codes.
              * tree-inline.c (estimate_num_insns_1): Handle new tree-codes.
              * expr.c (expand_expr_real_1): Handle new tree-codes.
              * tree-pretty-print.c (dump_generic_node, op_symbol, op_prio): Likewise.
              * tree-vect-generic.c (expand_vector_operations_1): Add assert.
      
              * tree-vect-transform.c (vect_create_epilog_for_reduction): Add two
              alternatives for generating reduction epilog code.
              (vectorizable_reduction): Don't fail of direct reduction support is
              not available.
              (vectorizable_target_reduction_pattern): Likewise.
      
              * config/rs6000/altivec.md (reduc_smax_v4si, reduc_smax_v4sf,
              reduc_umax_v4si, reduc_smin_v4si, reduc_smin_v4sf, reduc_umin_v4si,
              reduc_plus_v4si, reduc_plus_v4sf): Removed.
              (vec_shl_<mode>, vec_shr_<mode>, altivec_vsumsws_nomode,
              reduc_splus_<mode>, reduc_uplus_v16qi): New.
      
      From-SVN: r101231
      Dorit Nuzman committed
    • func_derived_2.f90, [...]: New tests. · a3a2067a
      2005-06-21  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
      	Paul Thomas  <pault@gcc.gnu.org>
      
      	* gfortran.dg/func_derived_2.f90, gfortran.dg/func_derived_3.f90:
      	New tests.
      
      From-SVN: r101230
      Tobias Schlüter committed
    • c-typeck.c (build_function_call): Set fundecl = function again. · a5eadacc
      2005-06-20  Daniel Berlin  <dberlin@dberlin.org>
      
      	* c-typeck.c (build_function_call): Set fundecl = function again.
      	* tree-ssa-alias.c (find_used_portions): Address taking causes the
      	entire variable to be used.
      	* tree-ssa-structalias.c (do_structure_copy): Fix handling of
      	unknown size variables, and structure copies from addressof
      	operations.  Simplify how we do *a = *b type structure copies.
      	(init_base_vars): Add ANYTHING = &ANYTHING constraint the right
      	way.  READONLY's address is not taken by default.
      	INTEGER dereference should point to anything.
      	(create_variable_info_for): It's okay for the first field to not start
      	at 0.
      
      From-SVN: r101227
      Daniel Berlin committed
    • Index: include/ChangeLog · 83fbfe42
      2005-06-20  Geoffrey Keating  <geoffk@apple.com>
      
      	* libiberty.h (strverscmp): Prototype.
      
      Index: libiberty/ChangeLog
      2005-06-20  Geoffrey Keating  <geoffk@apple.com>
      
      	* strverscmp.c: New.
      	* Makefile.in (CFILES): Add strverscmp.c.
      	(CONFIGURED_OFILES): Add strverscmp.o.
      	(strverscmp.o): New rule.
      	(stamp-functions): Add $(srcdir) to files in source directory.
      	* configure.ac (funcs): Add strverscmp.
      	(AC_CHECK_FUNCS): Add strverscmp.
      	* configure: Regenerate.
      	* functions.texi: Regenerate.
      
      From-SVN: r101226
      Geoffrey Keating committed
    • config/sh/linux.h (FUNCTION_PROFILER): Constify a char*. · 76243d10
      From-SVN: r101225
      Kaz Kojima committed
    • Daily bump. · 4818f841
      [[Split portion of a mixed commit.]]
      
      From-SVN: r101222.2
      GCC Administrator committed
    • config-lang.in (gtfiles): Add cp/rtti.c. · d5abf34d
      [gcc/objcp/ChangeLog]
      2005-06-20  Ziemowit Laski  <zlaski@apple.com>
      
              * config-lang.in (gtfiles): Add cp/rtti.c.
      
      From-SVN: r101220
      Ziemowit Laski committed
  2. 20 Jun, 2005 11 commits
  3. 19 Jun, 2005 17 commits