This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

r141202 - in /branches/gcj/classpath-098-merge-...


Author: doko
Date: Fri Oct 17 20:32:32 2008
New Revision: 141202

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141202
Log:
svn merge -r140730:141199 svn+ssh://gcc.gnu.org/svn/gcc/trunk

Added:
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/bits/forward_list.h
      - copied unchanged from r141199, trunk/libstdc++-v3/include/bits/forward_list.h
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/bits/forward_list.tcc
      - copied unchanged from r141199, trunk/libstdc++-v3/include/bits/forward_list.tcc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/std/forward_list
      - copied unchanged from r141199, trunk/libstdc++-v3/include/std/forward_list
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/19_diagnostics/error_condition/
      - copied from r141199, trunk/libstdc++-v3/testsuite/19_diagnostics/error_condition/
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/20_util/reference_wrapper/
      - copied from r141199, trunk/libstdc++-v3/testsuite/20_util/reference_wrapper/
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/20_util/tuple/swap.cc
      - copied unchanged from r141199, trunk/libstdc++-v3/testsuite/20_util/tuple/swap.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/
      - copied from r141199, trunk/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/23_containers/forward_list/
      - copied from r141199, trunk/libstdc++-v3/testsuite/23_containers/forward_list/
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/23_containers/headers/forward_list/
      - copied from r141199, trunk/libstdc++-v3/testsuite/23_containers/headers/forward_list/
Removed:
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/debug/safe_association.h
Modified:
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/ChangeLog
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/config/abi/pre/gnu.ver
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/config/locale/generic/c_locale.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/Makefile.am
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/Makefile.in
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/bits/list.tcc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/bits/stl_iterator.h
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/bits/stl_list.h
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/bits/stl_tree.h
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/bits/stl_vector.h
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/bits/unique_ptr.h
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/debug/unordered_map
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/debug/unordered_set
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/precompiled/stdc++.h
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/std/ostream
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/std/system_error
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/include/std/tuple
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/17_intro/headers/c++200x/all.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/19_diagnostics/error_category/cons/copy_neg.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/19_diagnostics/error_code/cons/1.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/20_util/duration/cons/1.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/23_containers/list/capacity/29134.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/23_containers/map/capacity/29134.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/23_containers/multimap/capacity/29134.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/23_containers/multiset/capacity/29134.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/23_containers/set/capacity/29134.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/23_containers/unordered_multimap/init-list.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/30_threads/unique_lock/locking/2.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/abi/demangle/abi_examples/20.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/abi/demangle/abi_text/02.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/abi/demangle/regression/cw-16.cc
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/util/testsuite_error.h
    branches/gcj/classpath-098-merge-branch/libstdc++-v3/testsuite/util/testsuite_hooks.cc

