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]

r186263 [1/2] - in /branches/gupc: ./ ChangeLog...


Author: gfunck
Date: Tue Apr 10 06:36:13 2012
New Revision: 186263

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186263
Log:
        Merge trunk version 186243 into gupc branch.
        Incorporates a powerpc 'ffi' fix.

Added:
    branches/gupc/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc
      - copied unchanged from r186244, trunk/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/function/10.cc
      - copied unchanged from r186244, trunk/libstdc++-v3/testsuite/20_util/function/10.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/
      - copied from r186244, trunk/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/
    branches/gupc/libstdc++-v3/testsuite/20_util/result_of/
      - copied from r186244, trunk/libstdc++-v3/testsuite/20_util/result_of/
    branches/gupc/libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/
      - copied from r186244, trunk/libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/
    branches/gupc/libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/
      - copied from r186244, trunk/libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/52476.cc
      - copied unchanged from r186244, trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/52476.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/52476.cc
      - copied unchanged from r186244, trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/52476.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/52591.cc
      - copied unchanged from r186244, trunk/libstdc++-v3/testsuite/23_containers/vector/52591.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/
      - copied from r186244, trunk/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/
Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/config/abi/post/sparc-linux-gnu/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/allocator/bitmap_allocator_base.h
    branches/gupc/libstdc++-v3/config/allocator/malloc_allocator_base.h
    branches/gupc/libstdc++-v3/config/allocator/mt_allocator_base.h
    branches/gupc/libstdc++-v3/config/allocator/new_allocator_base.h
    branches/gupc/libstdc++-v3/config/allocator/pool_allocator_base.h
    branches/gupc/libstdc++-v3/configure
    branches/gupc/libstdc++-v3/crossconfig.m4
    branches/gupc/libstdc++-v3/doc/Makefile.am
    branches/gupc/libstdc++-v3/doc/Makefile.in
    branches/gupc/libstdc++-v3/include/Makefile.am
    branches/gupc/libstdc++-v3/include/Makefile.in
    branches/gupc/libstdc++-v3/include/bits/allocator.h
    branches/gupc/libstdc++-v3/include/bits/deque.tcc
    branches/gupc/libstdc++-v3/include/bits/forward_list.h
    branches/gupc/libstdc++-v3/include/bits/hashtable.h
    branches/gupc/libstdc++-v3/include/bits/stl_list.h
    branches/gupc/libstdc++-v3/include/bits/stl_vector.h
    branches/gupc/libstdc++-v3/include/ext/new_allocator.h
    branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
    branches/gupc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
    branches/gupc/libstdc++-v3/include/std/array
    branches/gupc/libstdc++-v3/include/std/functional
    branches/gupc/libstdc++-v3/include/std/type_traits
    branches/gupc/libstdc++-v3/libsupc++/Makefile.am
    branches/gupc/libstdc++-v3/libsupc++/Makefile.in
    branches/gupc/libstdc++-v3/scripts/testsuite_flags.in
    branches/gupc/libstdc++-v3/src/Makefile.am
    branches/gupc/libstdc++-v3/src/Makefile.in
    branches/gupc/libstdc++-v3/src/c++11/Makefile.am
    branches/gupc/libstdc++-v3/src/c++11/Makefile.in
    branches/gupc/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc
    branches/gupc/libstdc++-v3/src/c++11/compatibility-c++0x.cc
    branches/gupc/libstdc++-v3/src/c++11/future.cc
    branches/gupc/libstdc++-v3/src/c++11/mutex.cc
    branches/gupc/libstdc++-v3/src/c++98/Makefile.am
    branches/gupc/libstdc++-v3/src/c++98/Makefile.in
    branches/gupc/libstdc++-v3/src/c++98/compatibility-ldbl.cc
    branches/gupc/libstdc++-v3/src/c++98/compatibility-list-2.cc
    branches/gupc/libstdc++-v3/src/c++98/compatibility-list.cc
    branches/gupc/libstdc++-v3/src/c++98/compatibility.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/31370.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    branches/gupc/libstdc++-v3/testsuite/Makefile.am
    branches/gupc/libstdc++-v3/testsuite/lib/libstdc++.exp

Changes in other areas also in this revision:
Added:
    branches/gupc/config/math.m4
      - copied unchanged from r186244, trunk/config/math.m4
    branches/gupc/gcc/ada/s-atopri.ads
      - copied unchanged from r186244, trunk/gcc/ada/s-atopri.ads
    branches/gupc/gcc/config/i386/biarchx32.h
      - copied unchanged from r186244, trunk/gcc/config/i386/biarchx32.h
    branches/gupc/gcc/config/rs6000/freebsd64.h
      - copied unchanged from r186244, trunk/gcc/config/rs6000/freebsd64.h
    branches/gupc/gcc/config/rs6000/t-freebsd64
      - copied unchanged from r186244, trunk/gcc/config/rs6000/t-freebsd64
    branches/gupc/gcc/config/vms/vms-f.c
      - copied unchanged from r186244, trunk/gcc/config/vms/vms-f.c
    branches/gupc/gcc/config/vms/vms-stdint.h
      - copied unchanged from r186244, trunk/gcc/config/vms/vms-stdint.h
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/auto32.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/cpp0x/auto32.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-52672.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-52672.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/initlist-array3.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/cpp0x/initlist-array3.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/initlist66.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/cpp0x/initlist66.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice7.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice7.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-warn4.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-warn4.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/noexcept17.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept17.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic-value1.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-value1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/
      - copied from r186244, trunk/gcc/testsuite/g++.dg/cpp1y/
    branches/gupc/gcc/testsuite/g++.dg/ext/attrib44.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/ext/attrib44.C
    branches/gupc/gcc/testsuite/g++.dg/ext/weak4.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/ext/weak4.C
    branches/gupc/gcc/testsuite/g++.dg/opt/pr52727.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/opt/pr52727.C
    branches/gupc/gcc/testsuite/g++.dg/overload/virtual2.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/overload/virtual2.C
    branches/gupc/gcc/testsuite/g++.dg/template/inherit8.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/template/inherit8.C
    branches/gupc/gcc/testsuite/g++.dg/template/qualified-id5.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/template/qualified-id5.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr51737.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/torture/pr51737.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr52638.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/torture/pr52638.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr52772.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/torture/pr52772.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wuseless-cast.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/warn/Wuseless-cast.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-5.C
      - copied unchanged from r186244, trunk/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-5.C
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr52750.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.c-torture/compile/pr52750.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr48814-1.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.c-torture/execute/pr48814-1.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr48814-2.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.c-torture/execute/pr48814-2.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr52760.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.c-torture/execute/pr52760.c
    branches/gupc/gcc/testsuite/gcc.dg/misaligned-expand-1.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.dg/misaligned-expand-1.c
    branches/gupc/gcc/testsuite/gcc.dg/misaligned-expand-3.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.dg/misaligned-expand-3.c
    branches/gupc/gcc/testsuite/gcc.dg/pr52691.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.dg/pr52691.c
    branches/gupc/gcc/testsuite/gcc.dg/pr52803.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.dg/pr52803.c
    branches/gupc/gcc/testsuite/gcc.dg/pr52808.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.dg/pr52808.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr52693.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.dg/torture/pr52693.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr52720.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.dg/torture/pr52720.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr52756.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.dg/torture/pr52756.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/assign-1.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.dg/tree-ssa/assign-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/assign-2.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.dg/tree-ssa/assign-2.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/assign-3.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.dg/tree-ssa/assign-3.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/scev-5.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.dg/tree-ssa/scev-5.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-29.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-29.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr52686.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/arm/pr52686.c
    branches/gupc/gcc/testsuite/gcc.target/arm/thumb-16bit-ops.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/arm/thumb-16bit-ops.c
    branches/gupc/gcc/testsuite/gcc.target/arm/thumb-ifcvt.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/arm/thumb-ifcvt.c
    branches/gupc/gcc/testsuite/gcc.target/avr/torture/addr-space-2-0.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/avr/torture/addr-space-2-0.c
    branches/gupc/gcc/testsuite/gcc.target/avr/torture/addr-space-2-1.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/avr/torture/addr-space-2-1.c
    branches/gupc/gcc/testsuite/gcc.target/avr/torture/addr-space-2-g.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/avr/torture/addr-space-2-g.c
    branches/gupc/gcc/testsuite/gcc.target/avr/torture/addr-space-2-x.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/avr/torture/addr-space-2-x.c
    branches/gupc/gcc/testsuite/gcc.target/avr/torture/addr-space-2.h
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/avr/torture/addr-space-2.h
    branches/gupc/gcc/testsuite/gcc.target/avr/torture/builtins-2.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/avr/torture/builtins-2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr52698.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/i386/pr52698.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr52736.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/i386/pr52736.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr52754.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/i386/pr52754.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr52882.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/i386/pr52882.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr52883.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/i386/pr52883.c
    branches/gupc/gcc/testsuite/gcc.target/sh/pr50751-1.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/sh/pr50751-1.c
    branches/gupc/gcc/testsuite/gcc.target/sh/pr50751-2.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/sh/pr50751-2.c
    branches/gupc/gcc/testsuite/gcc.target/sh/pr50751-3.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/sh/pr50751-3.c
    branches/gupc/gcc/testsuite/gcc.target/sh/prefetch.c
      - copied unchanged from r186244, trunk/gcc/testsuite/gcc.target/sh/prefetch.c
    branches/gupc/gcc/testsuite/gfortran.dg/function_optimize_11.f90
      - copied unchanged from r186244, trunk/gcc/testsuite/gfortran.dg/function_optimize_11.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pr52608.f90
      - copied unchanged from r186244, trunk/gcc/testsuite/gfortran.dg/pr52608.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pr52678.f
      - copied unchanged from r186244, trunk/gcc/testsuite/gfortran.dg/pr52678.f
    branches/gupc/gcc/testsuite/gfortran.dg/pr52701.f90
      - copied unchanged from r186244, trunk/gcc/testsuite/gfortran.dg/pr52701.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pr52835.f90
      - copied unchanged from r186244, trunk/gcc/testsuite/gfortran.dg/pr52835.f90
    branches/gupc/gcc/testsuite/gfortran.dg/proc_ptr_36.f90
      - copied unchanged from r186244, trunk/gcc/testsuite/gfortran.dg/proc_ptr_36.f90
    branches/gupc/gcc/testsuite/gfortran.dg/public_private_module_2.f90
      - copied unchanged from r186244, trunk/gcc/testsuite/gfortran.dg/public_private_module_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/use_only_6.f90
      - copied unchanged from r186244, trunk/gcc/testsuite/gfortran.dg/use_only_6.f90
    branches/gupc/gcc/testsuite/gnat.dg/concat2.adb
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/concat2.adb
    branches/gupc/gcc/testsuite/gnat.dg/concat2.ads
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/concat2.ads
    branches/gupc/gcc/testsuite/gnat.dg/controlled6.adb
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/controlled6.adb
    branches/gupc/gcc/testsuite/gnat.dg/controlled6_pkg-iterators.adb
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/controlled6_pkg-iterators.adb
    branches/gupc/gcc/testsuite/gnat.dg/controlled6_pkg-iterators.ads
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/controlled6_pkg-iterators.ads
    branches/gupc/gcc/testsuite/gnat.dg/controlled6_pkg.ads
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/controlled6_pkg.ads
    branches/gupc/gcc/testsuite/gnat.dg/pack16.adb
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/pack16.adb
    branches/gupc/gcc/testsuite/gnat.dg/pack16_pkg.ads
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/pack16_pkg.ads
    branches/gupc/gcc/testsuite/gnat.dg/pack17.adb
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/pack17.adb
    branches/gupc/gcc/testsuite/gnat.dg/pack18.adb
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/pack18.adb
    branches/gupc/gcc/testsuite/gnat.dg/pack18_pkg.ads
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/pack18_pkg.ads
    branches/gupc/gcc/testsuite/gnat.dg/specs/aggr5.ads
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/specs/aggr5.ads
    branches/gupc/gcc/testsuite/gnat.dg/specs/pack7.ads
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/specs/pack7.ads
    branches/gupc/gcc/testsuite/gnat.dg/specs/pack8.ads
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/specs/pack8.ads
    branches/gupc/gcc/testsuite/gnat.dg/specs/pack8_pkg.ads
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/specs/pack8_pkg.ads
    branches/gupc/gcc/testsuite/gnat.dg/vect7.adb
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/vect7.adb
    branches/gupc/gcc/testsuite/gnat.dg/vect7.ads
      - copied unchanged from r186244, trunk/gcc/testsuite/gnat.dg/vect7.ads
    branches/gupc/libgcc/config/rs6000/freebsd-unwind.h
      - copied unchanged from r186244, trunk/libgcc/config/rs6000/freebsd-unwind.h
    branches/gupc/libgcc/config/rs6000/t-freebsd64
      - copied unchanged from r186244, trunk/libgcc/config/rs6000/t-freebsd64
    branches/gupc/libgo/go/archive/zip/testdata/crc32-not-streamed.zip
      - copied unchanged from r186244, trunk/libgo/go/archive/zip/testdata/crc32-not-streamed.zip
    branches/gupc/libgo/go/archive/zip/testdata/go-no-datadesc-sig.zip
      - copied unchanged from r186244, trunk/libgo/go/archive/zip/testdata/go-no-datadesc-sig.zip
    branches/gupc/libgo/go/archive/zip/testdata/go-with-datadesc-sig.zip
      - copied unchanged from r186244, trunk/libgo/go/archive/zip/testdata/go-with-datadesc-sig.zip
    branches/gupc/libgo/go/crypto/x509/root.go
      - copied unchanged from r186244, trunk/libgo/go/crypto/x509/root.go
    branches/gupc/libgo/go/crypto/x509/root_darwin.go
      - copied unchanged from r186244, trunk/libgo/go/crypto/x509/root_darwin.go
    branches/gupc/libgo/go/crypto/x509/root_stub.go
      - copied unchanged from r186244, trunk/libgo/go/crypto/x509/root_stub.go
    branches/gupc/libgo/go/crypto/x509/root_unix.go
      - copied unchanged from r186244, trunk/libgo/go/crypto/x509/root_unix.go
    branches/gupc/libgo/go/crypto/x509/root_windows.go
      - copied unchanged from r186244, trunk/libgo/go/crypto/x509/root_windows.go
    branches/gupc/libgo/go/flag/example_test.go
      - copied unchanged from r186244, trunk/libgo/go/flag/example_test.go
    branches/gupc/libgo/go/fmt/export_test.go
      - copied unchanged from r186244, trunk/libgo/go/fmt/export_test.go
    branches/gupc/libgo/go/go/build/deps_test.go
      - copied unchanged from r186244, trunk/libgo/go/go/build/deps_test.go
    branches/gupc/libgo/go/go/parser/error_test.go
      - copied unchanged from r186244, trunk/libgo/go/go/parser/error_test.go
    branches/gupc/libgo/go/go/parser/short_test.go
      - copied unchanged from r186244, trunk/libgo/go/go/parser/short_test.go
    branches/gupc/libgo/go/go/parser/testdata/
      - copied from r186244, trunk/libgo/go/go/parser/testdata/
    branches/gupc/libgo/go/log/syslog/syslog_windows.go
      - copied unchanged from r186244, trunk/libgo/go/log/syslog/syslog_windows.go
    branches/gupc/libgo/go/os/error_test.go
      - copied unchanged from r186244, trunk/libgo/go/os/error_test.go
    branches/gupc/libgo/go/os/error_windows.go
      - copied unchanged from r186244, trunk/libgo/go/os/error_windows.go
    branches/gupc/libgo/go/path/filepath/symlink.go
      - copied unchanged from r186244, trunk/libgo/go/path/filepath/symlink.go
    branches/gupc/libgo/go/path/filepath/symlink_windows.go
      - copied unchanged from r186244, trunk/libgo/go/path/filepath/symlink_windows.go
    branches/gupc/libgo/go/runtime/compiler.go
      - copied unchanged from r186244, trunk/libgo/go/runtime/compiler.go
    branches/gupc/libgo/go/strconv/isprint.go
      - copied unchanged from r186244, trunk/libgo/go/strconv/isprint.go
    branches/gupc/libgo/go/strconv/makeisprint.go
      - copied unchanged from r186244, trunk/libgo/go/strconv/makeisprint.go
    branches/gupc/libgo/go/unicode/utf16/export_test.go
      - copied unchanged from r186244, trunk/libgo/go/unicode/utf16/export_test.go
    branches/gupc/libgomp/testsuite/libgomp.c/pr52547.c
      - copied unchanged from r186244, trunk/libgomp/testsuite/libgomp.c/pr52547.c
    branches/gupc/libjava/classpath/include/java_io_VMConsole.h
      - copied unchanged from r186244, trunk/libjava/classpath/include/java_io_VMConsole.h
    branches/gupc/libjava/classpath/java/io/Console.java
      - copied unchanged from r186244, trunk/libjava/classpath/java/io/Console.java
    branches/gupc/libjava/classpath/java/io/IOError.java
      - copied unchanged from r186244, trunk/libjava/classpath/java/io/IOError.java
    branches/gupc/libjava/classpath/lib/java/io/Console.class
      - copied unchanged from r186244, trunk/libjava/classpath/lib/java/io/Console.class
    branches/gupc/libjava/classpath/lib/java/io/IOError.class
      - copied unchanged from r186244, trunk/libjava/classpath/lib/java/io/IOError.class
    branches/gupc/libjava/classpath/lib/java/io/ObjectOutputStream$2.class
      - copied unchanged from r186244, trunk/libjava/classpath/lib/java/io/ObjectOutputStream$2.class
    branches/gupc/libjava/classpath/lib/java/io/VMConsole.class
      - copied unchanged from r186244, trunk/libjava/classpath/lib/java/io/VMConsole.class
    branches/gupc/libjava/classpath/lib/java/nio/channels/spi/SelectorProvider$1.class
      - copied unchanged from r186244, trunk/libjava/classpath/lib/java/nio/channels/spi/SelectorProvider$1.class
    branches/gupc/libjava/classpath/lib/java/security/KeyStore$1.class
      - copied unchanged from r186244, trunk/libjava/classpath/lib/java/security/KeyStore$1.class
    branches/gupc/libjava/classpath/native/jni/java-io/java_io_VMConsole.c
      - copied unchanged from r186244, trunk/libjava/classpath/native/jni/java-io/java_io_VMConsole.c
    branches/gupc/libjava/classpath/resource/gnu/javax/print/MessagesBundle.properties
      - copied unchanged from r186244, trunk/libjava/classpath/resource/gnu/javax/print/MessagesBundle.properties
    branches/gupc/libjava/classpath/resource/gnu/javax/print/MessagesBundle_de.properties
      - copied unchanged from r186244, trunk/libjava/classpath/resource/gnu/javax/print/MessagesBundle_de.properties
    branches/gupc/libjava/classpath/tools/resource/gnu/classpath/tools/common/messages.properties
      - copied unchanged from r186244, trunk/libjava/classpath/tools/resource/gnu/classpath/tools/common/messages.properties
    branches/gupc/libjava/classpath/tools/resource/gnu/classpath/tools/getopt/messages.properties
      - copied unchanged from r186244, trunk/libjava/classpath/tools/resource/gnu/classpath/tools/getopt/messages.properties
    branches/gupc/libjava/classpath/vm/reference/java/io/VMConsole.java
      - copied unchanged from r186244, trunk/libjava/classpath/vm/reference/java/io/VMConsole.java
    branches/gupc/libjava/java/io/Console.h
      - copied unchanged from r186244, trunk/libjava/java/io/Console.h
    branches/gupc/libjava/java/io/IOError.h
      - copied unchanged from r186244, trunk/libjava/java/io/IOError.h
    branches/gupc/libjava/java/io/ObjectOutputStream$2.h
      - copied unchanged from r186244, trunk/libjava/java/io/ObjectOutputStream$2.h
    branches/gupc/libjava/java/io/VMConsole.h
      - copied unchanged from r186244, trunk/libjava/java/io/VMConsole.h
    branches/gupc/libjava/java/io/VMConsole.java
      - copied unchanged from r186244, trunk/libjava/java/io/VMConsole.java
    branches/gupc/libjava/java/io/natVMConsole.cc
      - copied unchanged from r186244, trunk/libjava/java/io/natVMConsole.cc
    branches/gupc/libjava/java/nio/channels/spi/SelectorProvider$1.h
      - copied unchanged from r186244, trunk/libjava/java/nio/channels/spi/SelectorProvider$1.h
    branches/gupc/libjava/java/security/KeyStore$1.h
      - copied unchanged from r186244, trunk/libjava/java/security/KeyStore$1.h
