This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r112707 - in /branches/redhat/gcc-4_1-branch: C...


Author: jakub
Date: Wed Apr  5 15:08:46 2006
New Revision: 112707

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112707
Log:
svn merge -r112431:112706 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_1-branch

Added:
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/execute/loop-ivopts-3.c
      - copied unchanged from r112703, branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/execute/loop-ivopts-3.c
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/execute/pr25737.c
      - copied unchanged from r112703, branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/execute/pr25737.c
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/torture/pr26763-1.c
      - copied unchanged from r112703, branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/torture/pr26763-1.c
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/torture/pr26763-2.c
      - copied unchanged from r112703, branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/torture/pr26763-2.c
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/convert_implied_open.f90
      - copied unchanged from r112703, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/convert_implied_open.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/cray_pointers_6.f90
      - copied unchanged from r112703, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/cray_pointers_6.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/float_1.f90
      - copied unchanged from r112703, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/float_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/record_marker_1.f90
      - copied unchanged from r112703, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/record_marker_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/record_marker_2.f
      - copied unchanged from r112703, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/record_marker_2.f
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/record_marker_3.f90
      - copied unchanged from r112703, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/record_marker_3.f90
    branches/redhat/gcc-4_1-branch/libjava/testsuite/libjava.compile/pr26042.java
      - copied unchanged from r112703, branches/gcc-4_1-branch/libjava/testsuite/libjava.compile/pr26042.java
    branches/redhat/gcc-4_1-branch/libjava/testsuite/libjava.lang/pr26990.java
      - copied unchanged from r112703, branches/gcc-4_1-branch/libjava/testsuite/libjava.lang/pr26990.java
    branches/redhat/gcc-4_1-branch/libjava/testsuite/libjava.lang/pr26990.out
      - copied unchanged from r112703, branches/gcc-4_1-branch/libjava/testsuite/libjava.lang/pr26990.out
    branches/redhat/gcc-4_1-branch/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/26777.cc
      - copied unchanged from r112703, branches/gcc-4_1-branch/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/26777.cc