Changes in other areas also in this revision:
Added:
    branches/gcj/classpath-098-merge-branch/gcc/ada/system-linux-ppc64.ads
      - copied unchanged from r141199, trunk/gcc/ada/system-linux-ppc64.ads
    branches/gcj/classpath-098-merge-branch/gcc/config/i386/mingw.opt
      - copied unchanged from r141199, trunk/gcc/config/i386/mingw.opt
    branches/gcj/classpath-098-merge-branch/gcc/config/mips/10000.md
      - copied unchanged from r141199, trunk/gcc/config/mips/10000.md
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/xfpu.h
      - copied unchanged from r141199, trunk/gcc/config/rs6000/xfpu.h
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/xfpu.md
      - copied unchanged from r141199, trunk/gcc/config/rs6000/xfpu.md
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/abi/mangle30.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/abi/mangle30.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/debug/dwarf2/imported-module.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/debug/dwarf2/imported-module.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/expr/bitfield10.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/expr/bitfield10.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/expr/bitfield11.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/expr/bitfield11.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/ext/alias-canon2.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/ext/alias-canon2.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/ext/altivec-cell-1.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/ext/altivec-cell-1.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/ext/altivec-cell-2.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/ext/altivec-cell-2.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/ext/altivec-cell-3.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/ext/altivec-cell-3.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/ext/altivec-cell-4.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/ext/altivec-cell-4.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/ext/altivec-cell-5.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/ext/altivec-cell-5.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/parse/error32.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/parse/error32.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/parse/error33.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/parse/error33.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/parse/struct-4.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/parse/struct-4.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/template/crash83.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/template/crash83.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/template/error36.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/template/error36.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/torture/pr37146-1.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/torture/pr37146-1.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/torture/pr37146-2.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/torture/pr37146-2.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/warn/if-empty-1.C
      - copied unchanged from r141199, trunk/gcc/testsuite/g++.dg/warn/if-empty-1.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.c-torture/compile/complex-6.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.c-torture/compile/complex-6.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.c-torture/compile/pr35760.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.c-torture/compile/pr35760.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.c-torture/compile/pr37285.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.c-torture/compile/pr37285.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.c-torture/compile/pr37341.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.c-torture/compile/pr37341.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.c-torture/compile/pr37381.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.c-torture/compile/pr37381.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.c-torture/compile/pr37418-1.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.c-torture/compile/pr37418-1.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.c-torture/compile/pr37418-2.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.c-torture/compile/pr37418-2.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.c-torture/compile/pr37418-3.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.c-torture/compile/pr37418-3.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.c-torture/compile/pr37418-4.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.c-torture/compile/pr37418-4.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.c-torture/compile/pr37617.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.c-torture/compile/pr37617.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.c-torture/compile/pr37662.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.c-torture/compile/pr37662.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.c-torture/compile/pr37664.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.c-torture/compile/pr37664.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.c-torture/compile/pr37669.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.c-torture/compile/pr37669.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.c-torture/compile/pr37713.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.c-torture/compile/pr37713.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.c-torture/compile/sync-3.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.c-torture/compile/sync-3.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/debug/dwarf2/pr29609-1.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/pr29609-1.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/debug/dwarf2/pr29609-2.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/pr29609-2.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/debug/dwarf2/pr36690-1.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/pr36690-1.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/debug/dwarf2/pr36690-2.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/pr36690-2.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/debug/dwarf2/pr36690-3.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/pr36690-3.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/debug/dwarf2/pr37616.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/pr37616.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/debug/dwarf2/pr37726.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/pr37726.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/debug/pr29609-1.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/debug/pr29609-1.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/debug/pr29609-2.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/debug/pr29609-2.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/debug/pr36690-1.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/debug/pr36690-1.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/debug/pr36690-2.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/debug/pr36690-2.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/debug/pr36690-3.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/debug/pr36690-3.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/debug/pr37616.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/debug/pr37616.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/format/ms-format1.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/format/ms-format1.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/graphite/pr37485.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/graphite/pr37485.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/graphite/pr37828.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/graphite/pr37828.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/imag-1.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/imag-1.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/pr37663.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/pr37663.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/struct-parse-2.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/struct-parse-2.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/torture/pr36891.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/torture/pr36891.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/torture/pr37731-1.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/torture/pr37731-1.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/torture/pr37731-2.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/torture/pr37731-2.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/tree-ssa/pr36881.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr36881.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/tree-ssa/pr37686.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr37686.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-21.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-21.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.target/mips/octeon-exts-5.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.target/mips/octeon-exts-5.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.target/mips/r3900-mult.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.target/mips/r3900-mult.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.target/powerpc/altivec-cell-1.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.target/powerpc/altivec-cell-1.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.target/powerpc/altivec-cell-2.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.target/powerpc/altivec-cell-2.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.target/powerpc/altivec-cell-3.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.target/powerpc/altivec-cell-3.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.target/powerpc/altivec-cell-4.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.target/powerpc/altivec-cell-4.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.target/powerpc/altivec-cell-5.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.target/powerpc/altivec-cell-5.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.target/powerpc/altivec-cell-6.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.target/powerpc/altivec-cell-6.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.target/powerpc/altivec-cell-7.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.target/powerpc/altivec-cell-7.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.target/powerpc/altivec-cell-8.c
      - copied unchanged from r141199, trunk/gcc/testsuite/gcc.target/powerpc/altivec-cell-8.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/arithmetic_overflow_1.f90
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/arithmetic_overflow_1.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/convert_2.f90
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/convert_2.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/debug/pr37738.f
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/debug/pr37738.f
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/elemental_intrinsic_1.f03
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/elemental_intrinsic_1.f03
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/list_read_9.f90
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/list_read_9.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/module_equivalence_4.f90
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/module_equivalence_4.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/module_equivalence_5.f90
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/module_equivalence_5.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/namelist_54.f90
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/namelist_54.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/proc_ptr_common_1.f90
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/proc_ptr_common_1.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/proc_ptr_common_2.f90
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/proc_ptr_common_2.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/restricted_expression_1.f90
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/restricted_expression_1.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/restricted_expression_2.f90
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/restricted_expression_2.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/restricted_expression_3.f90
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/restricted_expression_3.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/transfer_array_intrinsic_5.f90
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/transfer_array_intrinsic_5.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/typebound_call_9.f03
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/typebound_call_9.f03
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/used_before_typed_6.f90
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/used_before_typed_6.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/used_types_24.f90
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.dg/used_types_24.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_leadz.f90
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_leadz.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_trailz.f90
      - copied unchanged from r141199, trunk/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_trailz.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gnat.dg/addr4.adb
      - copied unchanged from r141199, trunk/gcc/testsuite/gnat.dg/addr4.adb
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gnat.dg/addr5.adb
      - copied unchanged from r141199, trunk/gcc/testsuite/gnat.dg/addr5.adb
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gnat.dg/conv_decimal.adb
      - copied unchanged from r141199, trunk/gcc/testsuite/gnat.dg/conv_decimal.adb
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gnat.dg/loop_optimization4.adb
      - copied unchanged from r141199, trunk/gcc/testsuite/gnat.dg/loop_optimization4.adb
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gnat.dg/loop_optimization4_pkg.adb
      - copied unchanged from r141199, trunk/gcc/testsuite/gnat.dg/loop_optimization4_pkg.adb
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gnat.dg/loop_optimization4_pkg.ads
      - copied unchanged from r141199, trunk/gcc/testsuite/gnat.dg/loop_optimization4_pkg.ads
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gnat.dg/loop_optimization5.adb
      - copied unchanged from r141199, trunk/gcc/testsuite/gnat.dg/loop_optimization5.adb
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gnat.dg/loop_optimization5_pkg.ads
      - copied unchanged from r141199, trunk/gcc/testsuite/gnat.dg/loop_optimization5_pkg.ads
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gnat.dg/test_overflow_sum.adb
      - copied unchanged from r141199, trunk/gcc/testsuite/gnat.dg/test_overflow_sum.adb
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gnat.dg/unchecked_convert2.adb
      - copied unchanged from r141199, trunk/gcc/testsuite/gnat.dg/unchecked_convert2.adb
    branches/gcj/classpath-098-merge-branch/libmudflap/testsuite/libmudflap.c++/pass66-frag.cxx
      - copied unchanged from r141199, trunk/libmudflap/testsuite/libmudflap.c++/pass66-frag.cxx