Removed:
    branches/gupc/gcc/ada/hlo.adb
    branches/gupc/gcc/ada/hlo.ads
    branches/gupc/gcc/config/avr/multilib.h
    branches/gupc/gcc/dse.h
    branches/gupc/gcc/testsuite/gcc.target/sh/sh2a-prefetch.c
    branches/gupc/gcc/testsuite/gcc.target/sh/sh4a-cos.c
    branches/gupc/gcc/testsuite/gcc.target/sh/sh4a-sin.c
    branches/gupc/gcc/testsuite/gcc.target/sh/sh4a-sincos.c
    branches/gupc/libgo/go/archive/zip/testdata/r.zip
    branches/gupc/libgo/go/crypto/tls/root_darwin.go
    branches/gupc/libgo/go/crypto/tls/root_stub.go
    branches/gupc/libgo/go/crypto/tls/root_unix.go
    branches/gupc/libgo/go/crypto/tls/root_windows.go
    branches/gupc/libgo/go/exp/wingui/
    branches/gupc/libjava/classpath/lib/javax/xml/stream/util/ReaderDelegate.class
    branches/gupc/libjava/classpath/resource/gnu/javax/print/PrinterDialog.properties
    branches/gupc/libjava/classpath/resource/gnu/javax/print/PrinterDialog_de.properties
    branches/gupc/libjava/classpath/tools/resource/gnu/classpath/tools/common/Messages.properties
    branches/gupc/libjava/classpath/tools/resource/gnu/classpath/tools/getopt/Messages.properties
    branches/gupc/libjava/javax/xml/stream/util/ReaderDelegate.h
