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]

r136219 - in /branches/function-specific-branch...


Author: meissner
Date: Fri May 30 18:42:47 2008
New Revision: 136219

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136219
Log:
Merge up to 136210

Added:
    branches/function-specific-branch/libstdc++-v3/src/limits_c++0x.cc
      - copied unchanged from r136210, trunk/libstdc++-v3/src/limits_c++0x.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/18_support/numeric_limits/char16_32_t.cc
      - copied unchanged from r136210, trunk/libstdc++-v3/testsuite/18_support/numeric_limits/char16_32_t.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/20_util/is_integral/
      - copied from r136210, trunk/libstdc++-v3/testsuite/20_util/is_integral/
    branches/function-specific-branch/libstdc++-v3/testsuite/23_containers/bitset/cons/2.cc
      - copied unchanged from r136210, trunk/libstdc++-v3/testsuite/23_containers/bitset/cons/2.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/23_containers/unordered_map/dr761.cc
      - copied unchanged from r136210, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/dr761.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/26_numerics/complex/dr387.cc
      - copied unchanged from r136210, trunk/libstdc++-v3/testsuite/26_numerics/complex/dr387.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/26_numerics/complex/dr781.cc
      - copied unchanged from r136210, trunk/libstdc++-v3/testsuite/26_numerics/complex/dr781.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/26_numerics/headers/cmath/dr550.cc
      - copied unchanged from r136210, trunk/libstdc++-v3/testsuite/26_numerics/headers/cmath/dr550.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/util/testsuite_error.h
      - copied unchanged from r136210, trunk/libstdc++-v3/testsuite/util/testsuite_error.h
Modified:
    branches/function-specific-branch/libstdc++-v3/ChangeLog
    branches/function-specific-branch/libstdc++-v3/acinclude.m4
    branches/function-specific-branch/libstdc++-v3/config.h.in
    branches/function-specific-branch/libstdc++-v3/config/abi/pre/gnu.ver
    branches/function-specific-branch/libstdc++-v3/configure
    branches/function-specific-branch/libstdc++-v3/configure.ac
    branches/function-specific-branch/libstdc++-v3/doc/html/ext/lwg-active.html
    branches/function-specific-branch/libstdc++-v3/doc/html/ext/lwg-closed.html
    branches/function-specific-branch/libstdc++-v3/doc/html/ext/lwg-defects.html
    branches/function-specific-branch/libstdc++-v3/doc/xml/manual/intro.xml
    branches/function-specific-branch/libstdc++-v3/doc/xml/manual/parallel_mode.xml
    branches/function-specific-branch/libstdc++-v3/include/bits/cpp_type_traits.h
    branches/function-specific-branch/libstdc++-v3/include/c_global/cmath
    branches/function-specific-branch/libstdc++-v3/include/c_std/cmath
    branches/function-specific-branch/libstdc++-v3/include/debug/bitset
    branches/function-specific-branch/libstdc++-v3/include/parallel/merge.h
    branches/function-specific-branch/libstdc++-v3/include/parallel/multiway_merge.h
    branches/function-specific-branch/libstdc++-v3/include/parallel/multiway_mergesort.h
    branches/function-specific-branch/libstdc++-v3/include/parallel/tags.h
    branches/function-specific-branch/libstdc++-v3/include/std/array
    branches/function-specific-branch/libstdc++-v3/include/std/bitset
    branches/function-specific-branch/libstdc++-v3/include/std/complex
    branches/function-specific-branch/libstdc++-v3/include/std/condition_variable
    branches/function-specific-branch/libstdc++-v3/include/std/date_time
    branches/function-specific-branch/libstdc++-v3/include/std/limits
    branches/function-specific-branch/libstdc++-v3/include/std/mutex
    branches/function-specific-branch/libstdc++-v3/include/std/ostream
    branches/function-specific-branch/libstdc++-v3/include/std/random
    branches/function-specific-branch/libstdc++-v3/include/std/regex
    branches/function-specific-branch/libstdc++-v3/include/std/system_error
    branches/function-specific-branch/libstdc++-v3/include/std/tuple
    branches/function-specific-branch/libstdc++-v3/include/std/type_traits
    branches/function-specific-branch/libstdc++-v3/include/std/unordered_map
    branches/function-specific-branch/libstdc++-v3/include/std/unordered_set
    branches/function-specific-branch/libstdc++-v3/include/tr1/cmath
    branches/function-specific-branch/libstdc++-v3/include/tr1/complex
    branches/function-specific-branch/libstdc++-v3/include/tr1_impl/array
    branches/function-specific-branch/libstdc++-v3/include/tr1_impl/cmath
    branches/function-specific-branch/libstdc++-v3/include/tr1_impl/complex
    branches/function-specific-branch/libstdc++-v3/include/tr1_impl/functional_hash.h
    branches/function-specific-branch/libstdc++-v3/include/tr1_impl/hashtable_policy.h
    branches/function-specific-branch/libstdc++-v3/include/tr1_impl/type_traits
    branches/function-specific-branch/libstdc++-v3/include/tr1_impl/utility
    branches/function-specific-branch/libstdc++-v3/src/Makefile.am
    branches/function-specific-branch/libstdc++-v3/src/Makefile.in
    branches/function-specific-branch/libstdc++-v3/src/atomic.cc
    branches/function-specific-branch/libstdc++-v3/src/functexcept.cc
    branches/function-specific-branch/libstdc++-v3/src/system_error.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/19_diagnostics/error_category/cons/copy_neg.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/19_diagnostics/error_category/cons/default.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/19_diagnostics/error_category/operators/equal.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/19_diagnostics/error_category/operators/not_equal.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/19_diagnostics/error_code/cons/1.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/equal.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/not_equal.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/19_diagnostics/system_error/cons-1.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/19_diagnostics/system_error/what-1.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/19_diagnostics/system_error/what-2.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/19_diagnostics/system_error/what-3.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/19_diagnostics/system_error/what-4.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/19_diagnostics/system_error/what-big.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/20_util/hash/requirements/explicit_instantiation.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/overloads.cc