Modified:
    branches/gcj/classpath-098-merge-branch/ChangeLog
    branches/gcj/classpath-098-merge-branch/MAINTAINERS
    branches/gcj/classpath-098-merge-branch/configure
    branches/gcj/classpath-098-merge-branch/configure.ac
    branches/gcj/classpath-098-merge-branch/gcc/ChangeLog
    branches/gcj/classpath-098-merge-branch/gcc/DATESTAMP
    branches/gcj/classpath-098-merge-branch/gcc/Makefile.in
    branches/gcj/classpath-098-merge-branch/gcc/ada/ChangeLog
    branches/gcj/classpath-098-merge-branch/gcc/ada/gcc-interface/Makefile.in
    branches/gcj/classpath-098-merge-branch/gcc/ada/gcc-interface/decl.c
    branches/gcj/classpath-098-merge-branch/gcc/ada/gcc-interface/trans.c
    branches/gcj/classpath-098-merge-branch/gcc/ada/gcc-interface/utils.c
    branches/gcj/classpath-098-merge-branch/gcc/alias.c
    branches/gcj/classpath-098-merge-branch/gcc/alloc-pool.c
    branches/gcj/classpath-098-merge-branch/gcc/auto-inc-dec.c
    branches/gcj/classpath-098-merge-branch/gcc/basic-block.h
    branches/gcj/classpath-098-merge-branch/gcc/builtins.c
    branches/gcj/classpath-098-merge-branch/gcc/c-common.c
    branches/gcj/classpath-098-merge-branch/gcc/c-common.h
    branches/gcj/classpath-098-merge-branch/gcc/c-decl.c
    branches/gcj/classpath-098-merge-branch/gcc/c-format.c
    branches/gcj/classpath-098-merge-branch/gcc/c-gimplify.c
    branches/gcj/classpath-098-merge-branch/gcc/c-omp.c
    branches/gcj/classpath-098-merge-branch/gcc/c-parser.c
    branches/gcj/classpath-098-merge-branch/gcc/c-typeck.c
    branches/gcj/classpath-098-merge-branch/gcc/cfgcleanup.c
    branches/gcj/classpath-098-merge-branch/gcc/cfgexpand.c
    branches/gcj/classpath-098-merge-branch/gcc/cfglayout.c
    branches/gcj/classpath-098-merge-branch/gcc/cfgrtl.c
    branches/gcj/classpath-098-merge-branch/gcc/combine.c
    branches/gcj/classpath-098-merge-branch/gcc/config.gcc
    branches/gcj/classpath-098-merge-branch/gcc/config/arm/bpabi.h
    branches/gcj/classpath-098-merge-branch/gcc/config/cris/cris.h
    branches/gcj/classpath-098-merge-branch/gcc/config/darwin-protos.h
    branches/gcj/classpath-098-merge-branch/gcc/config/darwin.c
    branches/gcj/classpath-098-merge-branch/gcc/config/darwin.h
    branches/gcj/classpath-098-merge-branch/gcc/config/i386/cpuid.h
    branches/gcj/classpath-098-merge-branch/gcc/config/i386/darwin.h
    branches/gcj/classpath-098-merge-branch/gcc/config/i386/driver-i386.c
    branches/gcj/classpath-098-merge-branch/gcc/config/i386/i386-protos.h
    branches/gcj/classpath-098-merge-branch/gcc/config/i386/i386.c
    branches/gcj/classpath-098-merge-branch/gcc/config/i386/i386.h
    branches/gcj/classpath-098-merge-branch/gcc/config/i386/i386.md
    branches/gcj/classpath-098-merge-branch/gcc/config/i386/i386.opt
    branches/gcj/classpath-098-merge-branch/gcc/config/i386/linux.h
    branches/gcj/classpath-098-merge-branch/gcc/config/i386/linux64.h
    branches/gcj/classpath-098-merge-branch/gcc/config/i386/mingw32.h
    branches/gcj/classpath-098-merge-branch/gcc/config/i386/msformat-c.c
    branches/gcj/classpath-098-merge-branch/gcc/config/i386/ppro.md
    branches/gcj/classpath-098-merge-branch/gcc/config/i386/predicates.md
    branches/gcj/classpath-098-merge-branch/gcc/config/i386/winnt.c
    branches/gcj/classpath-098-merge-branch/gcc/config/ia64/ia64.c
    branches/gcj/classpath-098-merge-branch/gcc/config/ia64/ia64.md
    branches/gcj/classpath-098-merge-branch/gcc/config/ia64/ia64.opt
    branches/gcj/classpath-098-merge-branch/gcc/config/ia64/itanium2.md
    branches/gcj/classpath-098-merge-branch/gcc/config/ia64/t-ia64
    branches/gcj/classpath-098-merge-branch/gcc/config/mips/mips.c
    branches/gcj/classpath-098-merge-branch/gcc/config/mips/mips.h
    branches/gcj/classpath-098-merge-branch/gcc/config/mips/mips.md
    branches/gcj/classpath-098-merge-branch/gcc/config/mn10300/constraints.md
    branches/gcj/classpath-098-merge-branch/gcc/config/mn10300/mn10300.c
    branches/gcj/classpath-098-merge-branch/gcc/config/mn10300/mn10300.h
    branches/gcj/classpath-098-merge-branch/gcc/config/mn10300/mn10300.md
    branches/gcj/classpath-098-merge-branch/gcc/config/pa/linux-atomic.c
    branches/gcj/classpath-098-merge-branch/gcc/config/pa/pa.c
    branches/gcj/classpath-098-merge-branch/gcc/config/pa/pa.md
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/aix51.h
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/aix52.h
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/aix53.h
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/aix61.h
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/altivec.h
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/altivec.md
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/crtresfpr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/crtresgpr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/crtresxfpr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/crtresxgpr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/crtsavfpr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/crtsavgpr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/e500crtres32gpr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/e500crtres64gpr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/e500crtres64gprctr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/e500crtrest32gpr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/e500crtrest64gpr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/e500crtresx32gpr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/e500crtresx64gpr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/e500crtsav32gpr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/e500crtsav64gpr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/e500crtsav64gprctr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/e500crtsavg32gpr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/e500crtsavg64gpr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/e500crtsavg64gprctr.asm
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/ppc-asm.h
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/predicates.md
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/rs6000-c.c
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/rs6000-protos.h
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/rs6000.c
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/rs6000.h
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/rs6000.md
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/rs6000.opt
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/sysv4.h
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/x-aix
    branches/gcj/classpath-098-merge-branch/gcc/config/rs6000/xcoff.h
    branches/gcj/classpath-098-merge-branch/gcc/config/s390/s390.c
    branches/gcj/classpath-098-merge-branch/gcc/config/s390/s390.h
    branches/gcj/classpath-098-merge-branch/gcc/config/s390/s390.md
    branches/gcj/classpath-098-merge-branch/gcc/config/sh/constraints.md
    branches/gcj/classpath-098-merge-branch/gcc/config/sh/sh.c
    branches/gcj/classpath-098-merge-branch/gcc/config/sh/sh.h
    branches/gcj/classpath-098-merge-branch/gcc/config/sh/sh.md
    branches/gcj/classpath-098-merge-branch/gcc/coverage.c
    branches/gcj/classpath-098-merge-branch/gcc/cp/ChangeLog
    branches/gcj/classpath-098-merge-branch/gcc/cp/class.c
    branches/gcj/classpath-098-merge-branch/gcc/cp/cp-gimplify.c
    branches/gcj/classpath-098-merge-branch/gcc/cp/cp-tree.h
    branches/gcj/classpath-098-merge-branch/gcc/cp/decl.c
    branches/gcj/classpath-098-merge-branch/gcc/cp/error.c
    branches/gcj/classpath-098-merge-branch/gcc/cp/mangle.c
    branches/gcj/classpath-098-merge-branch/gcc/cp/name-lookup.c
    branches/gcj/classpath-098-merge-branch/gcc/cp/operators.def
    branches/gcj/classpath-098-merge-branch/gcc/cp/parser.c
    branches/gcj/classpath-098-merge-branch/gcc/cp/pt.c
    branches/gcj/classpath-098-merge-branch/gcc/cp/semantics.c
    branches/gcj/classpath-098-merge-branch/gcc/cp/tree.c
    branches/gcj/classpath-098-merge-branch/gcc/cp/typeck.c
    branches/gcj/classpath-098-merge-branch/gcc/cse.c
    branches/gcj/classpath-098-merge-branch/gcc/dce.c
    branches/gcj/classpath-098-merge-branch/gcc/ddg.c
    branches/gcj/classpath-098-merge-branch/gcc/df-byte-scan.c
    branches/gcj/classpath-098-merge-branch/gcc/df-core.c
    branches/gcj/classpath-098-merge-branch/gcc/df-problems.c
    branches/gcj/classpath-098-merge-branch/gcc/df-scan.c
    branches/gcj/classpath-098-merge-branch/gcc/df.h
    branches/gcj/classpath-098-merge-branch/gcc/doc/gimple.texi
    branches/gcj/classpath-098-merge-branch/gcc/doc/install.texi
    branches/gcj/classpath-098-merge-branch/gcc/doc/invoke.texi
    branches/gcj/classpath-098-merge-branch/gcc/doc/rtl.texi
    branches/gcj/classpath-098-merge-branch/gcc/doc/tm.texi
    branches/gcj/classpath-098-merge-branch/gcc/dwarf2out.c
    branches/gcj/classpath-098-merge-branch/gcc/emit-rtl.c
    branches/gcj/classpath-098-merge-branch/gcc/emit-rtl.h
    branches/gcj/classpath-098-merge-branch/gcc/expmed.c
    branches/gcj/classpath-098-merge-branch/gcc/expr.c
    branches/gcj/classpath-098-merge-branch/gcc/fold-const.c
    branches/gcj/classpath-098-merge-branch/gcc/fortran/ChangeLog
    branches/gcj/classpath-098-merge-branch/gcc/fortran/array.c
    branches/gcj/classpath-098-merge-branch/gcc/fortran/dependency.c
    branches/gcj/classpath-098-merge-branch/gcc/fortran/error.c
    branches/gcj/classpath-098-merge-branch/gcc/fortran/expr.c
    branches/gcj/classpath-098-merge-branch/gcc/fortran/f95-lang.c
    branches/gcj/classpath-098-merge-branch/gcc/fortran/gfortran.h
    branches/gcj/classpath-098-merge-branch/gcc/fortran/intrinsic.c
    branches/gcj/classpath-098-merge-branch/gcc/fortran/intrinsic.h
    branches/gcj/classpath-098-merge-branch/gcc/fortran/intrinsic.texi
    branches/gcj/classpath-098-merge-branch/gcc/fortran/module.c
    branches/gcj/classpath-098-merge-branch/gcc/fortran/resolve.c
    branches/gcj/classpath-098-merge-branch/gcc/fortran/simplify.c
    branches/gcj/classpath-098-merge-branch/gcc/fortran/symbol.c
    branches/gcj/classpath-098-merge-branch/gcc/fortran/trans-decl.c
    branches/gcj/classpath-098-merge-branch/gcc/fortran/trans-intrinsic.c
    branches/gcj/classpath-098-merge-branch/gcc/fortran/trans-types.c
    branches/gcj/classpath-098-merge-branch/gcc/fwprop.c
    branches/gcj/classpath-098-merge-branch/gcc/gcov.c
    branches/gcj/classpath-098-merge-branch/gcc/gimple-low.c
    branches/gcj/classpath-098-merge-branch/gcc/gimple.h
    branches/gcj/classpath-098-merge-branch/gcc/gimplify.c
    branches/gcj/classpath-098-merge-branch/gcc/global.c
    branches/gcj/classpath-098-merge-branch/gcc/graphite.c
    branches/gcj/classpath-098-merge-branch/gcc/graphite.h
    branches/gcj/classpath-098-merge-branch/gcc/haifa-sched.c
    branches/gcj/classpath-098-merge-branch/gcc/ifcvt.c
    branches/gcj/classpath-098-merge-branch/gcc/init-regs.c
    branches/gcj/classpath-098-merge-branch/gcc/ira-build.c
    branches/gcj/classpath-098-merge-branch/gcc/ira-costs.c
    branches/gcj/classpath-098-merge-branch/gcc/ira-emit.c
    branches/gcj/classpath-098-merge-branch/gcc/ira-lives.c
    branches/gcj/classpath-098-merge-branch/gcc/ira.c
    branches/gcj/classpath-098-merge-branch/gcc/java/ChangeLog
    branches/gcj/classpath-098-merge-branch/gcc/java/Make-lang.in
    branches/gcj/classpath-098-merge-branch/gcc/java/class.c
    branches/gcj/classpath-098-merge-branch/gcc/java/expr.c
    branches/gcj/classpath-098-merge-branch/gcc/lambda-code.c
    branches/gcj/classpath-098-merge-branch/gcc/local-alloc.c
    branches/gcj/classpath-098-merge-branch/gcc/loop-invariant.c
    branches/gcj/classpath-098-merge-branch/gcc/loop-iv.c
    branches/gcj/classpath-098-merge-branch/gcc/objc/ChangeLog
    branches/gcj/classpath-098-merge-branch/gcc/objc/objc-act.c
    branches/gcj/classpath-098-merge-branch/gcc/opts.c
    branches/gcj/classpath-098-merge-branch/gcc/opts.h
    branches/gcj/classpath-098-merge-branch/gcc/print-tree.c
    branches/gcj/classpath-098-merge-branch/gcc/profile.c
    branches/gcj/classpath-098-merge-branch/gcc/ra-conflict.c
    branches/gcj/classpath-098-merge-branch/gcc/regstat.c
    branches/gcj/classpath-098-merge-branch/gcc/reload1.c
    branches/gcj/classpath-098-merge-branch/gcc/rtl.h
    branches/gcj/classpath-098-merge-branch/gcc/sched-deps.c
    branches/gcj/classpath-098-merge-branch/gcc/sdbout.c
    branches/gcj/classpath-098-merge-branch/gcc/see.c
    branches/gcj/classpath-098-merge-branch/gcc/sel-sched-ir.c
    branches/gcj/classpath-098-merge-branch/gcc/sel-sched.c
    branches/gcj/classpath-098-merge-branch/gcc/stringpool.c
    branches/gcj/classpath-098-merge-branch/gcc/target.h
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/ChangeLog
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/abi/offsetof.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/compat/struct-layout-1_generate.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/cpp0x/auto6.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/cpp0x/variadic4.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/cpp0x/variadic42.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/ext/utf-cvt.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/ext/utf-mangle.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/init/struct1.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/init/struct2.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/g++.dg/init/struct3.C
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/gomp/for-1.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/misc-column.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/utf-cvt.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.dg/vect/ggc-pr37574.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.target/mips/mips.exp
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.target/mips/octeon-bbit-3.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.target/mips/octeon-exts-2.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.target/powerpc/altivec_check.h
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gcc.target/powerpc/ppc64-abi-3.c
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/arrayio_8.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/intrinsic_optional_char_arg_1.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/reshape_order_1.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/reshape_order_2.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/reshape_order_3.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/gfortran.dg/reshape_order_4.f90
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/lib/gfortran-dg.exp
    branches/gcj/classpath-098-merge-branch/gcc/testsuite/lib/target-supports.exp
    branches/gcj/classpath-098-merge-branch/gcc/tree-cfg.c
    branches/gcj/classpath-098-merge-branch/gcc/tree-complex.c
    branches/gcj/classpath-098-merge-branch/gcc/tree-data-ref.c
    branches/gcj/classpath-098-merge-branch/gcc/tree-data-ref.h
    branches/gcj/classpath-098-merge-branch/gcc/tree-loop-linear.c
    branches/gcj/classpath-098-merge-branch/gcc/tree-ssa-ccp.c
    branches/gcj/classpath-098-merge-branch/gcc/tree-ssa-live.c
    branches/gcj/classpath-098-merge-branch/gcc/tree-ssa-loop-im.c
    branches/gcj/classpath-098-merge-branch/gcc/tree-ssa-loop-ivopts.c
    branches/gcj/classpath-098-merge-branch/gcc/tree-ssa-pre.c
    branches/gcj/classpath-098-merge-branch/gcc/tree-ssa-reassoc.c
    branches/gcj/classpath-098-merge-branch/gcc/tree-ssa-sccvn.c
    branches/gcj/classpath-098-merge-branch/gcc/tree-ssa.c
    branches/gcj/classpath-098-merge-branch/gcc/tree-switch-conversion.c
    branches/gcj/classpath-098-merge-branch/gcc/tree-vect-transform.c
    branches/gcj/classpath-098-merge-branch/gcc/tree-vrp.c
    branches/gcj/classpath-098-merge-branch/gcc/tree.c
    branches/gcj/classpath-098-merge-branch/gcc/tree.def
    branches/gcj/classpath-098-merge-branch/gcc/tree.h
    branches/gcj/classpath-098-merge-branch/gcc/web.c
    branches/gcj/classpath-098-merge-branch/gcc/xcoffout.h
    branches/gcj/classpath-098-merge-branch/include/ChangeLog
    branches/gcj/classpath-098-merge-branch/include/demangle.h
    branches/gcj/classpath-098-merge-branch/libcpp/ChangeLog
    branches/gcj/classpath-098-merge-branch/libcpp/include/cpplib.h
    branches/gcj/classpath-098-merge-branch/libcpp/init.c
    branches/gcj/classpath-098-merge-branch/libcpp/internal.h
    branches/gcj/classpath-098-merge-branch/libcpp/lex.c
    branches/gcj/classpath-098-merge-branch/libgcc/ChangeLog
    branches/gcj/classpath-098-merge-branch/libgcc/config.host
    branches/gcj/classpath-098-merge-branch/libgfortran/ChangeLog
    branches/gcj/classpath-098-merge-branch/libgfortran/generated/reshape_c10.c
    branches/gcj/classpath-098-merge-branch/libgfortran/generated/reshape_c16.c
    branches/gcj/classpath-098-merge-branch/libgfortran/generated/reshape_c4.c
    branches/gcj/classpath-098-merge-branch/libgfortran/generated/reshape_c8.c
    branches/gcj/classpath-098-merge-branch/libgfortran/generated/reshape_i16.c
    branches/gcj/classpath-098-merge-branch/libgfortran/generated/reshape_i4.c
    branches/gcj/classpath-098-merge-branch/libgfortran/generated/reshape_i8.c
    branches/gcj/classpath-098-merge-branch/libgfortran/generated/reshape_r10.c
    branches/gcj/classpath-098-merge-branch/libgfortran/generated/reshape_r16.c
    branches/gcj/classpath-098-merge-branch/libgfortran/generated/reshape_r4.c
    branches/gcj/classpath-098-merge-branch/libgfortran/generated/reshape_r8.c
    branches/gcj/classpath-098-merge-branch/libgfortran/intrinsics/reshape_generic.c
    branches/gcj/classpath-098-merge-branch/libgfortran/io/file_pos.c
    branches/gcj/classpath-098-merge-branch/libgfortran/io/list_read.c
    branches/gcj/classpath-098-merge-branch/libgfortran/io/transfer.c
    branches/gcj/classpath-098-merge-branch/libgfortran/m4/reshape.m4
    branches/gcj/classpath-098-merge-branch/libiberty/ChangeLog
    branches/gcj/classpath-098-merge-branch/libiberty/Makefile.in
    branches/gcj/classpath-098-merge-branch/libiberty/config.in
    branches/gcj/classpath-098-merge-branch/libiberty/configure
    branches/gcj/classpath-098-merge-branch/libiberty/configure.ac
    branches/gcj/classpath-098-merge-branch/libiberty/cp-demangle.c
    branches/gcj/classpath-098-merge-branch/libiberty/cp-demangle.h
    branches/gcj/classpath-098-merge-branch/libiberty/testsuite/demangle-expected
    branches/gcj/classpath-098-merge-branch/libiberty/xstrdup.c
    branches/gcj/classpath-098-merge-branch/libjava/ChangeLog
    branches/gcj/classpath-098-merge-branch/libjava/testsuite/lib/libjava.exp
    branches/gcj/classpath-098-merge-branch/libmudflap/ChangeLog
    branches/gcj/classpath-098-merge-branch/maintainer-scripts/ChangeLog
    branches/gcj/classpath-098-merge-branch/maintainer-scripts/gcc_release


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