Modified:
    branches/gupc/   (props changed)
    branches/gupc/ChangeLog
    branches/gupc/config/ChangeLog
    branches/gupc/config/mmap.m4
    branches/gupc/contrib/ChangeLog
    branches/gupc/contrib/dg-extract-results.sh
    branches/gupc/contrib/gcc_update
    branches/gupc/fixincludes/ChangeLog
    branches/gupc/fixincludes/fixincl.x
    branches/gupc/fixincludes/inclhack.def
    branches/gupc/fixincludes/tests/base/malloc.h
    branches/gupc/fixincludes/tests/base/pthread.h
    branches/gupc/gcc/ChangeLog
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/Makefile.in
    branches/gupc/gcc/acinclude.m4
    branches/gupc/gcc/aclocal.m4
    branches/gupc/gcc/ada/ChangeLog
    branches/gupc/gcc/ada/Makefile.rtl
    branches/gupc/gcc/ada/ali.adb
    branches/gupc/gcc/ada/ali.ads
    branches/gupc/gcc/ada/alloc.ads
    branches/gupc/gcc/ada/atree.adb
    branches/gupc/gcc/ada/atree.ads
    branches/gupc/gcc/ada/bindgen.adb
    branches/gupc/gcc/ada/csinfo.adb
    branches/gupc/gcc/ada/debug.adb
    branches/gupc/gcc/ada/einfo.adb
    branches/gupc/gcc/ada/einfo.ads
    branches/gupc/gcc/ada/exp_attr.adb
    branches/gupc/gcc/ada/exp_ch3.adb
    branches/gupc/gcc/ada/exp_ch4.adb
    branches/gupc/gcc/ada/exp_ch5.adb
    branches/gupc/gcc/ada/exp_ch7.adb
    branches/gupc/gcc/ada/exp_ch9.adb
    branches/gupc/gcc/ada/exp_pakd.adb
    branches/gupc/gcc/ada/exp_util.adb
    branches/gupc/gcc/ada/exp_util.ads
    branches/gupc/gcc/ada/freeze.adb
    branches/gupc/gcc/ada/g-expect.adb
    branches/gupc/gcc/ada/g-sse.ads
    branches/gupc/gcc/ada/gcc-interface/Make-lang.in
    branches/gupc/gcc/ada/gcc-interface/Makefile.in
    branches/gupc/gcc/ada/gcc-interface/decl.c
    branches/gupc/gcc/ada/gcc-interface/gigi.h
    branches/gupc/gcc/ada/gcc-interface/utils.c
    branches/gupc/gcc/ada/gnat1drv.adb
    branches/gupc/gcc/ada/gnat_rm.texi
    branches/gupc/gcc/ada/gnat_ugn.texi
    branches/gupc/gcc/ada/lib-writ.adb
    branches/gupc/gcc/ada/lib-xref-alfa.adb
    branches/gupc/gcc/ada/lib-xref.adb
    branches/gupc/gcc/ada/lib-xref.ads
    branches/gupc/gcc/ada/make.adb
    branches/gupc/gcc/ada/opt.ads
    branches/gupc/gcc/ada/osint.adb
    branches/gupc/gcc/ada/osint.ads
    branches/gupc/gcc/ada/par-ch4.adb
    branches/gupc/gcc/ada/prj-attr.adb
    branches/gupc/gcc/ada/prj-nmsc.adb
    branches/gupc/gcc/ada/prj.adb
    branches/gupc/gcc/ada/prj.ads
    branches/gupc/gcc/ada/put_alfa.adb
    branches/gupc/gcc/ada/rtsfind.ads
    branches/gupc/gcc/ada/scng.adb
    branches/gupc/gcc/ada/sem.adb
    branches/gupc/gcc/ada/sem.ads
    branches/gupc/gcc/ada/sem_attr.adb
    branches/gupc/gcc/ada/sem_attr.ads
    branches/gupc/gcc/ada/sem_ch10.adb
    branches/gupc/gcc/ada/sem_ch12.adb
    branches/gupc/gcc/ada/sem_ch3.adb
    branches/gupc/gcc/ada/sem_ch4.adb
    branches/gupc/gcc/ada/sem_ch5.adb
    branches/gupc/gcc/ada/sem_ch5.ads
    branches/gupc/gcc/ada/sem_ch6.adb
    branches/gupc/gcc/ada/sem_elab.adb
    branches/gupc/gcc/ada/sem_prag.adb
    branches/gupc/gcc/ada/sem_res.adb
    branches/gupc/gcc/ada/sem_util.adb
    branches/gupc/gcc/ada/sem_util.ads
    branches/gupc/gcc/ada/sinfo.adb
    branches/gupc/gcc/ada/sinfo.ads
    branches/gupc/gcc/ada/snames.ads-tmpl
    branches/gupc/gcc/ada/style.adb
    branches/gupc/gcc/ada/switch-c.adb
    branches/gupc/gcc/ada/ug_words
    branches/gupc/gcc/basic-block.h
    branches/gupc/gcc/bb-reorder.c
    branches/gupc/gcc/builtins.c
    branches/gupc/gcc/c-family/ChangeLog
    branches/gupc/gcc/c-family/c-common.c
    branches/gupc/gcc/c-family/c-common.h
    branches/gupc/gcc/c-family/c-cppbuiltin.c
    branches/gupc/gcc/c-family/c-lex.c
    branches/gupc/gcc/c-family/c-opts.c
    branches/gupc/gcc/c-family/c-pretty-print.c
    branches/gupc/gcc/c-family/c.opt
    branches/gupc/gcc/calls.c
    branches/gupc/gcc/cfganal.c
    branches/gupc/gcc/cfgcleanup.c
    branches/gupc/gcc/cfgexpand.c
    branches/gupc/gcc/cfghooks.c
    branches/gupc/gcc/cfgloop.c
    branches/gupc/gcc/cfgloopmanip.c
    branches/gupc/gcc/cfgrtl.c
    branches/gupc/gcc/cgraph.c
    branches/gupc/gcc/cgraph.h
    branches/gupc/gcc/cgraphbuild.c
    branches/gupc/gcc/cgraphunit.c
    branches/gupc/gcc/combine-stack-adj.c
    branches/gupc/gcc/combine.c
    branches/gupc/gcc/config.gcc
    branches/gupc/gcc/config.host
    branches/gupc/gcc/config/alpha/alpha.c
    branches/gupc/gcc/config/alpha/alpha.h
    branches/gupc/gcc/config/alpha/elf.h
    branches/gupc/gcc/config/alpha/vms.h
    branches/gupc/gcc/config/arm/arm.c
    branches/gupc/gcc/config/arm/arm.h
    branches/gupc/gcc/config/arm/arm.md
    branches/gupc/gcc/config/arm/arm.opt
    branches/gupc/gcc/config/arm/neon-testgen.ml
    branches/gupc/gcc/config/arm/neon.md
    branches/gupc/gcc/config/arm/neon.ml
    branches/gupc/gcc/config/arm/predicates.md
    branches/gupc/gcc/config/arm/thumb2.md
    branches/gupc/gcc/config/avr/avr-c.c
    branches/gupc/gcc/config/avr/avr-protos.h
    branches/gupc/gcc/config/avr/avr.c
    branches/gupc/gcc/config/avr/avr.h
    branches/gupc/gcc/config/avr/avr.md
    branches/gupc/gcc/config/avr/avr.opt
    branches/gupc/gcc/config/avr/driver-avr.c
    branches/gupc/gcc/config/avr/genmultilib.awk
    branches/gupc/gcc/config/avr/t-avr
    branches/gupc/gcc/config/avr/t-multilib
    branches/gupc/gcc/config/cris/linux.opt
    branches/gupc/gcc/config/h8300/h8300-protos.h
    branches/gupc/gcc/config/h8300/h8300.c
    branches/gupc/gcc/config/h8300/h8300.md
    branches/gupc/gcc/config/h8300/h8300.opt
    branches/gupc/gcc/config/i386/athlon.md
    branches/gupc/gcc/config/i386/biarch64.h
    branches/gupc/gcc/config/i386/constraints.md
    branches/gupc/gcc/config/i386/gnu-user64.h
    branches/gupc/gcc/config/i386/i386-protos.h
    branches/gupc/gcc/config/i386/i386.c
    branches/gupc/gcc/config/i386/i386.h
    branches/gupc/gcc/config/i386/i386.md
    branches/gupc/gcc/config/i386/i386.opt
    branches/gupc/gcc/config/i386/mmx.md
    branches/gupc/gcc/config/i386/pentium.md
    branches/gupc/gcc/config/i386/predicates.md
    branches/gupc/gcc/config/i386/sse.md
    branches/gupc/gcc/config/i386/sync.md
    branches/gupc/gcc/config/ia64/ia64.c
    branches/gupc/gcc/config/ia64/ia64.h
    branches/gupc/gcc/config/ia64/ia64.md
    branches/gupc/gcc/config/ia64/vms.h
    branches/gupc/gcc/config/linux-android.h
    branches/gupc/gcc/config/m68k/m68k.opt
    branches/gupc/gcc/config/mep/mep.opt
    branches/gupc/gcc/config/mips/mips-cpus.def
    branches/gupc/gcc/config/mips/mips-tables.opt
    branches/gupc/gcc/config/mips/mips.c
    branches/gupc/gcc/config/mips/mips.h
    branches/gupc/gcc/config/mips/mips.md
    branches/gupc/gcc/config/pa/pa-hpux.opt
    branches/gupc/gcc/config/pa/pa64-hpux.opt
    branches/gupc/gcc/config/picochip/picochip.opt
    branches/gupc/gcc/config/rs6000/freebsd.h
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/rs6000/sysv4.h
    branches/gupc/gcc/config/rs6000/sysv4.opt
    branches/gupc/gcc/config/sh/constraints.md
    branches/gupc/gcc/config/sh/predicates.md
    branches/gupc/gcc/config/sh/sh-protos.h
    branches/gupc/gcc/config/sh/sh.c
    branches/gupc/gcc/config/sh/sh.h
    branches/gupc/gcc/config/sh/sh.md
    branches/gupc/gcc/config/sh/sh.opt
    branches/gupc/gcc/config/sh/t-sh
    branches/gupc/gcc/config/sparc/long-double-switch.opt
    branches/gupc/gcc/config/sparc/sparc.c
    branches/gupc/gcc/config/sparc/sparc.h
    branches/gupc/gcc/config/sparc/sparc.opt
    branches/gupc/gcc/config/v850/v850.opt
    branches/gupc/gcc/config/vax/vax.opt
    branches/gupc/gcc/config/vms/make-crtlmap.awk
    branches/gupc/gcc/config/vms/t-vms
    branches/gupc/gcc/config/vms/vms-c.c
    branches/gupc/gcc/config/vms/vms-crtlmap.map
    branches/gupc/gcc/config/vms/vms-protos.h
    branches/gupc/gcc/config/vms/vms.c
    branches/gupc/gcc/config/vms/vms.h
    branches/gupc/gcc/configure
    branches/gupc/gcc/configure.ac
    branches/gupc/gcc/cp/ChangeLog
    branches/gupc/gcc/cp/call.c
    branches/gupc/gcc/cp/class.c
    branches/gupc/gcc/cp/cp-tree.h
    branches/gupc/gcc/cp/decl.c
    branches/gupc/gcc/cp/decl2.c
    branches/gupc/gcc/cp/init.c
    branches/gupc/gcc/cp/lex.c
    branches/gupc/gcc/cp/mangle.c
    branches/gupc/gcc/cp/method.c
    branches/gupc/gcc/cp/parser.c
    branches/gupc/gcc/cp/pt.c
    branches/gupc/gcc/cp/rtti.c
    branches/gupc/gcc/cp/search.c
    branches/gupc/gcc/cp/semantics.c
    branches/gupc/gcc/cp/tree.c
    branches/gupc/gcc/cp/typeck.c
    branches/gupc/gcc/cp/typeck2.c
    branches/gupc/gcc/cprop.c
    branches/gupc/gcc/cse.c
    branches/gupc/gcc/defaults.h
    branches/gupc/gcc/doc/extend.texi
    branches/gupc/gcc/doc/install.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/doc/options.texi
    branches/gupc/gcc/doc/rtl.texi
    branches/gupc/gcc/doc/tm.texi
    branches/gupc/gcc/doc/tm.texi.in
    branches/gupc/gcc/double-int.c
    branches/gupc/gcc/double-int.h
    branches/gupc/gcc/dse.c
    branches/gupc/gcc/dwarf2out.c
    branches/gupc/gcc/emit-rtl.c
    branches/gupc/gcc/except.c
    branches/gupc/gcc/except.h
    branches/gupc/gcc/explow.c
    branches/gupc/gcc/expmed.c
    branches/gupc/gcc/expr.c
    branches/gupc/gcc/fold-const.c
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/error.c
    branches/gupc/gcc/fortran/frontend-passes.c
    branches/gupc/gcc/fortran/gfortran.h
    branches/gupc/gcc/fortran/match.c
    branches/gupc/gcc/fortran/module.c
    branches/gupc/gcc/fortran/parse.c
    branches/gupc/gcc/fortran/trans-decl.c
    branches/gupc/gcc/fortran/trans-intrinsic.c
    branches/gupc/gcc/function.c
    branches/gupc/gcc/ggc-page.c
    branches/gupc/gcc/gimple-fold.c
    branches/gupc/gcc/gimple-iterator.c
    branches/gupc/gcc/gimple.c
    branches/gupc/gcc/gimple.h
    branches/gupc/gcc/gimplify.c
    branches/gupc/gcc/go/gofrontend/expressions.cc
    branches/gupc/gcc/go/gofrontend/expressions.h
    branches/gupc/gcc/go/gofrontend/gogo.cc
    branches/gupc/gcc/go/gofrontend/parse.cc
    branches/gupc/gcc/go/gofrontend/statements.cc
    branches/gupc/gcc/go/gofrontend/types.cc
    branches/gupc/gcc/go/gofrontend/types.h
    branches/gupc/gcc/go/gofrontend/unsafe.cc
    branches/gupc/gcc/integrate.c
    branches/gupc/gcc/ipa-inline-transform.c
    branches/gupc/gcc/ipa.c
    branches/gupc/gcc/ira-color.c
    branches/gupc/gcc/java/ChangeLog
    branches/gupc/gcc/java/class.c
    branches/gupc/gcc/loop-init.c
    branches/gupc/gcc/lto/ChangeLog
    branches/gupc/gcc/lto/lto-lang.c
    branches/gupc/gcc/objc/ChangeLog
    branches/gupc/gcc/objc/objc-act.c
    branches/gupc/gcc/objc/objc-gnu-runtime-abi-01.c
    branches/gupc/gcc/objc/objc-next-runtime-abi-01.c
    branches/gupc/gcc/objc/objc-next-runtime-abi-02.c
    branches/gupc/gcc/omp-low.c
    branches/gupc/gcc/opth-gen.awk
    branches/gupc/gcc/passes.c
    branches/gupc/gcc/po/ChangeLog
    branches/gupc/gcc/po/be.po
    branches/gupc/gcc/po/da.po
    branches/gupc/gcc/po/de.po
    branches/gupc/gcc/po/el.po
    branches/gupc/gcc/po/es.po
    branches/gupc/gcc/po/fi.po
    branches/gupc/gcc/po/fr.po
    branches/gupc/gcc/po/gcc.pot
    branches/gupc/gcc/po/id.po
    branches/gupc/gcc/po/ja.po
    branches/gupc/gcc/po/nl.po
    branches/gupc/gcc/po/ru.po
    branches/gupc/gcc/po/sr.po
    branches/gupc/gcc/po/sv.po
    branches/gupc/gcc/po/tr.po
    branches/gupc/gcc/po/vi.po
    branches/gupc/gcc/po/zh_CN.po
    branches/gupc/gcc/po/zh_TW.po
    branches/gupc/gcc/print-tree.c
    branches/gupc/gcc/reload1.c
    branches/gupc/gcc/rtl.h
    branches/gupc/gcc/simplify-rtx.c
    branches/gupc/gcc/stor-layout.c
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/auto18.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/auto3.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/noexcept01.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/trailing2.C
    branches/gupc/gcc/testsuite/g++.dg/eh/ctor1.C
    branches/gupc/gcc/testsuite/g++.dg/eh/init-temp1.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/pr38639.C
    branches/gupc/gcc/testsuite/g++.dg/tree-ssa/ehcleanup-1.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C
    branches/gupc/gcc/testsuite/g++.dg/warn/pr23075.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.eh/cleanup1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/spec22.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/spec40.C
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-sra-2.c
    branches/gupc/gcc/testsuite/gcc.dg/misaligned-expand-2.c
    branches/gupc/gcc/testsuite/gcc.dg/pr49994-3.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr48124-1.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr48124-4.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr52530.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/scev-3.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/scev-4.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect.exp
    branches/gupc/gcc/testsuite/gcc.target/arm/neon/vgetQ_lanes64.c
    branches/gupc/gcc/testsuite/gcc.target/arm/neon/vgetQ_laneu64.c
    branches/gupc/gcc/testsuite/gcc.target/avr/progmem.h
    branches/gupc/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp
    branches/gupc/gcc/testsuite/gcc.target/i386/pr28946.c
    branches/gupc/gcc/testsuite/gfortran.dg/allocate_alloc_opt_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/allocate_class_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/allocate_with_typespec_4.f90
    branches/gupc/gcc/testsuite/gfortran.dg/deallocate_alloc_opt_1.f90
    branches/gupc/gcc/testsuite/lib/fortran-modules.exp
    branches/gupc/gcc/testsuite/lib/target-supports.exp
    branches/gupc/gcc/toplev.c
    branches/gupc/gcc/tracer.c
    branches/gupc/gcc/trans-mem.c
    branches/gupc/gcc/tree-affine.c
    branches/gupc/gcc/tree-affine.h
    branches/gupc/gcc/tree-cfg.c
    branches/gupc/gcc/tree-cfgcleanup.c
    branches/gupc/gcc/tree-data-ref.c
    branches/gupc/gcc/tree-data-ref.h
    branches/gupc/gcc/tree-eh.c
    branches/gupc/gcc/tree-flow.h
    branches/gupc/gcc/tree-inline.c
    branches/gupc/gcc/tree-mudflap.c
    branches/gupc/gcc/tree-nested.c
    branches/gupc/gcc/tree-nrv.c
    branches/gupc/gcc/tree-pass.h
    branches/gupc/gcc/tree-pretty-print.c
    branches/gupc/gcc/tree-pretty-print.h
    branches/gupc/gcc/tree-scalar-evolution.c
    branches/gupc/gcc/tree-sra.c
    branches/gupc/gcc/tree-ssa-ccp.c
    branches/gupc/gcc/tree-ssa-dom.c
    branches/gupc/gcc/tree-ssa-dse.c
    branches/gupc/gcc/tree-ssa-forwprop.c
    branches/gupc/gcc/tree-ssa-loop.c
    branches/gupc/gcc/tree-ssa-math-opts.c
    branches/gupc/gcc/tree-ssa-operands.c
    branches/gupc/gcc/tree-ssa-pre.c
    branches/gupc/gcc/tree-ssa-threadupdate.c
    branches/gupc/gcc/tree-ssanames.c
    branches/gupc/gcc/tree-streamer-in.c
    branches/gupc/gcc/tree-streamer-out.c
    branches/gupc/gcc/tree-streamer.c
    branches/gupc/gcc/tree-vect-data-refs.c
    branches/gupc/gcc/tree-vect-generic.c
    branches/gupc/gcc/tree-vect-loop-manip.c
    branches/gupc/gcc/tree-vect-loop.c
    branches/gupc/gcc/tree-vect-slp.c
    branches/gupc/gcc/tree-vect-stmts.c
    branches/gupc/gcc/tree-vectorizer.h
    branches/gupc/gcc/tree.c
    branches/gupc/gcc/tree.def
    branches/gupc/gcc/tree.h
    branches/gupc/gcc/varasm.c
    branches/gupc/gcc/varpool.c
    branches/gupc/libcpp/ChangeLog
    branches/gupc/libcpp/lex.c
    branches/gupc/libcpp/po/ChangeLog
    branches/gupc/libcpp/po/cpplib.pot
    branches/gupc/libcpp/po/ja.po
    branches/gupc/libffi/ChangeLog
    branches/gupc/libffi/src/powerpc/ffi.c
    branches/gupc/libffi/src/sparc/v9.S
    branches/gupc/libffi/src/x86/ffi.c
    branches/gupc/libffi/src/x86/win32.S
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/config.host
    branches/gupc/libgcc/config/arm/lib1funcs.S
    branches/gupc/libgcc/config/arm/t-elf
    branches/gupc/libgcc/config/arm/t-linux
    branches/gupc/libgcc/config/arm/t-strongarm-elf
    branches/gupc/libgcc/config/arm/t-symbian
    branches/gupc/libgcc/config/arm/t-vxworks
    branches/gupc/libgcc/config/arm/t-wince-pe
    branches/gupc/libgcc/config/avr/lib1funcs.S
    branches/gupc/libgcc/config/i386/linux-unwind.h
    branches/gupc/libgcc/config/ia64/fde-glibc.c
    branches/gupc/libgcc/config/ia64/fde-vms.c
    branches/gupc/libgcc/config/ia64/unwind-ia64.c
    branches/gupc/libgcc/config/ia64/unwind-ia64.h
    branches/gupc/libgcc/config/ia64/vms-unwind.h
    branches/gupc/libgcc/config/vms/t-vms
    branches/gupc/libgcc/config/vms/vms-ucrt0.c
    branches/gupc/libgcc/libgcov.c
    branches/gupc/libgfortran/ChangeLog
    branches/gupc/libgfortran/Makefile.am
    branches/gupc/libgfortran/Makefile.in
    branches/gupc/libgfortran/acinclude.m4
    branches/gupc/libgfortran/config.h.in
    branches/gupc/libgfortran/configure
    branches/gupc/libgfortran/configure.ac
    branches/gupc/libgfortran/generated/all_l1.c
    branches/gupc/libgfortran/generated/all_l16.c
    branches/gupc/libgfortran/generated/all_l2.c
    branches/gupc/libgfortran/generated/all_l4.c
    branches/gupc/libgfortran/generated/all_l8.c
    branches/gupc/libgfortran/generated/any_l1.c
    branches/gupc/libgfortran/generated/any_l16.c
    branches/gupc/libgfortran/generated/any_l2.c
    branches/gupc/libgfortran/generated/any_l4.c
    branches/gupc/libgfortran/generated/any_l8.c
    branches/gupc/libgfortran/generated/bessel_r10.c
    branches/gupc/libgfortran/generated/bessel_r16.c
    branches/gupc/libgfortran/generated/bessel_r4.c
    branches/gupc/libgfortran/generated/bessel_r8.c
    branches/gupc/libgfortran/generated/count_16_l.c
    branches/gupc/libgfortran/generated/count_1_l.c
    branches/gupc/libgfortran/generated/count_2_l.c
    branches/gupc/libgfortran/generated/count_4_l.c
    branches/gupc/libgfortran/generated/count_8_l.c
    branches/gupc/libgfortran/generated/cshift1_16.c
    branches/gupc/libgfortran/generated/cshift1_4.c
    branches/gupc/libgfortran/generated/cshift1_8.c
    branches/gupc/libgfortran/generated/eoshift1_16.c
    branches/gupc/libgfortran/generated/eoshift1_4.c
    branches/gupc/libgfortran/generated/eoshift1_8.c
    branches/gupc/libgfortran/generated/eoshift3_16.c
    branches/gupc/libgfortran/generated/eoshift3_4.c
    branches/gupc/libgfortran/generated/eoshift3_8.c
    branches/gupc/libgfortran/generated/iall_i1.c
    branches/gupc/libgfortran/generated/iall_i16.c
    branches/gupc/libgfortran/generated/iall_i2.c
    branches/gupc/libgfortran/generated/iall_i4.c
    branches/gupc/libgfortran/generated/iall_i8.c
    branches/gupc/libgfortran/generated/iany_i1.c
    branches/gupc/libgfortran/generated/iany_i16.c
    branches/gupc/libgfortran/generated/iany_i2.c
    branches/gupc/libgfortran/generated/iany_i4.c
    branches/gupc/libgfortran/generated/iany_i8.c
    branches/gupc/libgfortran/generated/in_pack_c10.c
    branches/gupc/libgfortran/generated/in_pack_c16.c
    branches/gupc/libgfortran/generated/in_pack_c4.c
    branches/gupc/libgfortran/generated/in_pack_c8.c
    branches/gupc/libgfortran/generated/in_pack_i1.c
    branches/gupc/libgfortran/generated/in_pack_i16.c
    branches/gupc/libgfortran/generated/in_pack_i2.c
    branches/gupc/libgfortran/generated/in_pack_i4.c
    branches/gupc/libgfortran/generated/in_pack_i8.c
    branches/gupc/libgfortran/generated/in_pack_r10.c
    branches/gupc/libgfortran/generated/in_pack_r16.c
    branches/gupc/libgfortran/generated/in_pack_r4.c
    branches/gupc/libgfortran/generated/in_pack_r8.c
    branches/gupc/libgfortran/generated/iparity_i1.c
    branches/gupc/libgfortran/generated/iparity_i16.c
    branches/gupc/libgfortran/generated/iparity_i2.c
    branches/gupc/libgfortran/generated/iparity_i4.c
    branches/gupc/libgfortran/generated/iparity_i8.c
    branches/gupc/libgfortran/generated/matmul_c10.c
    branches/gupc/libgfortran/generated/matmul_c16.c
    branches/gupc/libgfortran/generated/matmul_c4.c
    branches/gupc/libgfortran/generated/matmul_c8.c
    branches/gupc/libgfortran/generated/matmul_i1.c
    branches/gupc/libgfortran/generated/matmul_i16.c
    branches/gupc/libgfortran/generated/matmul_i2.c
    branches/gupc/libgfortran/generated/matmul_i4.c
    branches/gupc/libgfortran/generated/matmul_i8.c
    branches/gupc/libgfortran/generated/matmul_l16.c
    branches/gupc/libgfortran/generated/matmul_l4.c
    branches/gupc/libgfortran/generated/matmul_l8.c
    branches/gupc/libgfortran/generated/matmul_r10.c
    branches/gupc/libgfortran/generated/matmul_r16.c
    branches/gupc/libgfortran/generated/matmul_r4.c
    branches/gupc/libgfortran/generated/matmul_r8.c
    branches/gupc/libgfortran/generated/maxloc0_16_i1.c
    branches/gupc/libgfortran/generated/maxloc0_16_i16.c
    branches/gupc/libgfortran/generated/maxloc0_16_i2.c
    branches/gupc/libgfortran/generated/maxloc0_16_i4.c
    branches/gupc/libgfortran/generated/maxloc0_16_i8.c
    branches/gupc/libgfortran/generated/maxloc0_16_r10.c
    branches/gupc/libgfortran/generated/maxloc0_16_r16.c
    branches/gupc/libgfortran/generated/maxloc0_16_r4.c
    branches/gupc/libgfortran/generated/maxloc0_16_r8.c
    branches/gupc/libgfortran/generated/maxloc0_4_i1.c
    branches/gupc/libgfortran/generated/maxloc0_4_i16.c
    branches/gupc/libgfortran/generated/maxloc0_4_i2.c
    branches/gupc/libgfortran/generated/maxloc0_4_i4.c
    branches/gupc/libgfortran/generated/maxloc0_4_i8.c
    branches/gupc/libgfortran/generated/maxloc0_4_r10.c
    branches/gupc/libgfortran/generated/maxloc0_4_r16.c
    branches/gupc/libgfortran/generated/maxloc0_4_r4.c
    branches/gupc/libgfortran/generated/maxloc0_4_r8.c
    branches/gupc/libgfortran/generated/maxloc0_8_i1.c
    branches/gupc/libgfortran/generated/maxloc0_8_i16.c
    branches/gupc/libgfortran/generated/maxloc0_8_i2.c
    branches/gupc/libgfortran/generated/maxloc0_8_i4.c
    branches/gupc/libgfortran/generated/maxloc0_8_i8.c
    branches/gupc/libgfortran/generated/maxloc0_8_r10.c
    branches/gupc/libgfortran/generated/maxloc0_8_r16.c
    branches/gupc/libgfortran/generated/maxloc0_8_r4.c
    branches/gupc/libgfortran/generated/maxloc0_8_r8.c
    branches/gupc/libgfortran/generated/maxloc1_16_i1.c
    branches/gupc/libgfortran/generated/maxloc1_16_i16.c
    branches/gupc/libgfortran/generated/maxloc1_16_i2.c
    branches/gupc/libgfortran/generated/maxloc1_16_i4.c
    branches/gupc/libgfortran/generated/maxloc1_16_i8.c
    branches/gupc/libgfortran/generated/maxloc1_16_r10.c
    branches/gupc/libgfortran/generated/maxloc1_16_r16.c
    branches/gupc/libgfortran/generated/maxloc1_16_r4.c
    branches/gupc/libgfortran/generated/maxloc1_16_r8.c
    branches/gupc/libgfortran/generated/maxloc1_4_i1.c
    branches/gupc/libgfortran/generated/maxloc1_4_i16.c
    branches/gupc/libgfortran/generated/maxloc1_4_i2.c
    branches/gupc/libgfortran/generated/maxloc1_4_i4.c
    branches/gupc/libgfortran/generated/maxloc1_4_i8.c
    branches/gupc/libgfortran/generated/maxloc1_4_r10.c
    branches/gupc/libgfortran/generated/maxloc1_4_r16.c
    branches/gupc/libgfortran/generated/maxloc1_4_r4.c
    branches/gupc/libgfortran/generated/maxloc1_4_r8.c
    branches/gupc/libgfortran/generated/maxloc1_8_i1.c
    branches/gupc/libgfortran/generated/maxloc1_8_i16.c
    branches/gupc/libgfortran/generated/maxloc1_8_i2.c
    branches/gupc/libgfortran/generated/maxloc1_8_i4.c
    branches/gupc/libgfortran/generated/maxloc1_8_i8.c
    branches/gupc/libgfortran/generated/maxloc1_8_r10.c
    branches/gupc/libgfortran/generated/maxloc1_8_r16.c
    branches/gupc/libgfortran/generated/maxloc1_8_r4.c
    branches/gupc/libgfortran/generated/maxloc1_8_r8.c
    branches/gupc/libgfortran/generated/maxval_i1.c
    branches/gupc/libgfortran/generated/maxval_i16.c
    branches/gupc/libgfortran/generated/maxval_i2.c
    branches/gupc/libgfortran/generated/maxval_i4.c
    branches/gupc/libgfortran/generated/maxval_i8.c
    branches/gupc/libgfortran/generated/maxval_r10.c
    branches/gupc/libgfortran/generated/maxval_r16.c
    branches/gupc/libgfortran/generated/maxval_r4.c
    branches/gupc/libgfortran/generated/maxval_r8.c
    branches/gupc/libgfortran/generated/minloc0_16_i1.c
    branches/gupc/libgfortran/generated/minloc0_16_i16.c
    branches/gupc/libgfortran/generated/minloc0_16_i2.c
    branches/gupc/libgfortran/generated/minloc0_16_i4.c
    branches/gupc/libgfortran/generated/minloc0_16_i8.c
    branches/gupc/libgfortran/generated/minloc0_16_r10.c
    branches/gupc/libgfortran/generated/minloc0_16_r16.c
    branches/gupc/libgfortran/generated/minloc0_16_r4.c
    branches/gupc/libgfortran/generated/minloc0_16_r8.c
    branches/gupc/libgfortran/generated/minloc0_4_i1.c
    branches/gupc/libgfortran/generated/minloc0_4_i16.c
    branches/gupc/libgfortran/generated/minloc0_4_i2.c
    branches/gupc/libgfortran/generated/minloc0_4_i4.c
    branches/gupc/libgfortran/generated/minloc0_4_i8.c
    branches/gupc/libgfortran/generated/minloc0_4_r10.c
    branches/gupc/libgfortran/generated/minloc0_4_r16.c
    branches/gupc/libgfortran/generated/minloc0_4_r4.c
    branches/gupc/libgfortran/generated/minloc0_4_r8.c
    branches/gupc/libgfortran/generated/minloc0_8_i1.c
    branches/gupc/libgfortran/generated/minloc0_8_i16.c
    branches/gupc/libgfortran/generated/minloc0_8_i2.c
    branches/gupc/libgfortran/generated/minloc0_8_i4.c
    branches/gupc/libgfortran/generated/minloc0_8_i8.c
    branches/gupc/libgfortran/generated/minloc0_8_r10.c
    branches/gupc/libgfortran/generated/minloc0_8_r16.c
    branches/gupc/libgfortran/generated/minloc0_8_r4.c
    branches/gupc/libgfortran/generated/minloc0_8_r8.c
    branches/gupc/libgfortran/generated/minloc1_16_i1.c
    branches/gupc/libgfortran/generated/minloc1_16_i16.c
    branches/gupc/libgfortran/generated/minloc1_16_i2.c
    branches/gupc/libgfortran/generated/minloc1_16_i4.c
    branches/gupc/libgfortran/generated/minloc1_16_i8.c
    branches/gupc/libgfortran/generated/minloc1_16_r10.c
    branches/gupc/libgfortran/generated/minloc1_16_r16.c
    branches/gupc/libgfortran/generated/minloc1_16_r4.c
    branches/gupc/libgfortran/generated/minloc1_16_r8.c
    branches/gupc/libgfortran/generated/minloc1_4_i1.c
    branches/gupc/libgfortran/generated/minloc1_4_i16.c
    branches/gupc/libgfortran/generated/minloc1_4_i2.c
    branches/gupc/libgfortran/generated/minloc1_4_i4.c
    branches/gupc/libgfortran/generated/minloc1_4_i8.c
    branches/gupc/libgfortran/generated/minloc1_4_r10.c
    branches/gupc/libgfortran/generated/minloc1_4_r16.c
    branches/gupc/libgfortran/generated/minloc1_4_r4.c
    branches/gupc/libgfortran/generated/minloc1_4_r8.c
    branches/gupc/libgfortran/generated/minloc1_8_i1.c
    branches/gupc/libgfortran/generated/minloc1_8_i16.c
    branches/gupc/libgfortran/generated/minloc1_8_i2.c
    branches/gupc/libgfortran/generated/minloc1_8_i4.c
    branches/gupc/libgfortran/generated/minloc1_8_i8.c
    branches/gupc/libgfortran/generated/minloc1_8_r10.c
    branches/gupc/libgfortran/generated/minloc1_8_r16.c
    branches/gupc/libgfortran/generated/minloc1_8_r4.c
    branches/gupc/libgfortran/generated/minloc1_8_r8.c
    branches/gupc/libgfortran/generated/minval_i1.c
    branches/gupc/libgfortran/generated/minval_i16.c
    branches/gupc/libgfortran/generated/minval_i2.c
    branches/gupc/libgfortran/generated/minval_i4.c
    branches/gupc/libgfortran/generated/minval_i8.c
    branches/gupc/libgfortran/generated/minval_r10.c
    branches/gupc/libgfortran/generated/minval_r16.c
    branches/gupc/libgfortran/generated/minval_r4.c
    branches/gupc/libgfortran/generated/minval_r8.c
    branches/gupc/libgfortran/generated/norm2_r10.c
    branches/gupc/libgfortran/generated/norm2_r16.c
    branches/gupc/libgfortran/generated/norm2_r4.c
    branches/gupc/libgfortran/generated/norm2_r8.c
    branches/gupc/libgfortran/generated/pack_c10.c
    branches/gupc/libgfortran/generated/pack_c16.c
    branches/gupc/libgfortran/generated/pack_c4.c
    branches/gupc/libgfortran/generated/pack_c8.c
    branches/gupc/libgfortran/generated/pack_i1.c
    branches/gupc/libgfortran/generated/pack_i16.c
    branches/gupc/libgfortran/generated/pack_i2.c
    branches/gupc/libgfortran/generated/pack_i4.c
    branches/gupc/libgfortran/generated/pack_i8.c
    branches/gupc/libgfortran/generated/pack_r10.c
    branches/gupc/libgfortran/generated/pack_r16.c
    branches/gupc/libgfortran/generated/pack_r4.c
    branches/gupc/libgfortran/generated/pack_r8.c
    branches/gupc/libgfortran/generated/parity_l1.c
    branches/gupc/libgfortran/generated/parity_l16.c
    branches/gupc/libgfortran/generated/parity_l2.c
    branches/gupc/libgfortran/generated/parity_l4.c
    branches/gupc/libgfortran/generated/parity_l8.c
    branches/gupc/libgfortran/generated/product_c10.c
    branches/gupc/libgfortran/generated/product_c16.c
    branches/gupc/libgfortran/generated/product_c4.c
    branches/gupc/libgfortran/generated/product_c8.c
    branches/gupc/libgfortran/generated/product_i1.c
    branches/gupc/libgfortran/generated/product_i16.c
    branches/gupc/libgfortran/generated/product_i2.c
    branches/gupc/libgfortran/generated/product_i4.c
    branches/gupc/libgfortran/generated/product_i8.c
    branches/gupc/libgfortran/generated/product_r10.c
    branches/gupc/libgfortran/generated/product_r16.c
    branches/gupc/libgfortran/generated/product_r4.c
    branches/gupc/libgfortran/generated/product_r8.c
    branches/gupc/libgfortran/generated/reshape_c10.c
    branches/gupc/libgfortran/generated/reshape_c16.c
    branches/gupc/libgfortran/generated/reshape_c4.c
    branches/gupc/libgfortran/generated/reshape_c8.c
    branches/gupc/libgfortran/generated/reshape_i16.c
    branches/gupc/libgfortran/generated/reshape_i4.c
    branches/gupc/libgfortran/generated/reshape_i8.c
    branches/gupc/libgfortran/generated/reshape_r10.c
    branches/gupc/libgfortran/generated/reshape_r16.c
    branches/gupc/libgfortran/generated/reshape_r4.c
    branches/gupc/libgfortran/generated/reshape_r8.c
    branches/gupc/libgfortran/generated/shape_i16.c
    branches/gupc/libgfortran/generated/shape_i4.c
    branches/gupc/libgfortran/generated/shape_i8.c
    branches/gupc/libgfortran/generated/spread_c10.c
    branches/gupc/libgfortran/generated/spread_c16.c
    branches/gupc/libgfortran/generated/spread_c4.c
    branches/gupc/libgfortran/generated/spread_c8.c
    branches/gupc/libgfortran/generated/spread_i1.c
    branches/gupc/libgfortran/generated/spread_i16.c
    branches/gupc/libgfortran/generated/spread_i2.c
    branches/gupc/libgfortran/generated/spread_i4.c
    branches/gupc/libgfortran/generated/spread_i8.c
    branches/gupc/libgfortran/generated/spread_r10.c
    branches/gupc/libgfortran/generated/spread_r16.c
    branches/gupc/libgfortran/generated/spread_r4.c
    branches/gupc/libgfortran/generated/spread_r8.c
    branches/gupc/libgfortran/generated/sum_c10.c
    branches/gupc/libgfortran/generated/sum_c16.c
    branches/gupc/libgfortran/generated/sum_c4.c
    branches/gupc/libgfortran/generated/sum_c8.c
    branches/gupc/libgfortran/generated/sum_i1.c
    branches/gupc/libgfortran/generated/sum_i16.c
    branches/gupc/libgfortran/generated/sum_i2.c
    branches/gupc/libgfortran/generated/sum_i4.c
    branches/gupc/libgfortran/generated/sum_i8.c
    branches/gupc/libgfortran/generated/sum_r10.c
    branches/gupc/libgfortran/generated/sum_r16.c
    branches/gupc/libgfortran/generated/sum_r4.c
    branches/gupc/libgfortran/generated/sum_r8.c
    branches/gupc/libgfortran/generated/transpose_c10.c
    branches/gupc/libgfortran/generated/transpose_c16.c
    branches/gupc/libgfortran/generated/transpose_c4.c
    branches/gupc/libgfortran/generated/transpose_c8.c
    branches/gupc/libgfortran/generated/transpose_i16.c
    branches/gupc/libgfortran/generated/transpose_i4.c
    branches/gupc/libgfortran/generated/transpose_i8.c
    branches/gupc/libgfortran/generated/transpose_r10.c
    branches/gupc/libgfortran/generated/transpose_r16.c
    branches/gupc/libgfortran/generated/transpose_r4.c
    branches/gupc/libgfortran/generated/transpose_r8.c
    branches/gupc/libgfortran/generated/unpack_c10.c
    branches/gupc/libgfortran/generated/unpack_c16.c
    branches/gupc/libgfortran/generated/unpack_c4.c
    branches/gupc/libgfortran/generated/unpack_c8.c
    branches/gupc/libgfortran/generated/unpack_i1.c
    branches/gupc/libgfortran/generated/unpack_i16.c
    branches/gupc/libgfortran/generated/unpack_i2.c
    branches/gupc/libgfortran/generated/unpack_i4.c
    branches/gupc/libgfortran/generated/unpack_i8.c
    branches/gupc/libgfortran/generated/unpack_r10.c
    branches/gupc/libgfortran/generated/unpack_r16.c
    branches/gupc/libgfortran/generated/unpack_r4.c
    branches/gupc/libgfortran/generated/unpack_r8.c
    branches/gupc/libgfortran/intrinsics/chmod.c
    branches/gupc/libgfortran/intrinsics/cshift0.c
    branches/gupc/libgfortran/intrinsics/ctime.c
    branches/gupc/libgfortran/intrinsics/date_and_time.c
    branches/gupc/libgfortran/intrinsics/eoshift0.c
    branches/gupc/libgfortran/intrinsics/eoshift2.c
    branches/gupc/libgfortran/intrinsics/getlog.c
    branches/gupc/libgfortran/intrinsics/pack_generic.c
    branches/gupc/libgfortran/intrinsics/reshape_generic.c
    branches/gupc/libgfortran/intrinsics/spread_generic.c
    branches/gupc/libgfortran/intrinsics/string_intrinsics_inc.c
    branches/gupc/libgfortran/intrinsics/transpose_generic.c
    branches/gupc/libgfortran/intrinsics/unpack_generic.c
    branches/gupc/libgfortran/io/fbuf.c
    branches/gupc/libgfortran/io/format.c
    branches/gupc/libgfortran/io/intrinsics.c
    branches/gupc/libgfortran/io/list_read.c
    branches/gupc/libgfortran/io/open.c
    branches/gupc/libgfortran/io/transfer.c
    branches/gupc/libgfortran/io/unit.c
    branches/gupc/libgfortran/io/unix.c
    branches/gupc/libgfortran/io/write.c
    branches/gupc/libgfortran/io/write_float.def
    branches/gupc/libgfortran/libgfortran.h
    branches/gupc/libgfortran/m4/bessel.m4
    branches/gupc/libgfortran/m4/cshift1.m4
    branches/gupc/libgfortran/m4/eoshift1.m4
    branches/gupc/libgfortran/m4/eoshift3.m4
    branches/gupc/libgfortran/m4/iforeach.m4
    branches/gupc/libgfortran/m4/ifunction.m4
    branches/gupc/libgfortran/m4/ifunction_logical.m4
    branches/gupc/libgfortran/m4/in_pack.m4
    branches/gupc/libgfortran/m4/matmul.m4
    branches/gupc/libgfortran/m4/matmull.m4
    branches/gupc/libgfortran/m4/pack.m4
    branches/gupc/libgfortran/m4/parity.m4
    branches/gupc/libgfortran/m4/reshape.m4
    branches/gupc/libgfortran/m4/shape.m4
    branches/gupc/libgfortran/m4/spread.m4
    branches/gupc/libgfortran/m4/transpose.m4
    branches/gupc/libgfortran/m4/unpack.m4
    branches/gupc/libgfortran/runtime/convert_char.c
    branches/gupc/libgfortran/runtime/environ.c
    branches/gupc/libgfortran/runtime/in_pack_generic.c
    branches/gupc/libgfortran/runtime/memory.c
    branches/gupc/libgo/MERGE
    branches/gupc/libgo/Makefile.am
    branches/gupc/libgo/Makefile.in
    branches/gupc/libgo/config.h.in
    branches/gupc/libgo/configure
    branches/gupc/libgo/configure.ac
    branches/gupc/libgo/go/archive/tar/reader.go
    branches/gupc/libgo/go/archive/tar/writer.go
    branches/gupc/libgo/go/archive/tar/writer_test.go
    branches/gupc/libgo/go/archive/zip/reader.go
    branches/gupc/libgo/go/archive/zip/reader_test.go
    branches/gupc/libgo/go/archive/zip/struct.go
    branches/gupc/libgo/go/archive/zip/writer.go
    branches/gupc/libgo/go/archive/zip/writer_test.go
    branches/gupc/libgo/go/crypto/tls/common.go
    branches/gupc/libgo/go/crypto/tls/handshake_client.go
    branches/gupc/libgo/go/crypto/tls/handshake_server.go
    branches/gupc/libgo/go/crypto/tls/handshake_server_test.go
    branches/gupc/libgo/go/crypto/tls/key_agreement.go
    branches/gupc/libgo/go/crypto/tls/root_test.go
    branches/gupc/libgo/go/crypto/tls/tls.go
    branches/gupc/libgo/go/crypto/x509/pkcs1.go
    branches/gupc/libgo/go/crypto/x509/verify.go
    branches/gupc/libgo/go/crypto/x509/verify_test.go
    branches/gupc/libgo/go/crypto/x509/x509.go
    branches/gupc/libgo/go/database/sql/driver/driver.go
    branches/gupc/libgo/go/database/sql/fakedb_test.go
    branches/gupc/libgo/go/database/sql/sql.go
    branches/gupc/libgo/go/database/sql/sql_test.go
    branches/gupc/libgo/go/encoding/asn1/asn1.go
    branches/gupc/libgo/go/encoding/asn1/asn1_test.go
    branches/gupc/libgo/go/encoding/asn1/common.go
    branches/gupc/libgo/go/encoding/asn1/marshal.go
    branches/gupc/libgo/go/encoding/asn1/marshal_test.go
    branches/gupc/libgo/go/encoding/binary/binary.go
    branches/gupc/libgo/go/encoding/csv/reader.go
    branches/gupc/libgo/go/encoding/gob/decode.go
    branches/gupc/libgo/go/encoding/gob/doc.go
    branches/gupc/libgo/go/encoding/gob/encoder_test.go
    branches/gupc/libgo/go/encoding/gob/gobencdec_test.go
    branches/gupc/libgo/go/encoding/json/encode.go
    branches/gupc/libgo/go/exp/gotype/gotype.go
    branches/gupc/libgo/go/exp/norm/maketables.go
    branches/gupc/libgo/go/exp/norm/normalize.go
    branches/gupc/libgo/go/exp/types/check_test.go
    branches/gupc/libgo/go/exp/types/exportdata.go
    branches/gupc/libgo/go/exp/types/gcimporter.go
    branches/gupc/libgo/go/exp/types/gcimporter_test.go
    branches/gupc/libgo/go/exp/types/universe.go
    branches/gupc/libgo/go/expvar/expvar.go
    branches/gupc/libgo/go/fmt/doc.go
    branches/gupc/libgo/go/fmt/fmt_test.go
    branches/gupc/libgo/go/fmt/format.go
    branches/gupc/libgo/go/fmt/print.go
    branches/gupc/libgo/go/fmt/scan.go
    branches/gupc/libgo/go/fmt/scan_test.go
    branches/gupc/libgo/go/go/build/build.go
    branches/gupc/libgo/go/go/build/build_test.go
    branches/gupc/libgo/go/go/parser/parser.go
    branches/gupc/libgo/go/go/parser/parser_test.go
    branches/gupc/libgo/go/go/printer/nodes.go
    branches/gupc/libgo/go/go/printer/testdata/declarations.golden
    branches/gupc/libgo/go/go/printer/testdata/declarations.input
    branches/gupc/libgo/go/go/printer/testdata/statements.golden
    branches/gupc/libgo/go/go/printer/testdata/statements.input
    branches/gupc/libgo/go/go/scanner/scanner.go
    branches/gupc/libgo/go/html/template/clone_test.go
    branches/gupc/libgo/go/html/template/content.go
    branches/gupc/libgo/go/html/template/doc.go
    branches/gupc/libgo/go/html/template/escape.go
    branches/gupc/libgo/go/html/template/escape_test.go
    branches/gupc/libgo/go/html/template/template.go
    branches/gupc/libgo/go/image/draw/draw.go
    branches/gupc/libgo/go/image/image.go
    branches/gupc/libgo/go/index/suffixarray/qsufsort.go
    branches/gupc/libgo/go/io/io.go
    branches/gupc/libgo/go/io/ioutil/ioutil.go
    branches/gupc/libgo/go/log/log.go
    branches/gupc/libgo/go/math/big/nat.go
    branches/gupc/libgo/go/math/erf.go
    branches/gupc/libgo/go/net/dial_test.go
    branches/gupc/libgo/go/net/dnsclient.go
    branches/gupc/libgo/go/net/dnsmsg.go
    branches/gupc/libgo/go/net/dnsmsg_test.go
    branches/gupc/libgo/go/net/fd.go
    branches/gupc/libgo/go/net/fd_linux.go
    branches/gupc/libgo/go/net/file_test.go
    branches/gupc/libgo/go/net/http/client_test.go
    branches/gupc/libgo/go/net/http/request.go
    branches/gupc/libgo/go/net/http/request_test.go
    branches/gupc/libgo/go/net/http/server.go
    branches/gupc/libgo/go/net/http/transport.go
    branches/gupc/libgo/go/net/http/transport_test.go
    branches/gupc/libgo/go/net/http/triv.go
    branches/gupc/libgo/go/net/interface.go
    branches/gupc/libgo/go/net/interface_linux.go
    branches/gupc/libgo/go/net/interface_stub.go
    branches/gupc/libgo/go/net/interface_windows.go
    branches/gupc/libgo/go/net/iprawsock_posix.go
    branches/gupc/libgo/go/net/ipsock_posix.go
    branches/gupc/libgo/go/net/mac.go
    branches/gupc/libgo/go/net/mac_test.go
    branches/gupc/libgo/go/net/mail/message.go
    branches/gupc/libgo/go/net/multicast_test.go
    branches/gupc/libgo/go/net/net.go
    branches/gupc/libgo/go/net/net_test.go
    branches/gupc/libgo/go/net/parse_test.go
    branches/gupc/libgo/go/net/rpc/client.go
    branches/gupc/libgo/go/net/server_test.go
    branches/gupc/libgo/go/net/sock.go
    branches/gupc/libgo/go/net/sockopt.go
    branches/gupc/libgo/go/net/sockopt_bsd.go
    branches/gupc/libgo/go/net/sockopt_linux.go
    branches/gupc/libgo/go/net/sockopt_windows.go
    branches/gupc/libgo/go/net/tcpsock_posix.go
    branches/gupc/libgo/go/net/timeout_test.go
    branches/gupc/libgo/go/net/udp_test.go
    branches/gupc/libgo/go/net/udpsock_posix.go
    branches/gupc/libgo/go/net/unicast_test.go
    branches/gupc/libgo/go/net/unixsock_posix.go
    branches/gupc/libgo/go/os/dir.go
    branches/gupc/libgo/go/os/error.go
    branches/gupc/libgo/go/os/error_plan9.go
    branches/gupc/libgo/go/os/error_posix.go
    branches/gupc/libgo/go/os/exec/exec.go
    branches/gupc/libgo/go/os/file_unix.go
    branches/gupc/libgo/go/os/os_test.go
    branches/gupc/libgo/go/os/types.go
    branches/gupc/libgo/go/path/filepath/match.go
    branches/gupc/libgo/go/path/filepath/match_test.go
    branches/gupc/libgo/go/path/filepath/path.go
    branches/gupc/libgo/go/path/filepath/path_test.go
    branches/gupc/libgo/go/path/filepath/path_windows.go
    branches/gupc/libgo/go/reflect/type.go
    branches/gupc/libgo/go/reflect/value.go
    branches/gupc/libgo/go/runtime/debug/stack_test.go
    branches/gupc/libgo/go/runtime/pprof/pprof_test.go
    branches/gupc/libgo/go/sort/sort.go
    branches/gupc/libgo/go/strconv/quote.go
    branches/gupc/libgo/go/strconv/quote_test.go
    branches/gupc/libgo/go/strings/example_test.go
    branches/gupc/libgo/go/sync/atomic/atomic_test.go
    branches/gupc/libgo/go/syscall/libcall_posix.go
    branches/gupc/libgo/go/syscall/mksyscall.awk
    branches/gupc/libgo/go/syscall/netlink_linux.go
    branches/gupc/libgo/go/syscall/syscall_unix.go
    branches/gupc/libgo/go/testing/testing.go
    branches/gupc/libgo/go/text/template/doc.go
    branches/gupc/libgo/go/text/template/exec.go
    branches/gupc/libgo/go/text/template/exec_test.go
    branches/gupc/libgo/go/text/template/multi_test.go
    branches/gupc/libgo/go/text/template/parse/lex.go
    branches/gupc/libgo/go/text/template/parse/parse.go
    branches/gupc/libgo/go/text/template/parse/parse_test.go
    branches/gupc/libgo/go/time/tick_test.go
    branches/gupc/libgo/go/time/time.go
    branches/gupc/libgo/go/unicode/utf16/utf16.go
    branches/gupc/libgo/go/unicode/utf16/utf16_test.go
    branches/gupc/libgo/go/unicode/utf8/utf8.go
    branches/gupc/libgo/go/unicode/utf8/utf8_test.go
    branches/gupc/libgo/merge.sh
    branches/gupc/libgo/mksysinfo.sh
    branches/gupc/libgo/runtime/malloc.goc
    branches/gupc/libgo/runtime/proc.c
    branches/gupc/libgo/runtime/runtime.c
    branches/gupc/libgo/runtime/runtime.h
    branches/gupc/libgo/testsuite/Makefile.in
    branches/gupc/libgo/testsuite/gotest
    branches/gupc/libgomp/ChangeLog
    branches/gupc/libgomp/configure.tgt
    branches/gupc/libgomp/testsuite/lib/libgomp.exp
    branches/gupc/libiberty/ChangeLog
    branches/gupc/libiberty/cp-demangle.c
    branches/gupc/libiberty/pex-unix.c
    branches/gupc/libiberty/stack-limit.c
    branches/gupc/libiberty/testsuite/demangle-expected
    branches/gupc/libitm/ChangeLog
    branches/gupc/libitm/config/x86/target.h
    branches/gupc/libitm/configure
    branches/gupc/libitm/configure.tgt
    branches/gupc/libitm/testsuite/lib/libitm.exp
    branches/gupc/libjava/ChangeLog
    branches/gupc/libjava/Makefile.am
    branches/gupc/libjava/Makefile.in
    branches/gupc/libjava/classpath/ChangeLog
    branches/gupc/libjava/classpath/INSTALL
    branches/gupc/libjava/classpath/NEWS
    branches/gupc/libjava/classpath/config.guess
    branches/gupc/libjava/classpath/config.sub
    branches/gupc/libjava/classpath/configure
    branches/gupc/libjava/classpath/configure.ac
    branches/gupc/libjava/classpath/depcomp
    branches/gupc/libjava/classpath/doc/cp-tools.texinfo
    branches/gupc/libjava/classpath/doc/texinfo.tex
    branches/gupc/libjava/classpath/examples/gnu/classpath/examples/swing/Demo.java
    branches/gupc/libjava/classpath/gnu/java/security/Properties.java
    branches/gupc/libjava/classpath/gnu/java/security/der/DERWriter.java
    branches/gupc/libjava/classpath/gnu/java/security/hash/Whirlpool.java
    branches/gupc/libjava/classpath/gnu/java/security/jce/sig/EncodedKeyFactory.java
    branches/gupc/libjava/classpath/gnu/java/security/jce/sig/SignatureAdapter.java
    branches/gupc/libjava/classpath/gnu/java/security/key/dss/DSSKeyPairGenerator.java
    branches/gupc/libjava/classpath/gnu/java/security/key/dss/DSSKeyPairPKCS8Codec.java
    branches/gupc/libjava/classpath/gnu/java/security/key/rsa/RSAKeyPairGenerator.java
    branches/gupc/libjava/classpath/gnu/java/security/key/rsa/RSAKeyPairPKCS8Codec.java
    branches/gupc/libjava/classpath/gnu/java/security/key/rsa/RSAKeyPairX509Codec.java
    branches/gupc/libjava/classpath/gnu/java/security/pkcs/PKCS7SignedData.java
    branches/gupc/libjava/classpath/gnu/java/security/pkcs/SignerInfo.java
    branches/gupc/libjava/classpath/gnu/java/security/provider/PKIXCertPathValidatorImpl.java
    branches/gupc/libjava/classpath/gnu/java/security/sig/rsa/EMSA_PSS.java
    branches/gupc/libjava/classpath/gnu/java/security/sig/rsa/RSAPSSSignature.java
    branches/gupc/libjava/classpath/gnu/java/security/x509/X509CRL.java
    branches/gupc/libjava/classpath/gnu/java/security/x509/X509CRLEntry.java
    branches/gupc/libjava/classpath/gnu/java/security/x509/ext/Extension.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/cipher/Anubis.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/cipher/BaseCipher.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/cipher/Khazad.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/cipher/Rijndael.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/cipher/Twofish.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/jce/cipher/KeyWrappingAlgorithmAdapter.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/jce/keyring/GnuKeyring.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/jce/params/BlockCipherParameters.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/jce/prng/ICMRandomSpi.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/jce/prng/UMacRandomSpi.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/key/dh/GnuDHKeyPairGenerator.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/key/srp6/SRPKeyPairGenerator.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/keyring/Entry.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/keyring/EnvelopeEntry.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/keyring/GnuPublicKeyring.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/mac/OMAC.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/pad/BasePad.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/pad/PKCS1_V1_5.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/pad/PKCS7.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/pad/TBC.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/prng/CSPRNG.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/sasl/SaslInputStream.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/sasl/SaslOutputStream.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/sasl/srp/SRPClient.java
    branches/gupc/libjava/classpath/gnu/javax/crypto/sasl/srp/SRPServer.java
    branches/gupc/libjava/classpath/gnu/javax/net/ssl/provider/CipherSuite.java
    branches/gupc/libjava/classpath/gnu/javax/net/ssl/provider/OutputSecurityParameters.java
    branches/gupc/libjava/classpath/gnu/javax/net/ssl/provider/SSLEngineImpl.java
    branches/gupc/libjava/classpath/gnu/javax/print/PrinterDialog.java
    branches/gupc/libjava/classpath/gnu/javax/security/auth/login/ConfigFileParser.java
    branches/gupc/libjava/classpath/gnu/javax/security/auth/login/ConfigFileTokenizer.java
    branches/gupc/libjava/classpath/gnu/javax/security/auth/login/GnuConfiguration.java
    branches/gupc/libjava/classpath/include/Makefile.am
    branches/gupc/libjava/classpath/include/Makefile.in
    branches/gupc/libjava/classpath/include/config.h.in
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_gtk_ComponentGraphics.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_gtk_ComponentGraphicsCopy.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_gtk_FreetypeGlyphVector.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_gtk_GtkFileDialogPeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_gtk_GtkFramePeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_gtk_GtkImage.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_gtk_GtkVolatileImage.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_MainQtThread.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtButtonPeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtCanvasPeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtCheckboxPeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtChoicePeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtDialogPeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtEmbeddedWindowPeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtFileDialogPeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtFontMetrics.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtFramePeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtImage.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtLabelPeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtListPeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtPanelPeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtScreenDevice.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtScrollPanePeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtScrollbarPeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtTextAreaPeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtTextFieldPeer.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtVolatileImage.h
    branches/gupc/libjava/classpath/include/gnu_java_awt_peer_qt_QtWindowPeer.h
    branches/gupc/libjava/classpath/include/gnu_java_nio_charset_iconv_IconvDecoder.h
    branches/gupc/libjava/classpath/include/gnu_java_nio_charset_iconv_IconvEncoder.h
    branches/gupc/libjava/classpath/include/java_lang_VMSystem.h
    branches/gupc/libjava/classpath/install-sh
    branches/gupc/libjava/classpath/java/io/File.java
    branches/gupc/libjava/classpath/java/io/ObjectOutputStream.java
    branches/gupc/libjava/classpath/java/io/PrintStream.java
    branches/gupc/libjava/classpath/java/lang/Class.java
    branches/gupc/libjava/classpath/java/lang/System.java
    branches/gupc/libjava/classpath/java/math/BigInteger.java
    branches/gupc/libjava/classpath/java/net/DatagramSocket.java
    branches/gupc/libjava/classpath/java/net/Socket.java
    branches/gupc/libjava/classpath/java/nio/channels/spi/SelectorProvider.java
    branches/gupc/libjava/classpath/java/security/KeyStore.java
    branches/gupc/libjava/classpath/java/security/ProtectionDomain.java
    branches/gupc/libjava/classpath/java/text/DateFormatSymbols.java
    branches/gupc/libjava/classpath/java/util/Formatter.java
    branches/gupc/libjava/classpath/java/util/HashMap.java
    branches/gupc/libjava/classpath/java/util/logging/LogManager.java
    branches/gupc/libjava/classpath/java/util/regex/Matcher.java
    branches/gupc/libjava/classpath/java/util/regex/Pattern.java
    branches/gupc/libjava/classpath/java/util/zip/InflaterHuffmanTree.java
    branches/gupc/libjava/classpath/java/util/zip/ZipFile.java
    branches/gupc/libjava/classpath/javax/swing/text/html/StyleSheet.java
    branches/gupc/libjava/classpath/lib/Makefile.am
    branches/gupc/libjava/classpath/lib/Makefile.in
    branches/gupc/libjava/classpath/lib/gnu/classpath/Configuration.class
    branches/gupc/libjava/classpath/lib/gnu/classpath/SystemProperties.class
    branches/gupc/libjava/classpath/lib/gnu/gcj/convert/Convert.class
    branches/gupc/libjava/classpath/lib/gnu/gcj/tools/gcj_dbtool/Main.class
    branches/gupc/libjava/classpath/lib/gnu/java/beans/editors/ColorEditor.class
    branches/gupc/libjava/classpath/lib/gnu/java/rmi/registry/RegistryImpl.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/Properties$1.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/Properties.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/der/DERWriter.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/hash/Whirlpool.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/jce/sig/EncodedKeyFactory.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/jce/sig/SignatureAdapter.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/key/dss/DSSKeyPairGenerator.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/key/dss/DSSKeyPairPKCS8Codec.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/key/rsa/RSAKeyPairGenerator.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/key/rsa/RSAKeyPairPKCS8Codec.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/key/rsa/RSAKeyPairX509Codec.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/pkcs/PKCS7SignedData.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/pkcs/SignerInfo.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/provider/PKIXCertPathValidatorImpl.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/sig/rsa/EMSA_PSS.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/sig/rsa/RSAPSSSignature.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/x509/X509CRL.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/x509/X509CRLEntry.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/x509/ext/Extension$Value.class
    branches/gupc/libjava/classpath/lib/gnu/java/security/x509/ext/Extension.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/cipher/Anubis.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/cipher/BaseCipher.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/cipher/Khazad.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/cipher/Rijndael.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/cipher/Twofish.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/jce/cipher/KeyWrappingAlgorithmAdapter.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/jce/keyring/GnuKeyring.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/jce/params/BlockCipherParameters.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/jce/prng/ICMRandomSpi.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/jce/prng/UMacRandomSpi.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/key/dh/GnuDHKeyPairGenerator.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/key/srp6/SRPKeyPairGenerator.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/keyring/Entry.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/keyring/EnvelopeEntry.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/keyring/GnuPublicKeyring.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/mac/OMAC.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/pad/BasePad.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/pad/PKCS1_V1_5.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/pad/PKCS7.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/pad/TBC.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/prng/CSPRNG$1.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/prng/CSPRNG$Poller.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/prng/CSPRNG$Spinner.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/prng/CSPRNG.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/sasl/SaslInputStream.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/sasl/SaslOutputStream.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/sasl/srp/SRPClient.class
    branches/gupc/libjava/classpath/lib/gnu/javax/crypto/sasl/srp/SRPServer.class
    branches/gupc/libjava/classpath/lib/gnu/javax/net/ssl/provider/CipherSuite.class
    branches/gupc/libjava/classpath/lib/gnu/javax/net/ssl/provider/OutputSecurityParameters.class
    branches/gupc/libjava/classpath/lib/gnu/javax/net/ssl/provider/SSLEngineImpl.class
    branches/gupc/libjava/classpath/lib/gnu/javax/print/PrinterDialog.class
    branches/gupc/libjava/classpath/lib/gnu/javax/security/auth/login/ConfigFileParser.class
    branches/gupc/libjava/classpath/lib/gnu/javax/security/auth/login/ConfigFileTokenizer.class
    branches/gupc/libjava/classpath/lib/gnu/javax/security/auth/login/GnuConfiguration.class
    branches/gupc/libjava/classpath/lib/java/io/File.class
    branches/gupc/libjava/classpath/lib/java/io/ObjectOutputStream$1.class
    branches/gupc/libjava/classpath/lib/java/io/ObjectOutputStream$PutField.class
    branches/gupc/libjava/classpath/lib/java/io/ObjectOutputStream.class
    branches/gupc/libjava/classpath/lib/java/math/BigInteger.class
    branches/gupc/libjava/classpath/lib/java/net/DatagramSocket.class
    branches/gupc/libjava/classpath/lib/java/net/Socket.class
    branches/gupc/libjava/classpath/lib/java/nio/channels/spi/SelectorProvider.class
    branches/gupc/libjava/classpath/lib/java/security/KeyStore.class
    branches/gupc/libjava/classpath/lib/java/security/ProtectionDomain.class
    branches/gupc/libjava/classpath/lib/java/text/DateFormatSymbols.class
    branches/gupc/libjava/classpath/lib/java/util/Formatter.class
    branches/gupc/libjava/classpath/lib/java/util/HashMap$1.class
    branches/gupc/libjava/classpath/lib/java/util/HashMap$2.class
    branches/gupc/libjava/classpath/lib/java/util/HashMap$3.class
    branches/gupc/libjava/classpath/lib/java/util/HashMap$HashEntry.class
    branches/gupc/libjava/classpath/lib/java/util/HashMap$HashIterator.class
    branches/gupc/libjava/classpath/lib/java/util/HashMap.class
    branches/gupc/libjava/classpath/lib/java/util/HashSet.class
    branches/gupc/libjava/classpath/lib/java/util/regex/Matcher.class
    branches/gupc/libjava/classpath/lib/java/util/regex/Pattern.class
    branches/gupc/libjava/classpath/lib/java/util/zip/ZipFile$1.class
    branches/gupc/libjava/classpath/lib/java/util/zip/ZipFile$PartialInputStream.class
    branches/gupc/libjava/classpath/lib/java/util/zip/ZipFile$ZipEntryEnumeration.class
    branches/gupc/libjava/classpath/lib/java/util/zip/ZipFile.class
    branches/gupc/libjava/classpath/lib/javax/swing/text/html/StyleSheet$BoxPainter.class
    branches/gupc/libjava/classpath/lib/javax/swing/text/html/StyleSheet$ListPainter.class
    branches/gupc/libjava/classpath/lib/javax/swing/text/html/StyleSheet.class
    branches/gupc/libjava/classpath/ltmain.sh
    branches/gupc/libjava/classpath/ltoptions.m4
    branches/gupc/libjava/classpath/ltversion.m4
    branches/gupc/libjava/classpath/lt~obsolete.m4
    branches/gupc/libjava/classpath/m4/ax_func_which_gethostbyname_r.m4
    branches/gupc/libjava/classpath/missing
    branches/gupc/libjava/classpath/native/jni/classpath/jcl.c
    branches/gupc/libjava/classpath/native/jni/gstreamer-peer/gst_classpath_src.c
    branches/gupc/libjava/classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c
    branches/gupc/libjava/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_ComponentGraphics.c
    branches/gupc/libjava/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkRobotPeer.c
    branches/gupc/libjava/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c
    branches/gupc/libjava/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c
    branches/gupc/libjava/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkVolatileImage.c
    branches/gupc/libjava/classpath/native/jni/java-io/Makefile.am
    branches/gupc/libjava/classpath/native/jni/java-io/Makefile.in
    branches/gupc/libjava/classpath/native/jni/java-lang/java_lang_VMSystem.c
    branches/gupc/libjava/classpath/native/jni/java-net/java_net_VMInetAddress.c
    branches/gupc/libjava/classpath/native/jni/java-nio/java_nio_VMDirectByteBuffer.c
    branches/gupc/libjava/classpath/native/jni/midi-alsa/gnu_javax_sound_midi_alsa_AlsaPortDevice.c
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_aa.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_aa_DJ.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_aa_ER.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_af.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ak.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_am.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ar.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ar_JO.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ar_LB.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ar_QA.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ar_SA.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ar_SY.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ar_TN.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ar_YE.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_as.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_az.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_az_Cyrl.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_be.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_bg.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_bn.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_bn_IN.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_bs.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_byn.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ca.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_cch.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_cop.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_cs.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_cy.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_da.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_de.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_de_AT.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_de_BE.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_de_CH.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_dv.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_dz.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ee.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_el.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_en.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_en_Dsrt.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_en_IE.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_en_Shaw.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_eo.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_es.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_es_AR.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_es_CL.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_et.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_eu.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_fa.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_fa_AF.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_fi.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_fil.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_fo.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_fr.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_fur.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ga.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_gaa.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_gez.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_gez_ET.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_gl.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_gu.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_gv.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ha.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ha_Arab.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_haw.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_he.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_hi.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_hr.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_hu.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_hy.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ia.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_id.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ig.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ii.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_is.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_it.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_iu.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ja.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ka.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_kaj.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_kam.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_kcg.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_kfo.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_kk.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_kl.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_km.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_kn.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ko.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_kok.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_kpe.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ku.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ku_Latn.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_kw.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ky.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ln.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_lo.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_lt.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_lv.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_mk.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ml.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_mn.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_mr.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ms.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_mt.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_my.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_nb.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ne.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_nl.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_nl_BE.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_nn.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_nr.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_nso.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ny.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_om.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_or.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_pa.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_pa_Arab.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_pl.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ps.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_pt.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_pt_PT.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ro.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ru.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ru_UA.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_rw.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_sa.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_se.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_se_FI.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_si.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_sid.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_sk.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_sl.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_so.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_sq.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_sr.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_sr_Latn.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ss.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_st.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_sv.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_sv_FI.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_sw.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_syr.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ta.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_te.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_tg.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_th.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ti.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ti_ER.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_tig.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_tn.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_to.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_tr.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_trv.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ts.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_tt.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ug.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_uk.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ur.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_uz.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_uz_Arab.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_uz_Latn.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_ve.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_vi.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_wal.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_wo.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_xh.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_yo.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_zh.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_zh_Hant.properties
    branches/gupc/libjava/classpath/resource/gnu/java/locale/LocaleInformation_zu.properties
    branches/gupc/libjava/classpath/tools/Makefile.am
    branches/gupc/libjava/classpath/tools/Makefile.in
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/common/ClasspathToolParser.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/common/Messages.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/getopt/Messages.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/gjdoc/Main.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/javah/JniHelper.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/javah/JniIncludePrinter.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/javah/Main$1.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/javah/Main$10.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/javah/Main$2.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/javah/Main$3.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/javah/Main$4.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/javah/Main$5.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/javah/Main$6.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/javah/Main$7.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/javah/Main$8.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/javah/Main$9.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/javah/Main.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/orbd/Main$1.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/orbd/Main$2.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/orbd/Main$3.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/orbd/Main$4.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/orbd/Main$5.class
    branches/gupc/libjava/classpath/tools/classes/gnu/classpath/tools/orbd/Main.class
    branches/gupc/libjava/classpath/tools/gnu/classpath/tools/common/Messages.java
    branches/gupc/libjava/classpath/tools/gnu/classpath/tools/getopt/Messages.java
    branches/gupc/libjava/classpath/tools/gnu/classpath/tools/javah/JniHelper.java
    branches/gupc/libjava/classpath/tools/gnu/classpath/tools/javah/JniIncludePrinter.java
    branches/gupc/libjava/classpath/tools/gnu/classpath/tools/javah/Main.java
    branches/gupc/libjava/classpath/vm/reference/gnu/classpath/VMStackWalker.java
    branches/gupc/libjava/classpath/vm/reference/gnu/classpath/VMSystemProperties.java
    branches/gupc/libjava/classpath/vm/reference/gnu/java/lang/VMCPStringBuilder.java
    branches/gupc/libjava/classpath/vm/reference/gnu/java/lang/VMInstrumentationImpl.java
    branches/gupc/libjava/classpath/vm/reference/gnu/java/lang/management/VMClassLoadingMXBeanImpl.java
    branches/gupc/libjava/classpath/vm/reference/gnu/java/lang/management/VMCompilationMXBeanImpl.java
    branches/gupc/libjava/classpath/vm/reference/gnu/java/lang/management/VMGarbageCollectorMXBeanImpl.java
    branches/gupc/libjava/classpath/vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java
    branches/gupc/libjava/classpath/vm/reference/gnu/java/lang/management/VMMemoryManagerMXBeanImpl.java
    branches/gupc/libjava/classpath/vm/reference/gnu/java/lang/management/VMMemoryPoolMXBeanImpl.java
    branches/gupc/libjava/classpath/vm/reference/gnu/java/lang/management/VMOperatingSystemMXBeanImpl.java
    branches/gupc/libjava/classpath/vm/reference/gnu/java/lang/management/VMRuntimeMXBeanImpl.java
    branches/gupc/libjava/classpath/vm/reference/gnu/java/lang/management/VMThreadMXBeanImpl.java
    branches/gupc/libjava/classpath/vm/reference/gnu/java/net/VMPlainDatagramSocketImpl.java
    branches/gupc/libjava/classpath/vm/reference/gnu/java/nio/VMPipe.java
    branches/gupc/libjava/classpath/vm/reference/gnu/java/nio/VMSelector.java
    branches/gupc/libjava/classpath/vm/reference/gnu/java/security/jce/prng/VMSecureRandom.java
    branches/gupc/libjava/classpath/vm/reference/java/io/VMFile.java
    branches/gupc/libjava/classpath/vm/reference/java/io/VMObjectInputStream.java
    branches/gupc/libjava/classpath/vm/reference/java/io/VMObjectStreamClass.java
    branches/gupc/libjava/classpath/vm/reference/java/lang/VMClass.java
    branches/gupc/libjava/classpath/vm/reference/java/lang/VMClassLoader.java
    branches/gupc/libjava/classpath/vm/reference/java/lang/VMCompiler.java
    branches/gupc/libjava/classpath/vm/reference/java/lang/VMDouble.java
    branches/gupc/libjava/classpath/vm/reference/java/lang/VMFloat.java
    branches/gupc/libjava/classpath/vm/reference/java/lang/VMMath.java
    branches/gupc/libjava/classpath/vm/reference/java/lang/VMObject.java
    branches/gupc/libjava/classpath/vm/reference/java/lang/VMString.java
    branches/gupc/libjava/classpath/vm/reference/java/lang/VMSystem.java
    branches/gupc/libjava/classpath/vm/reference/java/lang/management/VMManagementFactory.java
    branches/gupc/libjava/classpath/vm/reference/java/lang/reflect/VMArray.java
    branches/gupc/libjava/classpath/vm/reference/java/lang/reflect/VMProxy.java
    branches/gupc/libjava/classpath/vm/reference/java/net/VMInetAddress.java
    branches/gupc/libjava/classpath/vm/reference/java/net/VMURLConnection.java
    branches/gupc/libjava/classpath/vm/reference/java/nio/VMDirectByteBuffer.java
    branches/gupc/libjava/classpath/vm/reference/java/security/VMAccessController.java
    branches/gupc/libjava/classpath/vm/reference/java/security/VMSecureRandom.java
    branches/gupc/libjava/classpath/vm/reference/java/util/VMTimeZone.java
    branches/gupc/libjava/classpath/vm/reference/sun/misc/Unsafe.java
    branches/gupc/libjava/gcj/Makefile.in
    branches/gupc/libjava/gcj/javaprims.h
    branches/gupc/libjava/gnu/classpath/Configuration.java
    branches/gupc/libjava/gnu/java/net/natPlainDatagramSocketImplPosix.cc
    branches/gupc/libjava/gnu/java/net/natPlainDatagramSocketImplWin32.cc
    branches/gupc/libjava/gnu/javax/crypto/key/dh/GnuDHKeyPairGenerator.h
    branches/gupc/libjava/gnu/javax/net/ssl/provider/CipherSuite.h
    branches/gupc/libjava/gnu/javax/net/ssl/provider/OutputSecurityParameters.h
    branches/gupc/libjava/include/Makefile.in
    branches/gupc/libjava/java/io/ObjectOutputStream.h
    branches/gupc/libjava/java/security/ProtectionDomain.h
    branches/gupc/libjava/java/text/DateFormatSymbols.h
    branches/gupc/libjava/java/util/HashMap.h
    branches/gupc/libjava/java/util/regex/Matcher.h
    branches/gupc/libjava/java/util/regex/Pattern.h
    branches/gupc/libjava/sources.am
    branches/gupc/libjava/testsuite/Makefile.in
    branches/gupc/maintainer-scripts/ChangeLog
    branches/gupc/maintainer-scripts/crontab


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