Changes in other areas also in this revision:
Added:
    branches/function-specific-branch/gcc/ada/g-sothco.adb
      - copied unchanged from r136210, trunk/gcc/ada/g-sothco.adb
    branches/function-specific-branch/gcc/ada/g-sothco.ads
      - copied unchanged from r136210, trunk/gcc/ada/g-sothco.ads
    branches/function-specific-branch/gcc/config/darwin-f.c
      - copied unchanged from r136210, trunk/gcc/config/darwin-f.c
    branches/function-specific-branch/gcc/config/spu/divmodti4.c
      - copied unchanged from r136210, trunk/gcc/config/spu/divmodti4.c
    branches/function-specific-branch/gcc/config/spu/multi3.c
      - copied unchanged from r136210, trunk/gcc/config/spu/multi3.c
    branches/function-specific-branch/gcc/fortran/cpp.c
      - copied unchanged from r136210, trunk/gcc/fortran/cpp.c
    branches/function-specific-branch/gcc/fortran/cpp.h
      - copied unchanged from r136210, trunk/gcc/fortran/cpp.h
    branches/function-specific-branch/gcc/incpath.c
      - copied unchanged from r136210, trunk/gcc/incpath.c
    branches/function-specific-branch/gcc/incpath.h
      - copied unchanged from r136210, trunk/gcc/incpath.h
    branches/function-specific-branch/gcc/testsuite/ChangeLog-1993-2007
      - copied unchanged from r136210, trunk/gcc/testsuite/ChangeLog-1993-2007
    branches/function-specific-branch/gcc/testsuite/g++.dg/conversion/bitfield9.C
      - copied unchanged from r136210, trunk/gcc/testsuite/g++.dg/conversion/bitfield9.C
    branches/function-specific-branch/gcc/testsuite/g++.dg/cpp0x/vt-35243.C
      - copied unchanged from r136210, trunk/gcc/testsuite/g++.dg/cpp0x/vt-35243.C
    branches/function-specific-branch/gcc/testsuite/g++.dg/ext/complit10.C
      - copied unchanged from r136210, trunk/gcc/testsuite/g++.dg/ext/complit10.C
    branches/function-specific-branch/gcc/testsuite/g++.dg/gomp/pr36237.C
      - copied unchanged from r136210, trunk/gcc/testsuite/g++.dg/gomp/pr36237.C
    branches/function-specific-branch/gcc/testsuite/g++.dg/warn/Wenum-compare-no.C
      - copied unchanged from r136210, trunk/gcc/testsuite/g++.dg/warn/Wenum-compare-no.C
    branches/function-specific-branch/gcc/testsuite/g++.dg/warn/Wenum-compare.C
      - copied unchanged from r136210, trunk/gcc/testsuite/g++.dg/warn/Wenum-compare.C
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/compile/20061214-1.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.c-torture/compile/20061214-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/20080502-1.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.c-torture/execute/20080502-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/20080519-1.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.c-torture/execute/20080519-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/20080522-1.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.c-torture/execute/20080522-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/pr36321.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.c-torture/execute/pr36321.c
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/pr36339.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.c-torture/execute/pr36339.c
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/pr36343.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.c-torture/execute/pr36343.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/20080522-1.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/20080522-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/20080528-1.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/20080528-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/cpp/pr27777.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/cpp/pr27777.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/cpp/pr36320.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/cpp/pr36320.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/nested-func-6.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/nested-func-6.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/pr36194.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/pr36194.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/pr36300-1.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/pr36300-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/pr36300-2.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/pr36300-2.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/torture/builtin-isinf_sign-1.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/torture/builtin-isinf_sign-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/torture/pr17526.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/torture/pr17526.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/torture/pr35771-1.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/torture/pr35771-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/torture/pr35771-2.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/torture/pr35771-2.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/torture/pr35771-3.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/torture/pr35771-3.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/torture/pr35771.h
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/torture/pr35771.h
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-prof/ic-misattribution-1.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/tree-prof/ic-misattribution-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-prof/ic-misattribution-1a.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/tree-prof/ic-misattribution-1a.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/alias-18.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-18.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/pr36181.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr36181.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/pr36287.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr36287.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/vect/pr36228.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.dg/vect/pr36228.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/arm/naked-1.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/arm/naked-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/arm/naked-2.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/arm/naked-2.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/m128-check.h
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/m128-check.h
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/pr35767-1.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/pr35767-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/pr35767-1d.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/pr35767-1d.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/pr35767-1i.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/pr35767-1i.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/pr35767-2.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/pr35767-2.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/pr35767-2d.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/pr35767-2d.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/pr35767-2i.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/pr35767-2i.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/pr35767-3.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/pr35767-3.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/pr35767-4.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/pr35767-4.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/pr35767-5.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/pr35767-5.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/pr36246.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/pr36246.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/set-v16qi-1.h
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/set-v16qi-1.h
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/set-v16qi-2.h
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/set-v16qi-2.h
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/set-v16qi-3.h
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/set-v16qi-3.h
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/set-v8hi-1.h
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/set-v8hi-1.h
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/set-v8hi-2.h
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/set-v8hi-2.h
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/sse2-set-v16qi-1.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/sse2-set-v16qi-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/sse2-set-v16qi-2.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/sse2-set-v16qi-2.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/sse2-set-v16qi-3.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/sse2-set-v16qi-3.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/sse2-set-v8hi-1.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/sse2-set-v8hi-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/sse2-set-v8hi-2.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/sse2-set-v8hi-2.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/sse4_1-set-v16qi-1.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/sse4_1-set-v16qi-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/sse4_1-set-v16qi-2.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/sse4_1-set-v16qi-2.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/sse4_1-set-v16qi-3.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/i386/sse4_1-set-v16qi-3.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/spu/muldivti3.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.target/spu/muldivti3.c
    branches/function-specific-branch/gcc/testsuite/gcc.test-framework/dg-do-run-xrif-exp-F.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.test-framework/dg-do-run-xrif-exp-F.c
    branches/function-specific-branch/gcc/testsuite/gcc.test-framework/dg-do-run-xrif-exp-P.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.test-framework/dg-do-run-xrif-exp-P.c
    branches/function-specific-branch/gcc/testsuite/gcc.test-framework/dg-do-run-xrif-exp-XF.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.test-framework/dg-do-run-xrif-exp-XF.c
    branches/function-specific-branch/gcc/testsuite/gcc.test-framework/dg-do-run-xrif-exp-XP.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.test-framework/dg-do-run-xrif-exp-XP.c
    branches/function-specific-branch/gcc/testsuite/gcc.test-framework/dg-dot-run-xrif-exp-F.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.test-framework/dg-dot-run-xrif-exp-F.c
    branches/function-specific-branch/gcc/testsuite/gcc.test-framework/dg-dot-run-xrif-exp-P.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.test-framework/dg-dot-run-xrif-exp-P.c
    branches/function-specific-branch/gcc/testsuite/gcc.test-framework/dg-dot-run-xrif-exp-XF.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.test-framework/dg-dot-run-xrif-exp-XF.c
    branches/function-specific-branch/gcc/testsuite/gcc.test-framework/dg-dot-run-xrif-exp-XP.c
      - copied unchanged from r136210, trunk/gcc/testsuite/gcc.test-framework/dg-dot-run-xrif-exp-XP.c
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/achar_5.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/achar_5.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/achar_6.F90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/achar_6.F90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/and_or_xor.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/and_or_xor.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_1.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_1.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_10.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_10.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_11.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_11.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_12.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_12.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_13.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_13.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_14.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_14.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_15.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_15.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_16.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_16.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_17.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_17.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_18.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_18.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_2.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_2.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_3.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_3.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_4.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_4.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_5.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_5.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_6.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_6.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_7.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_7.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_8.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_8.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_9.f
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_9.f
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/assignment_3.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/assignment_3.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/bind_c_module.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/bind_c_module.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/c_f_pointer_tests_3.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/c_f_pointer_tests_3.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/char_length_11.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/char_length_11.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/char_length_12.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/char_length_12.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/cshift_large_1.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/cshift_large_1.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/eoshift_large_1.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/eoshift_large_1.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/initialization_19.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/initialization_19.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/int_3.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/int_3.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/interface_23.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/interface_23.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/pr36206.f
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/pr36206.f
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/pr36286.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/pr36286.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/proc_decl_12.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/proc_decl_12.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/public_private_module.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/public_private_module.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/rank_1.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/rank_1.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/rank_2.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/rank_2.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/structure_constructor_1.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/structure_constructor_1.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/structure_constructor_2.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/structure_constructor_2.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/structure_constructor_3.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/structure_constructor_3.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/structure_constructor_4.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/structure_constructor_4.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/structure_constructor_5.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/structure_constructor_5.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/structure_constructor_6.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/structure_constructor_6.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/structure_constructor_7.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/structure_constructor_7.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/structure_constructor_8.f03
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/structure_constructor_8.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/structure_constructor_9.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/structure_constructor_9.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/where_1.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/where_1.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/where_2.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/where_2.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_1.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_1.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_2.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_2.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_3.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_3.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_4.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_4.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_5.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_5.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_6.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_6.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_7.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_7.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_intrinsics_1.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_intrinsics_1.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_intrinsics_10.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_intrinsics_10.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_intrinsics_2.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_intrinsics_2.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_intrinsics_3.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_intrinsics_3.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_intrinsics_4.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_intrinsics_4.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_intrinsics_5.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_intrinsics_5.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_intrinsics_6.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_intrinsics_6.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_intrinsics_7.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_intrinsics_7.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_intrinsics_8.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_intrinsics_8.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_intrinsics_9.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_intrinsics_9.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_select_1.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_select_1.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_select_2.f90
      - copied unchanged from r136210, trunk/gcc/testsuite/gfortran.dg/widechar_select_2.f90
    branches/function-specific-branch/gcc/testsuite/gnat.dg/abstract1.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/abstract1.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/abstract1.ads
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/abstract1.ads
    branches/function-specific-branch/gcc/testsuite/gnat.dg/addr_slice.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/addr_slice.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/bit_packed_array3.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/bit_packed_array3.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/check_displace_generation.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/check_displace_generation.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/const1.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/const1.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/fixce.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/fixce.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/frunaligned.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/frunaligned.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/frunaligned1.ads
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/frunaligned1.ads
    branches/function-specific-branch/gcc/testsuite/gnat.dg/gen_disp.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/gen_disp.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/gen_disp.ads
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/gen_disp.ads
    branches/function-specific-branch/gcc/testsuite/gnat.dg/interface5.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/interface5.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/interface5.ads
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/interface5.ads
    branches/function-specific-branch/gcc/testsuite/gnat.dg/loop_optimization2.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/loop_optimization2.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/loop_optimization2.ads
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/loop_optimization2.ads
    branches/function-specific-branch/gcc/testsuite/gnat.dg/modular1.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/modular1.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/modular2.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/modular2.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/notnot.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/notnot.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/pack9.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/pack9.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/pack9.ads
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/pack9.ads
    branches/function-specific-branch/gcc/testsuite/gnat.dg/pak.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/pak.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/pak.ads
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/pak.ads
    branches/function-specific-branch/gcc/testsuite/gnat.dg/parameterlessfunc.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/parameterlessfunc.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/set_in_pproc.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/set_in_pproc.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/slice5.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/slice5.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/specs/array_no_def_init.ads
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/specs/array_no_def_init.ads
    branches/function-specific-branch/gcc/testsuite/gnat.dg/specs/cpp_assignment.ads
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/specs/cpp_assignment.ads
    branches/function-specific-branch/gcc/testsuite/gnat.dg/specs/empty_variants.ads
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/specs/empty_variants.ads
    branches/function-specific-branch/gcc/testsuite/gnat.dg/specs/iface_eq_test-child.ads
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/specs/iface_eq_test-child.ads
    branches/function-specific-branch/gcc/testsuite/gnat.dg/specs/iface_eq_test.ads
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/specs/iface_eq_test.ads
    branches/function-specific-branch/gcc/testsuite/gnat.dg/specs/interface5.ads
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/specs/interface5.ads
    branches/function-specific-branch/gcc/testsuite/gnat.dg/specs/self_class.ads
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/specs/self_class.ads
    branches/function-specific-branch/gcc/testsuite/gnat.dg/sync1.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/sync1.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/sync1.ads
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/sync1.ads
    branches/function-specific-branch/gcc/testsuite/gnat.dg/test_iface_aggr.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/test_iface_aggr.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/testint.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/testint.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/tf_interface_1.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/tf_interface_1.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/tf_interface_1.ads
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/tf_interface_1.ads
    branches/function-specific-branch/gcc/testsuite/gnat.dg/trampoline1.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/trampoline1.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/trampoline2.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/trampoline2.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/warn4.adb
      - copied unchanged from r136210, trunk/gcc/testsuite/gnat.dg/warn4.adb
    branches/function-specific-branch/gcc/testsuite/lib/torture-options.exp
      - copied unchanged from r136210, trunk/gcc/testsuite/lib/torture-options.exp
    branches/function-specific-branch/libgfortran/runtime/convert_char.c
      - copied unchanged from r136210, trunk/libgfortran/runtime/convert_char.c
    branches/function-specific-branch/libgfortran/runtime/select_inc.c
      - copied unchanged from r136210, trunk/libgfortran/runtime/select_inc.c
    branches/function-specific-branch/libgomp/testsuite/libgomp.c++/ctor-11.C
      - copied unchanged from r136210, trunk/libgomp/testsuite/libgomp.c++/ctor-11.C
    branches/function-specific-branch/libgomp/testsuite/libgomp.c++/ctor-12.C
      - copied unchanged from r136210, trunk/libgomp/testsuite/libgomp.c++/ctor-12.C
    branches/function-specific-branch/libjava/testsuite/libjava.lang/PR35020.jar
      - copied unchanged from r136210, trunk/libjava/testsuite/libjava.lang/PR35020.jar
    branches/function-specific-branch/libjava/testsuite/libjava.lang/PR35020.java
      - copied unchanged from r136210, trunk/libjava/testsuite/libjava.lang/PR35020.java
    branches/function-specific-branch/libjava/testsuite/libjava.lang/PR35020.out
      - copied unchanged from r136210, trunk/libjava/testsuite/libjava.lang/PR35020.out
    branches/function-specific-branch/libjava/testsuite/libjava.lang/PR36252.jar
      - copied unchanged from r136210, trunk/libjava/testsuite/libjava.lang/PR36252.jar
    branches/function-specific-branch/libjava/testsuite/libjava.lang/PR36252.java
      - copied unchanged from r136210, trunk/libjava/testsuite/libjava.lang/PR36252.java
    branches/function-specific-branch/libjava/testsuite/libjava.lang/PR36252.out
      - copied unchanged from r136210, trunk/libjava/testsuite/libjava.lang/PR36252.out