Modified:
    branches/redhat/gcc-4_1-branch/ChangeLog
    branches/redhat/gcc-4_1-branch/Makefile.in
    branches/redhat/gcc-4_1-branch/Makefile.tpl
    branches/redhat/gcc-4_1-branch/contrib/regression/ChangeLog
    branches/redhat/gcc-4_1-branch/contrib/regression/btest-gcc.sh
    branches/redhat/gcc-4_1-branch/gcc/ChangeLog
    branches/redhat/gcc-4_1-branch/gcc/DATESTAMP
    branches/redhat/gcc-4_1-branch/gcc/Makefile.in
    branches/redhat/gcc-4_1-branch/gcc/config/bfin/bfin.c
    branches/redhat/gcc-4_1-branch/gcc/config/bfin/bfin.md
    branches/redhat/gcc-4_1-branch/gcc/config/rs6000/rs6000.c
    branches/redhat/gcc-4_1-branch/gcc/config/rs6000/rs6000.h
    branches/redhat/gcc-4_1-branch/gcc/fold-const.c
    branches/redhat/gcc-4_1-branch/gcc/fortran/ChangeLog
    branches/redhat/gcc-4_1-branch/gcc/fortran/expr.c
    branches/redhat/gcc-4_1-branch/gcc/fortran/gfortran.h
    branches/redhat/gcc-4_1-branch/gcc/fortran/intrinsic.c
    branches/redhat/gcc-4_1-branch/gcc/fortran/intrinsic.texi
    branches/redhat/gcc-4_1-branch/gcc/fortran/invoke.texi
    branches/redhat/gcc-4_1-branch/gcc/fortran/lang.opt
    branches/redhat/gcc-4_1-branch/gcc/fortran/options.c
    branches/redhat/gcc-4_1-branch/gcc/fortran/trans-decl.c
    branches/redhat/gcc-4_1-branch/gcc/gimplify.c
    branches/redhat/gcc-4_1-branch/gcc/java/ChangeLog
    branches/redhat/gcc-4_1-branch/gcc/java/class.c
    branches/redhat/gcc-4_1-branch/gcc/java/expr.c
    branches/redhat/gcc-4_1-branch/gcc/java/lang.c
    branches/redhat/gcc-4_1-branch/gcc/java/parse.y
    branches/redhat/gcc-4_1-branch/gcc/po/ChangeLog
    branches/redhat/gcc-4_1-branch/gcc/po/sv.po
    branches/redhat/gcc-4_1-branch/gcc/scan-decls.c
    branches/redhat/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/tree-ssa/pr19210-1.c
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/tree-ssa/pr19210-2.c
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/allocate_char_star_scalar_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/assumed_charlen_function_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/assumed_dummy_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/assumed_shape_ranks_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/assumed_shape_ranks_2.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/assumed_size_dt_dummy.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/auto_char_dummy_array_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/automatic_module_variable.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/bad_automatic_objects_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/char_array_constructor.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/char_array_structure_constructor.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/char_result_11.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/char_result_9.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/contained_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/convert_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/cray_pointers_5.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/data_constraints_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/default_initialization.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/der_charlen_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/der_io_2.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/der_io_3.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/der_pointer_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/der_pointer_3.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/der_pointer_4.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/derived_pointer_recursion.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/derived_recursion.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/dummy_functions_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/elemental_initializer_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/elemental_pointer_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/elemental_subroutine_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/elemental_subroutine_2.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/entry_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/entry_3.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/enum_10.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/equiv_constraint_3.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/func_derived_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/func_derived_2.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/func_derived_3.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/generic_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/generic_2.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/generic_3.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/generic_4.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/global_references_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/host_used_types_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/implicit_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/implicit_2.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/implicit_actual.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/initialization_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/int_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/intent_used_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/interface_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/interface_2.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/internal_references_2.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/io_constraints_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/io_constraints_2.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/large_integer_kind_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/large_real_kind_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/module_blank_common.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/module_commons_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/module_double_reuse.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/module_equivalence_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/module_interface_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/module_parameter_array_refs_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/named_interface.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/namelist_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/namelist_14.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/namelist_15.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/namelist_4.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/namelist_use.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/namelist_use_only.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/nested_modules_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/nested_modules_2.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/nested_modules_3.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/nested_modules_4.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/nested_modules_5.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/parens_5.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/pr15164.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/pr16861.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/pr17615.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/pr19926.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/pr21177.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/private_type_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/private_type_2.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/private_type_3.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/private_type_4.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/procedure_lvalue.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/pure_byref_3.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/pure_non_intrinsic_dummy_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/same_name_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/sibling_dummy_procedure_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/sibling_dummy_procedure_2.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/sibling_dummy_procedure_3.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/substr_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/substring_equivalence.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/use_allocated_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_dummy_types_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_dummy_types_2.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_dummy_types_3.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_dummy_types_4.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_dummy_types_5.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_interface_ref.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_types_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/userdef_operator_1.f90
    branches/redhat/gcc-4_1-branch/gcc/testsuite/lib/g++.exp
    branches/redhat/gcc-4_1-branch/gcc/testsuite/lib/gcc-dg.exp
    branches/redhat/gcc-4_1-branch/gcc/testsuite/lib/gfortran.exp
    branches/redhat/gcc-4_1-branch/gcc/testsuite/lib/obj-c++.exp
    branches/redhat/gcc-4_1-branch/gcc/testsuite/lib/scanasm.exp
    branches/redhat/gcc-4_1-branch/gcc/testsuite/lib/scandump.exp
    branches/redhat/gcc-4_1-branch/gcc/tree-cfg.c
    branches/redhat/gcc-4_1-branch/gcc/tree-chrec.c
    branches/redhat/gcc-4_1-branch/gcc/tree-scalar-evolution.c
    branches/redhat/gcc-4_1-branch/gcc/tree-scalar-evolution.h
    branches/redhat/gcc-4_1-branch/gcc/tree-ssa-alias.c
    branches/redhat/gcc-4_1-branch/gcc/tree-ssa-copy.c
    branches/redhat/gcc-4_1-branch/gcc/tree-ssa-loop-ch.c
    branches/redhat/gcc-4_1-branch/gcc/tree-ssa-loop-ivopts.c
    branches/redhat/gcc-4_1-branch/gcc/tree-ssa-loop-niter.c
    branches/redhat/gcc-4_1-branch/gcc/tree.c
    branches/redhat/gcc-4_1-branch/libcpp/po/ChangeLog
    branches/redhat/gcc-4_1-branch/libcpp/po/sv.po
    branches/redhat/gcc-4_1-branch/libgfortran/ChangeLog
    branches/redhat/gcc-4_1-branch/libgfortran/io/file_pos.c
    branches/redhat/gcc-4_1-branch/libgfortran/io/open.c
    branches/redhat/gcc-4_1-branch/libgfortran/io/transfer.c
    branches/redhat/gcc-4_1-branch/libgfortran/libgfortran.h
    branches/redhat/gcc-4_1-branch/libgfortran/runtime/compile_options.c
    branches/redhat/gcc-4_1-branch/libjava/ChangeLog
    branches/redhat/gcc-4_1-branch/libjava/classpath/ChangeLog.gcj
    branches/redhat/gcc-4_1-branch/libjava/classpath/java/awt/image/DirectColorModel.java
    branches/redhat/gcc-4_1-branch/libjava/classpath/lib/Makefile.am
    branches/redhat/gcc-4_1-branch/libjava/classpath/lib/Makefile.in
    branches/redhat/gcc-4_1-branch/libjava/classpath/lib/gen-classlist.sh.in
    branches/redhat/gcc-4_1-branch/libjava/classpath/lib/split-for-gcj.sh
    branches/redhat/gcc-4_1-branch/libjava/gnu/java/lang/natMainThread.cc
    branches/redhat/gcc-4_1-branch/libjava/gnu/java/rmi/rmic/Compile_jikes.java
    branches/redhat/gcc-4_1-branch/libjava/gnu/java/rmi/rmic/Compile_kjc.java
    branches/redhat/gcc-4_1-branch/libjava/java/lang/Runtime.java
    branches/redhat/gcc-4_1-branch/libjava/prims.cc
    branches/redhat/gcc-4_1-branch/libstdc++-v3/ChangeLog
    branches/redhat/gcc-4_1-branch/libstdc++-v3/include/bits/fstream.tcc
    branches/redhat/gcc-4_1-branch/libstdc++-v3/include/ext/vstring.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]