Removed:
    branches/function-specific-branch/gcc/ada/gprmake.adb
    branches/function-specific-branch/gcc/ada/makegpr.adb
    branches/function-specific-branch/gcc/ada/makegpr.ads
    branches/function-specific-branch/gcc/c-incpath.c
    branches/function-specific-branch/gcc/c-incpath.h
Modified:
    branches/function-specific-branch/ChangeLog
    branches/function-specific-branch/MAINTAINERS
    branches/function-specific-branch/fixincludes/ChangeLog
    branches/function-specific-branch/fixincludes/fixincl.x
    branches/function-specific-branch/fixincludes/inclhack.def
    branches/function-specific-branch/fixincludes/tests/base/iso/math_c99.h
    branches/function-specific-branch/gcc/ChangeLog
    branches/function-specific-branch/gcc/ChangeLog-function
    branches/function-specific-branch/gcc/DATESTAMP
    branches/function-specific-branch/gcc/Makefile.in
    branches/function-specific-branch/gcc/ada/ChangeLog
    branches/function-specific-branch/gcc/ada/Make-lang.in
    branches/function-specific-branch/gcc/ada/Makefile.in
    branches/function-specific-branch/gcc/ada/Makefile.rtl
    branches/function-specific-branch/gcc/ada/a-caldel-vms.adb
    branches/function-specific-branch/gcc/ada/a-direio.adb
    branches/function-specific-branch/gcc/ada/a-direio.ads
    branches/function-specific-branch/gcc/ada/a-rttiev.adb
    branches/function-specific-branch/gcc/ada/a-sequio.adb
    branches/function-specific-branch/gcc/ada/a-sequio.ads
    branches/function-specific-branch/gcc/ada/a-ststio.adb
    branches/function-specific-branch/gcc/ada/a-ststio.ads
    branches/function-specific-branch/gcc/ada/a-textio.adb
    branches/function-specific-branch/gcc/ada/a-textio.ads
    branches/function-specific-branch/gcc/ada/a-witeio.adb
    branches/function-specific-branch/gcc/ada/a-witeio.ads
    branches/function-specific-branch/gcc/ada/a-ztexio.adb
    branches/function-specific-branch/gcc/ada/a-ztexio.ads
    branches/function-specific-branch/gcc/ada/adaint.c
    branches/function-specific-branch/gcc/ada/ali.adb
    branches/function-specific-branch/gcc/ada/bindgen.adb
    branches/function-specific-branch/gcc/ada/ceinfo.adb
    branches/function-specific-branch/gcc/ada/checks.adb
    branches/function-specific-branch/gcc/ada/clean.adb
    branches/function-specific-branch/gcc/ada/csinfo.adb
    branches/function-specific-branch/gcc/ada/cstand.adb
    branches/function-specific-branch/gcc/ada/decl.c
    branches/function-specific-branch/gcc/ada/einfo.adb
    branches/function-specific-branch/gcc/ada/einfo.ads
    branches/function-specific-branch/gcc/ada/exp_aggr.adb
    branches/function-specific-branch/gcc/ada/exp_ch13.adb
    branches/function-specific-branch/gcc/ada/exp_ch2.adb
    branches/function-specific-branch/gcc/ada/exp_ch3.adb
    branches/function-specific-branch/gcc/ada/exp_ch4.adb
    branches/function-specific-branch/gcc/ada/exp_ch5.adb
    branches/function-specific-branch/gcc/ada/exp_ch6.adb
    branches/function-specific-branch/gcc/ada/exp_ch7.adb
    branches/function-specific-branch/gcc/ada/exp_ch9.adb
    branches/function-specific-branch/gcc/ada/exp_ch9.ads
    branches/function-specific-branch/gcc/ada/exp_disp.adb
    branches/function-specific-branch/gcc/ada/exp_disp.ads
    branches/function-specific-branch/gcc/ada/exp_dist.adb
    branches/function-specific-branch/gcc/ada/exp_dist.ads
    branches/function-specific-branch/gcc/ada/exp_fixd.adb
    branches/function-specific-branch/gcc/ada/exp_intr.adb
    branches/function-specific-branch/gcc/ada/exp_smem.adb
    branches/function-specific-branch/gcc/ada/exp_smem.ads
    branches/function-specific-branch/gcc/ada/exp_util.adb
    branches/function-specific-branch/gcc/ada/exp_util.ads
    branches/function-specific-branch/gcc/ada/exp_vfpt.adb
    branches/function-specific-branch/gcc/ada/exp_vfpt.ads
    branches/function-specific-branch/gcc/ada/freeze.adb
    branches/function-specific-branch/gcc/ada/g-byorma.adb
    branches/function-specific-branch/gcc/ada/g-heasor.ads
    branches/function-specific-branch/gcc/ada/g-soccon-aix.ads
    branches/function-specific-branch/gcc/ada/g-soccon-darwin.ads
    branches/function-specific-branch/gcc/ada/g-soccon-freebsd.ads
    branches/function-specific-branch/gcc/ada/g-soccon-hpux-ia64.ads
    branches/function-specific-branch/gcc/ada/g-soccon-hpux.ads
    branches/function-specific-branch/gcc/ada/g-soccon-irix.ads
    branches/function-specific-branch/gcc/ada/g-soccon-linux-64.ads
    branches/function-specific-branch/gcc/ada/g-soccon-linux-ppc.ads
    branches/function-specific-branch/gcc/ada/g-soccon-linux-x86.ads
    branches/function-specific-branch/gcc/ada/g-soccon-lynxos.ads
    branches/function-specific-branch/gcc/ada/g-soccon-mingw.ads
    branches/function-specific-branch/gcc/ada/g-soccon-solaris-64.ads
    branches/function-specific-branch/gcc/ada/g-soccon-solaris.ads
    branches/function-specific-branch/gcc/ada/g-soccon-tru64.ads
    branches/function-specific-branch/gcc/ada/g-soccon-vms.ads
    branches/function-specific-branch/gcc/ada/g-soccon-vxworks.ads
    branches/function-specific-branch/gcc/ada/g-soccon.ads
    branches/function-specific-branch/gcc/ada/g-socket.adb
    branches/function-specific-branch/gcc/ada/g-socket.ads
    branches/function-specific-branch/gcc/ada/g-socthi-mingw.adb
    branches/function-specific-branch/gcc/ada/g-socthi-mingw.ads
    branches/function-specific-branch/gcc/ada/g-socthi-vms.adb
    branches/function-specific-branch/gcc/ada/g-socthi-vms.ads
    branches/function-specific-branch/gcc/ada/g-socthi-vxworks.adb
    branches/function-specific-branch/gcc/ada/g-socthi-vxworks.ads
    branches/function-specific-branch/gcc/ada/g-socthi.adb
    branches/function-specific-branch/gcc/ada/g-socthi.ads
    branches/function-specific-branch/gcc/ada/g-stsifd-sockets.adb
    branches/function-specific-branch/gcc/ada/g-sttsne-vxworks.adb
    branches/function-specific-branch/gcc/ada/gen-soccon.c
    branches/function-specific-branch/gcc/ada/gigi.h
    branches/function-specific-branch/gcc/ada/gnat_rm.texi
    branches/function-specific-branch/gcc/ada/gnat_ugn.texi
    branches/function-specific-branch/gcc/ada/gnatchop.adb
    branches/function-specific-branch/gcc/ada/gnatcmd.adb
    branches/function-specific-branch/gcc/ada/gnatlink.adb
    branches/function-specific-branch/gcc/ada/gnatname.adb
    branches/function-specific-branch/gcc/ada/gsocket.h
    branches/function-specific-branch/gcc/ada/i-cobol.ads
    branches/function-specific-branch/gcc/ada/init.c
    branches/function-specific-branch/gcc/ada/inline.adb
    branches/function-specific-branch/gcc/ada/lib-xref.adb
    branches/function-specific-branch/gcc/ada/make.adb
    branches/function-specific-branch/gcc/ada/makeutl.adb
    branches/function-specific-branch/gcc/ada/makeutl.ads
    branches/function-specific-branch/gcc/ada/mingw32.h
    branches/function-specific-branch/gcc/ada/mlib-prj.adb
    branches/function-specific-branch/gcc/ada/mlib-tgt.adb
    branches/function-specific-branch/gcc/ada/mlib-utl.adb
    branches/function-specific-branch/gcc/ada/opt.ads
    branches/function-specific-branch/gcc/ada/osint.adb
    branches/function-specific-branch/gcc/ada/osint.ads
    branches/function-specific-branch/gcc/ada/par-ch3.adb
    branches/function-specific-branch/gcc/ada/par-ch9.adb
    branches/function-specific-branch/gcc/ada/par-prag.adb
    branches/function-specific-branch/gcc/ada/prepcomp.adb
    branches/function-specific-branch/gcc/ada/prj-attr.adb
    branches/function-specific-branch/gcc/ada/prj-dect.adb
    branches/function-specific-branch/gcc/ada/prj-env.adb
    branches/function-specific-branch/gcc/ada/prj-env.ads
    branches/function-specific-branch/gcc/ada/prj-makr.adb
    branches/function-specific-branch/gcc/ada/prj-makr.ads
    branches/function-specific-branch/gcc/ada/prj-nmsc.adb
    branches/function-specific-branch/gcc/ada/prj-pars.adb
    branches/function-specific-branch/gcc/ada/prj-part.adb
    branches/function-specific-branch/gcc/ada/prj-pp.adb
    branches/function-specific-branch/gcc/ada/prj-proc.adb
    branches/function-specific-branch/gcc/ada/prj-strt.adb
    branches/function-specific-branch/gcc/ada/prj-tree.adb
    branches/function-specific-branch/gcc/ada/prj-tree.ads
    branches/function-specific-branch/gcc/ada/prj.adb
    branches/function-specific-branch/gcc/ada/prj.ads
    branches/function-specific-branch/gcc/ada/restrict.adb
    branches/function-specific-branch/gcc/ada/restrict.ads
    branches/function-specific-branch/gcc/ada/rtsfind.adb
    branches/function-specific-branch/gcc/ada/rtsfind.ads
    branches/function-specific-branch/gcc/ada/s-carun8.ads
    branches/function-specific-branch/gcc/ada/s-casi16.adb
    branches/function-specific-branch/gcc/ada/s-casi32.adb
    branches/function-specific-branch/gcc/ada/s-casi64.adb
    branches/function-specific-branch/gcc/ada/s-caun16.adb
    branches/function-specific-branch/gcc/ada/s-caun32.adb
    branches/function-specific-branch/gcc/ada/s-caun64.adb
    branches/function-specific-branch/gcc/ada/s-direio.adb
    branches/function-specific-branch/gcc/ada/s-direio.ads
    branches/function-specific-branch/gcc/ada/s-fileio.adb
    branches/function-specific-branch/gcc/ada/s-fileio.ads
    branches/function-specific-branch/gcc/ada/s-linux-hppa.ads
    branches/function-specific-branch/gcc/ada/s-os_lib.adb
    branches/function-specific-branch/gcc/ada/s-osinte-aix.adb
    branches/function-specific-branch/gcc/ada/s-osinte-irix.ads
    branches/function-specific-branch/gcc/ada/s-rident.ads
    branches/function-specific-branch/gcc/ada/s-shasto.adb
    branches/function-specific-branch/gcc/ada/s-shasto.ads
    branches/function-specific-branch/gcc/ada/s-stausa.adb
    branches/function-specific-branch/gcc/ada/s-stausa.ads
    branches/function-specific-branch/gcc/ada/s-tasinf-mingw.adb
    branches/function-specific-branch/gcc/ada/s-taskin.adb
    branches/function-specific-branch/gcc/ada/s-taskin.ads
    branches/function-specific-branch/gcc/ada/s-taspri-vxworks.ads
    branches/function-specific-branch/gcc/ada/s-tassta.adb
    branches/function-specific-branch/gcc/ada/s-tassta.ads
    branches/function-specific-branch/gcc/ada/s-tpoben.adb
    branches/function-specific-branch/gcc/ada/s-tpoben.ads
    branches/function-specific-branch/gcc/ada/s-unstyp.ads
    branches/function-specific-branch/gcc/ada/s-vaflop-vms-alpha.adb
    branches/function-specific-branch/gcc/ada/s-vaflop.adb
    branches/function-specific-branch/gcc/ada/s-vaflop.ads
    branches/function-specific-branch/gcc/ada/s-winext.ads
    branches/function-specific-branch/gcc/ada/sem_aggr.adb
    branches/function-specific-branch/gcc/ada/sem_attr.adb
    branches/function-specific-branch/gcc/ada/sem_cat.adb
    branches/function-specific-branch/gcc/ada/sem_ch12.adb
    branches/function-specific-branch/gcc/ada/sem_ch3.adb
    branches/function-specific-branch/gcc/ada/sem_ch3.ads
    branches/function-specific-branch/gcc/ada/sem_ch4.adb
    branches/function-specific-branch/gcc/ada/sem_ch5.adb
    branches/function-specific-branch/gcc/ada/sem_ch6.adb
    branches/function-specific-branch/gcc/ada/sem_ch6.ads
    branches/function-specific-branch/gcc/ada/sem_ch7.adb
    branches/function-specific-branch/gcc/ada/sem_ch7.ads
    branches/function-specific-branch/gcc/ada/sem_ch8.adb
    branches/function-specific-branch/gcc/ada/sem_ch8.ads
    branches/function-specific-branch/gcc/ada/sem_ch9.adb
    branches/function-specific-branch/gcc/ada/sem_disp.adb
    branches/function-specific-branch/gcc/ada/sem_disp.ads
    branches/function-specific-branch/gcc/ada/sem_dist.adb
    branches/function-specific-branch/gcc/ada/sem_dist.ads
    branches/function-specific-branch/gcc/ada/sem_eval.adb
    branches/function-specific-branch/gcc/ada/sem_intr.adb
    branches/function-specific-branch/gcc/ada/sem_prag.adb
    branches/function-specific-branch/gcc/ada/sem_res.adb
    branches/function-specific-branch/gcc/ada/sem_type.adb
    branches/function-specific-branch/gcc/ada/sem_util.adb
    branches/function-specific-branch/gcc/ada/sem_util.ads
    branches/function-specific-branch/gcc/ada/sinfo.ads
    branches/function-specific-branch/gcc/ada/sinput-p.adb
    branches/function-specific-branch/gcc/ada/sinput-p.ads
    branches/function-specific-branch/gcc/ada/snames.adb
    branches/function-specific-branch/gcc/ada/snames.ads
    branches/function-specific-branch/gcc/ada/sprint.adb
    branches/function-specific-branch/gcc/ada/styleg-c.adb
    branches/function-specific-branch/gcc/ada/switch-c.adb
    branches/function-specific-branch/gcc/ada/system-darwin-ppc.ads
    branches/function-specific-branch/gcc/ada/system-darwin-x86.ads
    branches/function-specific-branch/gcc/ada/system-freebsd-x86.ads
    branches/function-specific-branch/gcc/ada/system-linux-ppc.ads
    branches/function-specific-branch/gcc/ada/system-linux-x86.ads
    branches/function-specific-branch/gcc/ada/system-linux-x86_64.ads
    branches/function-specific-branch/gcc/ada/system-lynxos-ppc.ads
    branches/function-specific-branch/gcc/ada/system-lynxos-x86.ads
    branches/function-specific-branch/gcc/ada/system-mingw.ads
    branches/function-specific-branch/gcc/ada/system-solaris-sparc.ads
    branches/function-specific-branch/gcc/ada/system-solaris-sparcv9.ads
    branches/function-specific-branch/gcc/ada/system-solaris-x86.ads
    branches/function-specific-branch/gcc/ada/tracebak.c
    branches/function-specific-branch/gcc/ada/trans.c
    branches/function-specific-branch/gcc/ada/tree_io.ads
    branches/function-specific-branch/gcc/ada/ug_words
    branches/function-specific-branch/gcc/ada/uintp.adb
    branches/function-specific-branch/gcc/ada/urealp.adb
    branches/function-specific-branch/gcc/ada/usage.adb
    branches/function-specific-branch/gcc/ada/utils.c
    branches/function-specific-branch/gcc/ada/vms_data.ads
    branches/function-specific-branch/gcc/ada/xsnames.adb
    branches/function-specific-branch/gcc/basic-block.h
    branches/function-specific-branch/gcc/builtin-types.def
    branches/function-specific-branch/gcc/builtins.c
    branches/function-specific-branch/gcc/builtins.def
    branches/function-specific-branch/gcc/c-common.c
    branches/function-specific-branch/gcc/c-common.h
    branches/function-specific-branch/gcc/c-cppbuiltin.c
    branches/function-specific-branch/gcc/c-opts.c
    branches/function-specific-branch/gcc/c.opt
    branches/function-specific-branch/gcc/caller-save.c
    branches/function-specific-branch/gcc/cfg.c
    branches/function-specific-branch/gcc/cfgexpand.c
    branches/function-specific-branch/gcc/cgraph.h
    branches/function-specific-branch/gcc/cgraphbuild.c
    branches/function-specific-branch/gcc/cgraphunit.c
    branches/function-specific-branch/gcc/collect2.c
    branches/function-specific-branch/gcc/combine.c
    branches/function-specific-branch/gcc/common.opt
    branches/function-specific-branch/gcc/config.gcc
    branches/function-specific-branch/gcc/config/arm/arm-protos.h
    branches/function-specific-branch/gcc/config/arm/arm.c
    branches/function-specific-branch/gcc/config/arm/arm.h
    branches/function-specific-branch/gcc/config/avr/avr.c
    branches/function-specific-branch/gcc/config/avr/avr.h
    branches/function-specific-branch/gcc/config/avr/avr.md
    branches/function-specific-branch/gcc/config/bfin/bfin-protos.h
    branches/function-specific-branch/gcc/config/bfin/bfin.c
    branches/function-specific-branch/gcc/config/bfin/bfin.h
    branches/function-specific-branch/gcc/config/bfin/bfin.opt
    branches/function-specific-branch/gcc/config/bfin/elf.h
    branches/function-specific-branch/gcc/config/bfin/t-bfin-elf
    branches/function-specific-branch/gcc/config/bfin/t-bfin-linux
    branches/function-specific-branch/gcc/config/bfin/t-bfin-uclinux
    branches/function-specific-branch/gcc/config/darwin-c.c
    branches/function-specific-branch/gcc/config/i386/cygming.h
    branches/function-specific-branch/gcc/config/i386/i386-interix.h
    branches/function-specific-branch/gcc/config/i386/i386-protos.h
    branches/function-specific-branch/gcc/config/i386/i386.c
    branches/function-specific-branch/gcc/config/i386/i386.h
    branches/function-specific-branch/gcc/config/i386/i386.md
    branches/function-specific-branch/gcc/config/i386/i386.opt
    branches/function-specific-branch/gcc/config/i386/i386elf.h
    branches/function-specific-branch/gcc/config/i386/ptx4-i.h
    branches/function-specific-branch/gcc/config/i386/sol2-10.h
    branches/function-specific-branch/gcc/config/i386/sse.md
    branches/function-specific-branch/gcc/config/i386/sysv4.h
    branches/function-specific-branch/gcc/config/i386/vx-common.h
    branches/function-specific-branch/gcc/config/m32c/jump.md
    branches/function-specific-branch/gcc/config/m32c/m32c.c
    branches/function-specific-branch/gcc/config/mips/mips-protos.h
    branches/function-specific-branch/gcc/config/mips/mips.c
    branches/function-specific-branch/gcc/config/mips/mips.h
    branches/function-specific-branch/gcc/config/mips/mips.md
    branches/function-specific-branch/gcc/config/pa/pa.c
    branches/function-specific-branch/gcc/config/pa/pa.md
    branches/function-specific-branch/gcc/config/rs6000/aix.h
    branches/function-specific-branch/gcc/config/rs6000/darwin-ldouble.c
    branches/function-specific-branch/gcc/config/rs6000/linux64.h
    branches/function-specific-branch/gcc/config/rs6000/rs6000.c
    branches/function-specific-branch/gcc/config/rs6000/rs6000.h
    branches/function-specific-branch/gcc/config/rs6000/rs6000.md
    branches/function-specific-branch/gcc/config/rs6000/t-fprules
    branches/function-specific-branch/gcc/config/s390/constraints.md
    branches/function-specific-branch/gcc/config/s390/predicates.md
    branches/function-specific-branch/gcc/config/s390/s390-protos.h
    branches/function-specific-branch/gcc/config/s390/s390.c
    branches/function-specific-branch/gcc/config/s390/s390.h
    branches/function-specific-branch/gcc/config/s390/s390.md
    branches/function-specific-branch/gcc/config/sh/sh-protos.h
    branches/function-specific-branch/gcc/config/sh/sh.c
    branches/function-specific-branch/gcc/config/sh/sh.h
    branches/function-specific-branch/gcc/config/sh/sh.opt
    branches/function-specific-branch/gcc/config/sparc/linux.h
    branches/function-specific-branch/gcc/config/sparc/linux64.h
    branches/function-specific-branch/gcc/config/sparc/sparc.h
    branches/function-specific-branch/gcc/config/spu/spu.c
    branches/function-specific-branch/gcc/config/spu/t-spu-elf
    branches/function-specific-branch/gcc/config/t-darwin
    branches/function-specific-branch/gcc/configure
    branches/function-specific-branch/gcc/configure.ac
    branches/function-specific-branch/gcc/cp/ChangeLog
    branches/function-specific-branch/gcc/cp/Make-lang.in
    branches/function-specific-branch/gcc/cp/call.c
    branches/function-specific-branch/gcc/cp/cp-gimplify.c
    branches/function-specific-branch/gcc/cp/cp-tree.h
    branches/function-specific-branch/gcc/cp/decl.c
    branches/function-specific-branch/gcc/cp/mangle.c
    branches/function-specific-branch/gcc/cp/pt.c
    branches/function-specific-branch/gcc/cp/semantics.c
    branches/function-specific-branch/gcc/cselib.c
    branches/function-specific-branch/gcc/defaults.h
    branches/function-specific-branch/gcc/df-problems.c
    branches/function-specific-branch/gcc/df.h
    branches/function-specific-branch/gcc/doc/cppopts.texi
    branches/function-specific-branch/gcc/doc/extend.texi
    branches/function-specific-branch/gcc/doc/gty.texi
    branches/function-specific-branch/gcc/doc/install.texi
    branches/function-specific-branch/gcc/doc/install.texi2html
    branches/function-specific-branch/gcc/doc/invoke.texi
    branches/function-specific-branch/gcc/doc/md.texi
    branches/function-specific-branch/gcc/doc/rtl.texi
    branches/function-specific-branch/gcc/doc/sourcebuild.texi
    branches/function-specific-branch/gcc/doc/tm.texi
    branches/function-specific-branch/gcc/dwarf2asm.c
    branches/function-specific-branch/gcc/dwarf2out.c
    branches/function-specific-branch/gcc/expr.c
    branches/function-specific-branch/gcc/final.c
    branches/function-specific-branch/gcc/fix-header.c
    branches/function-specific-branch/gcc/flags.h
    branches/function-specific-branch/gcc/fold-const.c
    branches/function-specific-branch/gcc/fortran/ChangeLog
    branches/function-specific-branch/gcc/fortran/Make-lang.in
    branches/function-specific-branch/gcc/fortran/arith.c
    branches/function-specific-branch/gcc/fortran/array.c
    branches/function-specific-branch/gcc/fortran/check.c
    branches/function-specific-branch/gcc/fortran/decl.c
    branches/function-specific-branch/gcc/fortran/error.c
    branches/function-specific-branch/gcc/fortran/expr.c
    branches/function-specific-branch/gcc/fortran/f95-lang.c
    branches/function-specific-branch/gcc/fortran/gfortran.h
    branches/function-specific-branch/gcc/fortran/gfortran.texi
    branches/function-specific-branch/gcc/fortran/interface.c
    branches/function-specific-branch/gcc/fortran/intrinsic.c
    branches/function-specific-branch/gcc/fortran/intrinsic.h
    branches/function-specific-branch/gcc/fortran/intrinsic.texi
    branches/function-specific-branch/gcc/fortran/invoke.texi
    branches/function-specific-branch/gcc/fortran/iresolve.c
    branches/function-specific-branch/gcc/fortran/lang-specs.h
    branches/function-specific-branch/gcc/fortran/lang.opt
    branches/function-specific-branch/gcc/fortran/libgfortran.h
    branches/function-specific-branch/gcc/fortran/match.c
    branches/function-specific-branch/gcc/fortran/options.c
    branches/function-specific-branch/gcc/fortran/parse.c
    branches/function-specific-branch/gcc/fortran/primary.c
    branches/function-specific-branch/gcc/fortran/resolve.c
    branches/function-specific-branch/gcc/fortran/scanner.c
    branches/function-specific-branch/gcc/fortran/simplify.c
    branches/function-specific-branch/gcc/fortran/symbol.c
    branches/function-specific-branch/gcc/fortran/target-memory.c
    branches/function-specific-branch/gcc/fortran/target-memory.h
    branches/function-specific-branch/gcc/fortran/trans-array.c
    branches/function-specific-branch/gcc/fortran/trans-array.h
    branches/function-specific-branch/gcc/fortran/trans-const.c
    branches/function-specific-branch/gcc/fortran/trans-const.h
    branches/function-specific-branch/gcc/fortran/trans-decl.c
    branches/function-specific-branch/gcc/fortran/trans-expr.c
    branches/function-specific-branch/gcc/fortran/trans-intrinsic.c
    branches/function-specific-branch/gcc/fortran/trans-stmt.c
    branches/function-specific-branch/gcc/fortran/trans-types.c
    branches/function-specific-branch/gcc/fortran/trans-types.h
    branches/function-specific-branch/gcc/fortran/trans.h
    branches/function-specific-branch/gcc/function.c
    branches/function-specific-branch/gcc/function.h
    branches/function-specific-branch/gcc/gcse.c
    branches/function-specific-branch/gcc/gengtype.c
    branches/function-specific-branch/gcc/genoutput.c
    branches/function-specific-branch/gcc/genpreds.c
    branches/function-specific-branch/gcc/ggc-common.c
    branches/function-specific-branch/gcc/ggc-page.c
    branches/function-specific-branch/gcc/ggc-zone.c
    branches/function-specific-branch/gcc/ggc.h
    branches/function-specific-branch/gcc/ifcvt.c
    branches/function-specific-branch/gcc/ipa-inline.c
    branches/function-specific-branch/gcc/java/ChangeLog
    branches/function-specific-branch/gcc/java/jcf-parse.c
    branches/function-specific-branch/gcc/lambda-code.c
    branches/function-specific-branch/gcc/lambda.h
    branches/function-specific-branch/gcc/omp-low.c
    branches/function-specific-branch/gcc/passes.c
    branches/function-specific-branch/gcc/postreload.c
    branches/function-specific-branch/gcc/print-tree.c
    branches/function-specific-branch/gcc/real.c
    branches/function-specific-branch/gcc/recog.c
    branches/function-specific-branch/gcc/recog.h
    branches/function-specific-branch/gcc/regclass.c
    branches/function-specific-branch/gcc/reload.c
    branches/function-specific-branch/gcc/reload1.c
    branches/function-specific-branch/gcc/rtl-factoring.c
    branches/function-specific-branch/gcc/see.c
    branches/function-specific-branch/gcc/stmt.c
    branches/function-specific-branch/gcc/stringpool.c
    branches/function-specific-branch/gcc/target-def.h
    branches/function-specific-branch/gcc/target.h
    branches/function-specific-branch/gcc/testsuite/ChangeLog
    branches/function-specific-branch/gcc/testsuite/g++.dg/compat/struct-layout-1_generate.c
    branches/function-specific-branch/gcc/testsuite/g++.dg/ext/vector14.C
    branches/function-specific-branch/gcc/testsuite/g++.dg/other/profile1.C
    branches/function-specific-branch/gcc/testsuite/g++.dg/pch/pch.C
    branches/function-specific-branch/gcc/testsuite/g++.dg/template/inline1.C
    branches/function-specific-branch/gcc/testsuite/g++.old-deja/g++.pt/static11.C
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/compile/pr11832.c
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/compile/pr33009.c
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/builtins/memops-asm.c
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/builtins/pr23484-chk.c
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/execute.exp
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-2.c
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-3.c
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp
    branches/function-specific-branch/gcc/testsuite/gcc.dg/array-quals-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/builtins-config.h
    branches/function-specific-branch/gcc/testsuite/gcc.dg/builtins-error.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/format/format.exp
    branches/function-specific-branch/gcc/testsuite/gcc.dg/pch/counter-2.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/pch/pch.exp
    branches/function-specific-branch/gcc/testsuite/gcc.dg/pch/save-temps-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/pch/valid-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/pch/valid-2.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/pch/valid-3.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/pch/warn-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/pr28796-2.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tg-tests.h
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/data-dep-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/ifc-20040816-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/ifc-20040816-2.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/ldist-3.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/ldist-5.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/loadpre8.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/pr23115.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/pr32540-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/pr32540-2.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-5.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-2.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-3.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-4.c
    branches/function-specific-branch/gcc/testsuite/gcc.misc-tests/dectest.exp
    branches/function-specific-branch/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/sse2-check.h
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/sse4_1-check.h
    branches/function-specific-branch/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp
    branches/function-specific-branch/gcc/testsuite/gcc.test-framework/test-framework.awk
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/achar_3.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/char_cast_1.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/char_cast_2.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/external_procedures_1.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/f2003_io_1.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/f2003_io_4.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/f2003_io_5.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/f2003_io_7.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/fmt_t_7.f
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/gomp/reduction3.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/missing_parens_1.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/namelist_45.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/namelist_46.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/namelist_47.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/nint_2.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/private_type_6.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/stat_1.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/stat_2.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.fortran-torture/compile/compile.exp
    branches/function-specific-branch/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp
    branches/function-specific-branch/gcc/testsuite/gnat.dg/deep_old.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/old_errors.adb
    branches/function-specific-branch/gcc/testsuite/gnat.dg/specs/tag2.ads
    branches/function-specific-branch/gcc/testsuite/lib/c-torture.exp
    branches/function-specific-branch/gcc/testsuite/lib/dg-pch.exp
    branches/function-specific-branch/gcc/testsuite/lib/fortran-torture.exp
    branches/function-specific-branch/gcc/testsuite/lib/gcc-dg.exp
    branches/function-specific-branch/gcc/testsuite/lib/gfortran-dg.exp
    branches/function-specific-branch/gcc/testsuite/lib/objc-torture.exp
    branches/function-specific-branch/gcc/testsuite/lib/profopt.exp
    branches/function-specific-branch/gcc/testsuite/lib/scandump.exp
    branches/function-specific-branch/gcc/testsuite/lib/target-supports-dg.exp
    branches/function-specific-branch/gcc/testsuite/obj-c++.dg/bitfield-1.mm
    branches/function-specific-branch/gcc/testsuite/obj-c++.dg/bitfield-4.mm
    branches/function-specific-branch/gcc/testsuite/obj-c++.dg/comp-types-10.mm
    branches/function-specific-branch/gcc/testsuite/obj-c++.dg/encode-8.mm
    branches/function-specific-branch/gcc/testsuite/obj-c++.dg/layout-1.mm
    branches/function-specific-branch/gcc/testsuite/obj-c++.dg/try-catch-2.mm
    branches/function-specific-branch/gcc/testsuite/obj-c++.dg/try-catch-9.mm
    branches/function-specific-branch/gcc/testsuite/objc.dg/pch/pch.exp
    branches/function-specific-branch/gcc/testsuite/objc/compile/compile.exp
    branches/function-specific-branch/gcc/testsuite/objc/execute/exceptions/exceptions.exp
    branches/function-specific-branch/gcc/testsuite/objc/execute/execute.exp
    branches/function-specific-branch/gcc/toplev.c
    branches/function-specific-branch/gcc/tree-cfg.c
    branches/function-specific-branch/gcc/tree-chrec.h
    branches/function-specific-branch/gcc/tree-data-ref.c
    branches/function-specific-branch/gcc/tree-data-ref.h
    branches/function-specific-branch/gcc/tree-dfa.c
    branches/function-specific-branch/gcc/tree-dump.c
    branches/function-specific-branch/gcc/tree-flow-inline.h
    branches/function-specific-branch/gcc/tree-flow.h
    branches/function-specific-branch/gcc/tree-gimple.c
    branches/function-specific-branch/gcc/tree-gimple.h
    branches/function-specific-branch/gcc/tree-inline.c
    branches/function-specific-branch/gcc/tree-loop-linear.c
    branches/function-specific-branch/gcc/tree-nested.c
    branches/function-specific-branch/gcc/tree-parloops.c
    branches/function-specific-branch/gcc/tree-pass.h
    branches/function-specific-branch/gcc/tree-pretty-print.c
    branches/function-specific-branch/gcc/tree-profile.c
    branches/function-specific-branch/gcc/tree-scalar-evolution.c
    branches/function-specific-branch/gcc/tree-sra.c
    branches/function-specific-branch/gcc/tree-ssa-address.c
    branches/function-specific-branch/gcc/tree-ssa-alias.c
    branches/function-specific-branch/gcc/tree-ssa-dce.c
    branches/function-specific-branch/gcc/tree-ssa-dom.c
    branches/function-specific-branch/gcc/tree-ssa-dse.c
    branches/function-specific-branch/gcc/tree-ssa-loop-im.c
    branches/function-specific-branch/gcc/tree-ssa-operands.c
    branches/function-specific-branch/gcc/tree-ssa-pre.c
    branches/function-specific-branch/gcc/tree-ssa-propagate.c
    branches/function-specific-branch/gcc/tree-ssa-reassoc.c
    branches/function-specific-branch/gcc/tree-ssa-sccvn.c
    branches/function-specific-branch/gcc/tree-ssa-sink.c
    branches/function-specific-branch/gcc/tree-ssa-structalias.c
    branches/function-specific-branch/gcc/tree-ssa-threadupdate.c
    branches/function-specific-branch/gcc/tree-ssa.c
    branches/function-specific-branch/gcc/tree-tailcall.c
    branches/function-specific-branch/gcc/tree-vect-analyze.c
    branches/function-specific-branch/gcc/tree-vect-transform.c
    branches/function-specific-branch/gcc/tree-vectorizer.c
    branches/function-specific-branch/gcc/tree-vn.c
    branches/function-specific-branch/gcc/tree-vrp.c
    branches/function-specific-branch/gcc/tree.c
    branches/function-specific-branch/gcc/tree.def
    branches/function-specific-branch/gcc/tree.h
    branches/function-specific-branch/gcc/value-prof.c
    branches/function-specific-branch/gcc/value-prof.h
    branches/function-specific-branch/gcc/varasm.c
    branches/function-specific-branch/gnattools/ChangeLog
    branches/function-specific-branch/gnattools/Makefile.in
    branches/function-specific-branch/libcpp/ChangeLog
    branches/function-specific-branch/libcpp/directives.c
    branches/function-specific-branch/libcpp/errors.c
    branches/function-specific-branch/libcpp/expr.c
    branches/function-specific-branch/libcpp/include/cpplib.h
    branches/function-specific-branch/libcpp/include/symtab.h
    branches/function-specific-branch/libcpp/internal.h
    branches/function-specific-branch/libcpp/lex.c
    branches/function-specific-branch/libcpp/symtab.c
    branches/function-specific-branch/libgcc/ChangeLog
    branches/function-specific-branch/libgcc/config.host
    branches/function-specific-branch/libgfortran/ChangeLog
    branches/function-specific-branch/libgfortran/Makefile.am
    branches/function-specific-branch/libgfortran/Makefile.in
    branches/function-specific-branch/libgfortran/generated/cshift1_16.c
    branches/function-specific-branch/libgfortran/generated/cshift1_4.c
    branches/function-specific-branch/libgfortran/generated/cshift1_8.c
    branches/function-specific-branch/libgfortran/generated/eoshift1_16.c
    branches/function-specific-branch/libgfortran/generated/eoshift1_4.c
    branches/function-specific-branch/libgfortran/generated/eoshift1_8.c
    branches/function-specific-branch/libgfortran/generated/eoshift3_16.c
    branches/function-specific-branch/libgfortran/generated/eoshift3_4.c
    branches/function-specific-branch/libgfortran/generated/eoshift3_8.c
    branches/function-specific-branch/libgfortran/generated/in_pack_c10.c
    branches/function-specific-branch/libgfortran/generated/in_pack_c16.c
    branches/function-specific-branch/libgfortran/generated/in_pack_c4.c
    branches/function-specific-branch/libgfortran/generated/in_pack_c8.c
    branches/function-specific-branch/libgfortran/generated/in_pack_i1.c
    branches/function-specific-branch/libgfortran/generated/in_pack_i16.c
    branches/function-specific-branch/libgfortran/generated/in_pack_i2.c
    branches/function-specific-branch/libgfortran/generated/in_pack_i4.c
    branches/function-specific-branch/libgfortran/generated/in_pack_i8.c
    branches/function-specific-branch/libgfortran/generated/in_pack_r10.c
    branches/function-specific-branch/libgfortran/generated/in_pack_r16.c
    branches/function-specific-branch/libgfortran/generated/in_pack_r4.c
    branches/function-specific-branch/libgfortran/generated/in_pack_r8.c
    branches/function-specific-branch/libgfortran/generated/in_unpack_c10.c
    branches/function-specific-branch/libgfortran/generated/in_unpack_c16.c
    branches/function-specific-branch/libgfortran/generated/in_unpack_c4.c
    branches/function-specific-branch/libgfortran/generated/in_unpack_c8.c
    branches/function-specific-branch/libgfortran/generated/in_unpack_i1.c
    branches/function-specific-branch/libgfortran/generated/in_unpack_i16.c
    branches/function-specific-branch/libgfortran/generated/in_unpack_i2.c
    branches/function-specific-branch/libgfortran/generated/in_unpack_i4.c
    branches/function-specific-branch/libgfortran/generated/in_unpack_i8.c
    branches/function-specific-branch/libgfortran/generated/in_unpack_r10.c
    branches/function-specific-branch/libgfortran/generated/in_unpack_r16.c
    branches/function-specific-branch/libgfortran/generated/in_unpack_r4.c
    branches/function-specific-branch/libgfortran/generated/in_unpack_r8.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_16_i1.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_16_i16.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_16_i2.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_16_i4.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_16_i8.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_16_r10.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_16_r16.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_16_r4.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_16_r8.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_4_i1.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_4_i16.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_4_i2.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_4_i4.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_4_i8.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_4_r10.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_4_r16.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_4_r4.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_4_r8.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_8_i1.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_8_i16.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_8_i2.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_8_i4.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_8_i8.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_8_r10.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_8_r16.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_8_r4.c
    branches/function-specific-branch/libgfortran/generated/maxloc0_8_r8.c
    branches/function-specific-branch/libgfortran/generated/minloc0_16_i1.c
    branches/function-specific-branch/libgfortran/generated/minloc0_16_i16.c
    branches/function-specific-branch/libgfortran/generated/minloc0_16_i2.c
    branches/function-specific-branch/libgfortran/generated/minloc0_16_i4.c
    branches/function-specific-branch/libgfortran/generated/minloc0_16_i8.c
    branches/function-specific-branch/libgfortran/generated/minloc0_16_r10.c
    branches/function-specific-branch/libgfortran/generated/minloc0_16_r16.c
    branches/function-specific-branch/libgfortran/generated/minloc0_16_r4.c
    branches/function-specific-branch/libgfortran/generated/minloc0_16_r8.c
    branches/function-specific-branch/libgfortran/generated/minloc0_4_i1.c
    branches/function-specific-branch/libgfortran/generated/minloc0_4_i16.c
    branches/function-specific-branch/libgfortran/generated/minloc0_4_i2.c
    branches/function-specific-branch/libgfortran/generated/minloc0_4_i4.c
    branches/function-specific-branch/libgfortran/generated/minloc0_4_i8.c
    branches/function-specific-branch/libgfortran/generated/minloc0_4_r10.c
    branches/function-specific-branch/libgfortran/generated/minloc0_4_r16.c
    branches/function-specific-branch/libgfortran/generated/minloc0_4_r4.c
    branches/function-specific-branch/libgfortran/generated/minloc0_4_r8.c
    branches/function-specific-branch/libgfortran/generated/minloc0_8_i1.c
    branches/function-specific-branch/libgfortran/generated/minloc0_8_i16.c
    branches/function-specific-branch/libgfortran/generated/minloc0_8_i2.c
    branches/function-specific-branch/libgfortran/generated/minloc0_8_i4.c
    branches/function-specific-branch/libgfortran/generated/minloc0_8_i8.c
    branches/function-specific-branch/libgfortran/generated/minloc0_8_r10.c
    branches/function-specific-branch/libgfortran/generated/minloc0_8_r16.c
    branches/function-specific-branch/libgfortran/generated/minloc0_8_r4.c
    branches/function-specific-branch/libgfortran/generated/minloc0_8_r8.c
    branches/function-specific-branch/libgfortran/generated/pack_c10.c
    branches/function-specific-branch/libgfortran/generated/pack_c16.c
    branches/function-specific-branch/libgfortran/generated/pack_c4.c
    branches/function-specific-branch/libgfortran/generated/pack_c8.c
    branches/function-specific-branch/libgfortran/generated/pack_i1.c
    branches/function-specific-branch/libgfortran/generated/pack_i16.c
    branches/function-specific-branch/libgfortran/generated/pack_i2.c
    branches/function-specific-branch/libgfortran/generated/pack_i4.c
    branches/function-specific-branch/libgfortran/generated/pack_i8.c
    branches/function-specific-branch/libgfortran/generated/pack_r10.c
    branches/function-specific-branch/libgfortran/generated/pack_r16.c
    branches/function-specific-branch/libgfortran/generated/pack_r4.c
    branches/function-specific-branch/libgfortran/generated/pack_r8.c
    branches/function-specific-branch/libgfortran/generated/spread_c10.c
    branches/function-specific-branch/libgfortran/generated/spread_c16.c
    branches/function-specific-branch/libgfortran/generated/spread_c4.c
    branches/function-specific-branch/libgfortran/generated/spread_c8.c
    branches/function-specific-branch/libgfortran/generated/spread_i1.c
    branches/function-specific-branch/libgfortran/generated/spread_i16.c
    branches/function-specific-branch/libgfortran/generated/spread_i2.c
    branches/function-specific-branch/libgfortran/generated/spread_i4.c
    branches/function-specific-branch/libgfortran/generated/spread_i8.c
    branches/function-specific-branch/libgfortran/generated/spread_r10.c
    branches/function-specific-branch/libgfortran/generated/spread_r16.c
    branches/function-specific-branch/libgfortran/generated/spread_r4.c
    branches/function-specific-branch/libgfortran/generated/spread_r8.c
    branches/function-specific-branch/libgfortran/generated/transpose_c10.c
    branches/function-specific-branch/libgfortran/generated/transpose_c16.c
    branches/function-specific-branch/libgfortran/generated/transpose_c4.c
    branches/function-specific-branch/libgfortran/generated/transpose_c8.c
    branches/function-specific-branch/libgfortran/generated/transpose_i16.c
    branches/function-specific-branch/libgfortran/generated/transpose_i4.c
    branches/function-specific-branch/libgfortran/generated/transpose_i8.c
    branches/function-specific-branch/libgfortran/generated/transpose_r10.c
    branches/function-specific-branch/libgfortran/generated/transpose_r16.c
    branches/function-specific-branch/libgfortran/generated/transpose_r4.c
    branches/function-specific-branch/libgfortran/generated/transpose_r8.c
    branches/function-specific-branch/libgfortran/generated/unpack_c10.c
    branches/function-specific-branch/libgfortran/generated/unpack_c16.c
    branches/function-specific-branch/libgfortran/generated/unpack_c4.c
    branches/function-specific-branch/libgfortran/generated/unpack_c8.c
    branches/function-specific-branch/libgfortran/generated/unpack_i1.c
    branches/function-specific-branch/libgfortran/generated/unpack_i16.c
    branches/function-specific-branch/libgfortran/generated/unpack_i2.c
    branches/function-specific-branch/libgfortran/generated/unpack_i4.c
    branches/function-specific-branch/libgfortran/generated/unpack_i8.c
    branches/function-specific-branch/libgfortran/generated/unpack_r10.c
    branches/function-specific-branch/libgfortran/generated/unpack_r16.c
    branches/function-specific-branch/libgfortran/generated/unpack_r4.c
    branches/function-specific-branch/libgfortran/generated/unpack_r8.c
    branches/function-specific-branch/libgfortran/gfortran.map
    branches/function-specific-branch/libgfortran/intrinsics/cshift0.c
    branches/function-specific-branch/libgfortran/intrinsics/eoshift0.c
    branches/function-specific-branch/libgfortran/intrinsics/eoshift2.c
    branches/function-specific-branch/libgfortran/intrinsics/iso_c_binding.c
    branches/function-specific-branch/libgfortran/intrinsics/iso_c_binding.h
    branches/function-specific-branch/libgfortran/intrinsics/pack_generic.c
    branches/function-specific-branch/libgfortran/intrinsics/reshape_generic.c
    branches/function-specific-branch/libgfortran/intrinsics/reshape_packed.c
    branches/function-specific-branch/libgfortran/intrinsics/spread_generic.c
    branches/function-specific-branch/libgfortran/intrinsics/string_intrinsics_inc.c
    branches/function-specific-branch/libgfortran/intrinsics/transpose_generic.c
    branches/function-specific-branch/libgfortran/intrinsics/unpack_generic.c
    branches/function-specific-branch/libgfortran/io/fbuf.c
    branches/function-specific-branch/libgfortran/io/io.h
    branches/function-specific-branch/libgfortran/io/list_read.c
    branches/function-specific-branch/libgfortran/io/open.c
    branches/function-specific-branch/libgfortran/io/transfer.c
    branches/function-specific-branch/libgfortran/m4/cshift1.m4
    branches/function-specific-branch/libgfortran/m4/eoshift1.m4
    branches/function-specific-branch/libgfortran/m4/eoshift3.m4
    branches/function-specific-branch/libgfortran/m4/iforeach.m4
    branches/function-specific-branch/libgfortran/m4/in_pack.m4
    branches/function-specific-branch/libgfortran/m4/in_unpack.m4
    branches/function-specific-branch/libgfortran/m4/pack.m4
    branches/function-specific-branch/libgfortran/m4/spread.m4
    branches/function-specific-branch/libgfortran/m4/transpose.m4
    branches/function-specific-branch/libgfortran/m4/unpack.m4
    branches/function-specific-branch/libgfortran/runtime/select.c
    branches/function-specific-branch/libgomp/ChangeLog
    branches/function-specific-branch/libgomp/testsuite/lib/libgomp.exp
    branches/function-specific-branch/libjava/ChangeLog
    branches/function-specific-branch/libjava/classpath/lib/java/lang/Class$1.class
    branches/function-specific-branch/libjava/classpath/lib/java/lang/Class.class
    branches/function-specific-branch/libjava/java/lang/Class.java
    branches/function-specific-branch/libjava/java/lang/natString.cc
    branches/function-specific-branch/libobjc/ChangeLog
    branches/function-specific-branch/libobjc/encoding.c
    branches/function-specific-branch/svn-mergepoint


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