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]

r183946 - in /branches/redhat/gcc-4_7-branch: ....


Author: jakub
Date: Mon Feb  6 23:03:05 2012
New Revision: 183946

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183946
Log:
svn merge -r183557:183945 svn+ssh://gcc.gnu.org/svn/gcc/trunk

Added:
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/29_atomics/atomic/cons/49445.cc
      - copied unchanged from r183945, trunk/libstdc++-v3/testsuite/29_atomics/atomic/cons/49445.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/29_atomics/atomic/operators/51811.cc
      - copied unchanged from r183945, trunk/libstdc++-v3/testsuite/29_atomics/atomic/operators/51811.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/29_atomics/atomic/operators/pointer_partial_void.cc
      - copied unchanged from r183945, trunk/libstdc++-v3/testsuite/29_atomics/atomic/operators/pointer_partial_void.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/libstdc++-prettyprinters/debug.cc
      - copied unchanged from r183945, trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/debug.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/libstdc++-prettyprinters/shared_ptr.cc
      - copied unchanged from r183945, trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/shared_ptr.cc
Modified:
    branches/redhat/gcc-4_7-branch/libstdc++-v3/ChangeLog
    branches/redhat/gcc-4_7-branch/libstdc++-v3/config/abi/post/i386-linux-gnu/baseline_symbols.txt
    branches/redhat/gcc-4_7-branch/libstdc++-v3/config/abi/post/i486-linux-gnu/baseline_symbols.txt
    branches/redhat/gcc-4_7-branch/libstdc++-v3/config/abi/post/powerpc-linux-gnu/baseline_symbols.txt
    branches/redhat/gcc-4_7-branch/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt
    branches/redhat/gcc-4_7-branch/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt
    branches/redhat/gcc-4_7-branch/libstdc++-v3/config/abi/post/s390-linux-gnu/baseline_symbols.txt
    branches/redhat/gcc-4_7-branch/libstdc++-v3/config/abi/post/s390x-linux-gnu/baseline_symbols.txt
    branches/redhat/gcc-4_7-branch/libstdc++-v3/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt
    branches/redhat/gcc-4_7-branch/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
    branches/redhat/gcc-4_7-branch/libstdc++-v3/config/abi/pre/gnu.ver
    branches/redhat/gcc-4_7-branch/libstdc++-v3/config/cpu/generic/atomicity_builtins/atomicity.h
    branches/redhat/gcc-4_7-branch/libstdc++-v3/configure
    branches/redhat/gcc-4_7-branch/libstdc++-v3/configure.ac
    branches/redhat/gcc-4_7-branch/libstdc++-v3/include/bits/atomic_base.h
    branches/redhat/gcc-4_7-branch/libstdc++-v3/include/bits/random.h
    branches/redhat/gcc-4_7-branch/libstdc++-v3/include/bits/random.tcc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/include/debug/safe_iterator.h
    branches/redhat/gcc-4_7-branch/libstdc++-v3/include/ext/atomicity.h
    branches/redhat/gcc-4_7-branch/libstdc++-v3/include/std/future
    branches/redhat/gcc-4_7-branch/libstdc++-v3/include/std/limits
    branches/redhat/gcc-4_7-branch/libstdc++-v3/libsupc++/typeinfo
    branches/redhat/gcc-4_7-branch/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/redhat/gcc-4_7-branch/libstdc++-v3/src/Makefile.am
    branches/redhat/gcc-4_7-branch/libstdc++-v3/src/Makefile.in
    branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++11/Makefile.am
    branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++11/Makefile.in
    branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++11/future.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++98/Makefile.am
    branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++98/Makefile.in
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/20_util/shared_ptr/cons/weak_ptr_expired.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/future/members/wait_for.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/future/members/wait_until.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/packaged_task/members/get_future.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/promise/members/set_value2.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/promise/members/set_value3.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/promise/members/swap.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/shared_future/members/wait_for.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/30_threads/shared_future/members/wait_until.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/lib/gdb-test.exp
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/libstdc++-prettyprinters/48362.cc
    branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple.cc

Changes in other areas also in this revision:
Added:
    branches/redhat/gcc-4_7-branch/gcc/common/config/cr16/
      - copied from r183945, trunk/gcc/common/config/cr16/
    branches/redhat/gcc-4_7-branch/gcc/config/cr16/
      - copied from r183945, trunk/gcc/config/cr16/
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ice6.C
      - copied unchanged from r183945, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-ice6.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic122.C
      - copied unchanged from r183945, trunk/gcc/testsuite/g++.dg/cpp0x/variadic122.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/opt/pr51895.C
      - copied unchanged from r183945, trunk/gcc/testsuite/g++.dg/opt/pr51895.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/other/gc5.C
      - copied unchanged from r183945, trunk/gcc/testsuite/g++.dg/other/gc5.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/other/pr52048.C
      - copied unchanged from r183945, trunk/gcc/testsuite/g++.dg/other/pr52048.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/template/conv13.C
      - copied unchanged from r183945, trunk/gcc/testsuite/g++.dg/template/conv13.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/template/crash112.C
      - copied unchanged from r183945, trunk/gcc/testsuite/g++.dg/template/crash112.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/torture/pr51959.C
      - copied unchanged from r183945, trunk/gcc/testsuite/g++.dg/torture/pr51959.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr52073.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.c-torture/compile/pr52073.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr52092.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.c-torture/compile/pr52092.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr52113.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.c-torture/compile/pr52113.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr52115.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.c-torture/compile/pr52115.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/execute/pr52129.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.c-torture/execute/pr52129.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/alias-12.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.dg/alias-12.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/alias-13.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.dg/alias-13.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/lto/trans-mem.h
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.dg/lto/trans-mem.h
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr48374.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.dg/pr48374.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr51990-2.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.dg/pr51990-2.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr51990.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.dg/pr51990.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr52045.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.dg/pr52045.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr52046.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.dg/pr52046.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr52086.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.dg/pr52086.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr50444.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.dg/torture/pr50444.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr51528.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.dg/torture/pr51528.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr52028.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.dg/torture/pr52028.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/tree-prof/pr52027.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.dg/tree-prof/pr52027.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/vect/pr52091.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.dg/vect/pr52091.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/arm/pr51835.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.target/arm/pr51835.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/arm/pr52006.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.target/arm/pr52006.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/avr/torture/pr51374-1.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.target/avr/torture/pr51374-1.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/mips/mips-prepend-1.c
      - copied unchanged from r183945, trunk/gcc/testsuite/gcc.target/mips/mips-prepend-1.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/allocate_alloc_opt_13.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/allocate_alloc_opt_13.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/class_48.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/class_48.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/class_49.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/class_49.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/class_allocate_10.f03
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/class_allocate_10.f03
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/class_allocate_11.f03
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/class_allocate_11.f03
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/class_allocate_12.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/class_allocate_12.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/class_allocate_7.f03
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/class_allocate_7.f03
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/class_allocate_8.f03
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/class_allocate_8.f03
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/class_allocate_9.f03
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/class_allocate_9.f03
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/class_array_10.f03
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/class_array_10.f03
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/class_array_11.f03
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/class_array_11.f03
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/class_array_12.f03
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/class_array_12.f03
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/default_initialization_6.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/default_initialization_6.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/dummy_procedure_7.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/dummy_procedure_7.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/elemental_args_check_5.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/elemental_args_check_5.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/elemental_args_check_6.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/elemental_args_check_6.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/elemental_function_1.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/elemental_function_1.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/function_optimize_10.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/function_optimize_10.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/gomp/pr48794-2.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/gomp/pr48794-2.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/move_alloc_13.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/move_alloc_13.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_10.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/realloc_on_assign_10.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_11.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/realloc_on_assign_11.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/shape_7.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/shape_7.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/typebound_generic_11.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/typebound_generic_11.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/typebound_operator_14.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/typebound_operator_14.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/vect/vect-8.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/vect/vect-8.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/warn_unused_dummy_argument_3.f90
      - copied unchanged from r183945, trunk/gcc/testsuite/gfortran.dg/warn_unused_dummy_argument_3.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gnat.dg/discr33.adb
      - copied unchanged from r183945, trunk/gcc/testsuite/gnat.dg/discr33.adb
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gnat.dg/discr34.adb
      - copied unchanged from r183945, trunk/gcc/testsuite/gnat.dg/discr34.adb
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gnat.dg/discr34_pkg.ads
      - copied unchanged from r183945, trunk/gcc/testsuite/gnat.dg/discr34_pkg.ads
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gnat.dg/limited_with3.adb
      - copied unchanged from r183945, trunk/gcc/testsuite/gnat.dg/limited_with3.adb
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gnat.dg/limited_with3.ads
      - copied unchanged from r183945, trunk/gcc/testsuite/gnat.dg/limited_with3.ads
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gnat.dg/limited_with3_pkg1.adb
      - copied unchanged from r183945, trunk/gcc/testsuite/gnat.dg/limited_with3_pkg1.adb
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gnat.dg/limited_with3_pkg1.ads
      - copied unchanged from r183945, trunk/gcc/testsuite/gnat.dg/limited_with3_pkg1.ads
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gnat.dg/limited_with3_pkg2.ads
      - copied unchanged from r183945, trunk/gcc/testsuite/gnat.dg/limited_with3_pkg2.ads
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gnat.dg/limited_with3_pkg3.ads
      - copied unchanged from r183945, trunk/gcc/testsuite/gnat.dg/limited_with3_pkg3.ads
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gnat.dg/stack_usage1.adb
      - copied unchanged from r183945, trunk/gcc/testsuite/gnat.dg/stack_usage1.adb
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gnat.dg/stack_usage1_pkg.adb
      - copied unchanged from r183945, trunk/gcc/testsuite/gnat.dg/stack_usage1_pkg.adb
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gnat.dg/stack_usage1_pkg.ads
      - copied unchanged from r183945, trunk/gcc/testsuite/gnat.dg/stack_usage1_pkg.ads
    branches/redhat/gcc-4_7-branch/libffi/testsuite/libffi.call/fastthis1_win32.c
      - copied unchanged from r183945, trunk/libffi/testsuite/libffi.call/fastthis1_win32.c
    branches/redhat/gcc-4_7-branch/libffi/testsuite/libffi.call/fastthis2_win32.c
      - copied unchanged from r183945, trunk/libffi/testsuite/libffi.call/fastthis2_win32.c
    branches/redhat/gcc-4_7-branch/libffi/testsuite/libffi.call/fastthis3_win32.c
      - copied unchanged from r183945, trunk/libffi/testsuite/libffi.call/fastthis3_win32.c
    branches/redhat/gcc-4_7-branch/libffi/testsuite/libffi.call/many2_win32.c
      - copied unchanged from r183945, trunk/libffi/testsuite/libffi.call/many2_win32.c
    branches/redhat/gcc-4_7-branch/libffi/testsuite/libffi.call/strlen2_win32.c
      - copied unchanged from r183945, trunk/libffi/testsuite/libffi.call/strlen2_win32.c
    branches/redhat/gcc-4_7-branch/libffi/testsuite/libffi.call/struct1_win32.c
      - copied unchanged from r183945, trunk/libffi/testsuite/libffi.call/struct1_win32.c
    branches/redhat/gcc-4_7-branch/libffi/testsuite/libffi.call/struct2_win32.c
      - copied unchanged from r183945, trunk/libffi/testsuite/libffi.call/struct2_win32.c
    branches/redhat/gcc-4_7-branch/libgcc/config/cr16/
      - copied from r183945, trunk/libgcc/config/cr16/
    branches/redhat/gcc-4_7-branch/libgo/go/compress/testdata/Mark.Twain-Tom.Sawyer.txt
      - copied unchanged from r183945, trunk/libgo/go/compress/testdata/Mark.Twain-Tom.Sawyer.txt
    branches/redhat/gcc-4_7-branch/libgo/go/exp/ebnflint/ebnflint_test.go
      - copied unchanged from r183945, trunk/libgo/go/exp/ebnflint/ebnflint_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/exp/html/
      - copied from r183945, trunk/libgo/go/exp/html/
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/a.0.golden
      - copied unchanged from r183945, trunk/libgo/go/go/doc/testdata/a.0.golden
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/a.1.golden
      - copied unchanged from r183945, trunk/libgo/go/go/doc/testdata/a.1.golden
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/b.0.golden
      - copied unchanged from r183945, trunk/libgo/go/go/doc/testdata/b.0.golden
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/b.1.golden
      - copied unchanged from r183945, trunk/libgo/go/go/doc/testdata/b.1.golden
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/c.0.golden
      - copied unchanged from r183945, trunk/libgo/go/go/doc/testdata/c.0.golden
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/c.1.golden
      - copied unchanged from r183945, trunk/libgo/go/go/doc/testdata/c.1.golden
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/c.go
      - copied unchanged from r183945, trunk/libgo/go/go/doc/testdata/c.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/d.0.golden
      - copied unchanged from r183945, trunk/libgo/go/go/doc/testdata/d.0.golden
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/d.1.golden
      - copied unchanged from r183945, trunk/libgo/go/go/doc/testdata/d.1.golden
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/d1.go
      - copied unchanged from r183945, trunk/libgo/go/go/doc/testdata/d1.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/d2.go
      - copied unchanged from r183945, trunk/libgo/go/go/doc/testdata/d2.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/e.0.golden
      - copied unchanged from r183945, trunk/libgo/go/go/doc/testdata/e.0.golden
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/e.1.golden
      - copied unchanged from r183945, trunk/libgo/go/go/doc/testdata/e.1.golden
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/e.go
      - copied unchanged from r183945, trunk/libgo/go/go/doc/testdata/e.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/testing.0.golden
      - copied unchanged from r183945, trunk/libgo/go/go/doc/testdata/testing.0.golden
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/testing.1.golden
      - copied unchanged from r183945, trunk/libgo/go/go/doc/testdata/testing.1.golden
    branches/redhat/gcc-4_7-branch/libgo/go/net/udp_test.go
      - copied unchanged from r183945, trunk/libgo/go/net/udp_test.go
    branches/redhat/gcc-4_7-branch/libgo/runtime/go-nosys.c
      - copied unchanged from r183945, trunk/libgo/runtime/go-nosys.c
Removed:
    branches/redhat/gcc-4_7-branch/gcc/testsuite/go.test/test/bench/go1/_test/
    branches/redhat/gcc-4_7-branch/libgo/go/compress/flate/util.go
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/bcrypt/
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/blowfish/
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/cast5/
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/md4/
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/ocsp/
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/openpgp/
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/ripemd160/
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/twofish/
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/xtea/
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/git85/
    branches/redhat/gcc-4_7-branch/libgo/go/exp/spdy/
    branches/redhat/gcc-4_7-branch/libgo/go/exp/ssh/
    branches/redhat/gcc-4_7-branch/libgo/go/exp/template/
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/a.out
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/b.out
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/testing.out
    branches/redhat/gcc-4_7-branch/libgo/go/html/const.go
    branches/redhat/gcc-4_7-branch/libgo/go/html/doc.go
    branches/redhat/gcc-4_7-branch/libgo/go/html/doctype.go
    branches/redhat/gcc-4_7-branch/libgo/go/html/foreign.go
    branches/redhat/gcc-4_7-branch/libgo/go/html/node.go
    branches/redhat/gcc-4_7-branch/libgo/go/html/parse.go
    branches/redhat/gcc-4_7-branch/libgo/go/html/parse_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/html/render.go
    branches/redhat/gcc-4_7-branch/libgo/go/html/render_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/html/testdata/
    branches/redhat/gcc-4_7-branch/libgo/go/html/token.go
    branches/redhat/gcc-4_7-branch/libgo/go/html/token_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/dict/
    branches/redhat/gcc-4_7-branch/libgo/go/patch/
    branches/redhat/gcc-4_7-branch/libgo/go/websocket/
Modified:
    branches/redhat/gcc-4_7-branch/   (props changed)
    branches/redhat/gcc-4_7-branch/ChangeLog
    branches/redhat/gcc-4_7-branch/MAINTAINERS
    branches/redhat/gcc-4_7-branch/configure
    branches/redhat/gcc-4_7-branch/configure.ac
    branches/redhat/gcc-4_7-branch/contrib/ChangeLog
    branches/redhat/gcc-4_7-branch/contrib/config-list.mk
    branches/redhat/gcc-4_7-branch/gcc/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/DATESTAMP
    branches/redhat/gcc-4_7-branch/gcc/Makefile.in
    branches/redhat/gcc-4_7-branch/gcc/ada/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/ada/a-calend-vms.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/a-calend.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/a-cbdlli.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/a-cdlili.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/a-cidlli.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/a-cobove.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/a-coinve.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/a-convec.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/a-strhas.ads
    branches/redhat/gcc-4_7-branch/gcc/ada/aspects.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/aspects.ads
    branches/redhat/gcc-4_7-branch/gcc/ada/einfo.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/einfo.ads
    branches/redhat/gcc-4_7-branch/gcc/ada/exp_aggr.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/exp_ch11.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/exp_ch3.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/exp_ch7.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/exp_ch9.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/freeze.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/gcc-interface/Make-lang.in
    branches/redhat/gcc-4_7-branch/gcc/ada/gcc-interface/Makefile.in
    branches/redhat/gcc-4_7-branch/gcc/ada/gcc-interface/ada-tree.h
    branches/redhat/gcc-4_7-branch/gcc/ada/gcc-interface/decl.c
    branches/redhat/gcc-4_7-branch/gcc/ada/gcc-interface/gigi.h
    branches/redhat/gcc-4_7-branch/gcc/ada/gcc-interface/trans.c
    branches/redhat/gcc-4_7-branch/gcc/ada/gcc-interface/utils.c
    branches/redhat/gcc-4_7-branch/gcc/ada/gnat_rm.texi
    branches/redhat/gcc-4_7-branch/gcc/ada/gnat_ugn.texi
    branches/redhat/gcc-4_7-branch/gcc/ada/gnatcmd.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/makeutl.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/par-prag.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/prj-conf.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/prj-env.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/prj-nmsc.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/prj-proc.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/prj.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/prj.ads
    branches/redhat/gcc-4_7-branch/gcc/ada/projects.texi
    branches/redhat/gcc-4_7-branch/gcc/ada/s-diflio.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/s-diflio.ads
    branches/redhat/gcc-4_7-branch/gcc/ada/s-diinio.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/s-diinio.ads
    branches/redhat/gcc-4_7-branch/gcc/ada/s-dimmks.ads
    branches/redhat/gcc-4_7-branch/gcc/ada/s-llflex.ads
    branches/redhat/gcc-4_7-branch/gcc/ada/s-rannum.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/s-ransee.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/s-ransee.ads
    branches/redhat/gcc-4_7-branch/gcc/ada/sem.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/sem_aggr.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/sem_attr.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/sem_cat.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/sem_ch12.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/sem_ch13.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/sem_ch3.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/sem_ch4.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/sem_ch4.ads
    branches/redhat/gcc-4_7-branch/gcc/ada/sem_ch6.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/sem_ch8.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/sem_dim.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/sem_dist.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/sem_dist.ads
    branches/redhat/gcc-4_7-branch/gcc/ada/sem_prag.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/sem_util.adb
    branches/redhat/gcc-4_7-branch/gcc/ada/sigtramp-ppcvxw.c
    branches/redhat/gcc-4_7-branch/gcc/ada/snames.ads-tmpl
    branches/redhat/gcc-4_7-branch/gcc/ada/system-vxworks-ppc.ads
    branches/redhat/gcc-4_7-branch/gcc/builtins.c
    branches/redhat/gcc-4_7-branch/gcc/builtins.def
    branches/redhat/gcc-4_7-branch/gcc/c-family/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/c-family/c-cppbuiltin.c
    branches/redhat/gcc-4_7-branch/gcc/c-family/c.opt
    branches/redhat/gcc-4_7-branch/gcc/c-typeck.c
    branches/redhat/gcc-4_7-branch/gcc/calls.c
    branches/redhat/gcc-4_7-branch/gcc/cfgexpand.c
    branches/redhat/gcc-4_7-branch/gcc/cgraphunit.c
    branches/redhat/gcc-4_7-branch/gcc/combine.c
    branches/redhat/gcc-4_7-branch/gcc/common.opt
    branches/redhat/gcc-4_7-branch/gcc/config.gcc
    branches/redhat/gcc-4_7-branch/gcc/config/alpha/alpha.c
    branches/redhat/gcc-4_7-branch/gcc/config/arm/arm.c
    branches/redhat/gcc-4_7-branch/gcc/config/arm/arm.md
    branches/redhat/gcc-4_7-branch/gcc/config/arm/thumb2.md
    branches/redhat/gcc-4_7-branch/gcc/config/avr/avr-protos.h
    branches/redhat/gcc-4_7-branch/gcc/config/avr/avr.c
    branches/redhat/gcc-4_7-branch/gcc/config/avr/avr.h
    branches/redhat/gcc-4_7-branch/gcc/config/avr/avr.md
    branches/redhat/gcc-4_7-branch/gcc/config/freebsd-spec.h
    branches/redhat/gcc-4_7-branch/gcc/config/i386/i386.c
    branches/redhat/gcc-4_7-branch/gcc/config/i386/i386.md
    branches/redhat/gcc-4_7-branch/gcc/config/m68k/m68k.c
    branches/redhat/gcc-4_7-branch/gcc/config/m68k/sync.md
    branches/redhat/gcc-4_7-branch/gcc/config/microblaze/microblaze.c
    branches/redhat/gcc-4_7-branch/gcc/config/mips/mips-dspr2.md
    branches/redhat/gcc-4_7-branch/gcc/config/mips/mips.md
    branches/redhat/gcc-4_7-branch/gcc/config/pa/pa.c
    branches/redhat/gcc-4_7-branch/gcc/config/rs6000/rs6000.c
    branches/redhat/gcc-4_7-branch/gcc/config/s390/s390.md
    branches/redhat/gcc-4_7-branch/gcc/config/sparc/sparc.c
    branches/redhat/gcc-4_7-branch/gcc/config/sparc/sync.md
    branches/redhat/gcc-4_7-branch/gcc/cp/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/cp/class.c
    branches/redhat/gcc-4_7-branch/gcc/cp/cp-tree.h
    branches/redhat/gcc-4_7-branch/gcc/cp/cvt.c
    branches/redhat/gcc-4_7-branch/gcc/cp/error.c
    branches/redhat/gcc-4_7-branch/gcc/cp/pt.c
    branches/redhat/gcc-4_7-branch/gcc/df-problems.c
    branches/redhat/gcc-4_7-branch/gcc/diagnostic.c
    branches/redhat/gcc-4_7-branch/gcc/doc/extend.texi
    branches/redhat/gcc-4_7-branch/gcc/doc/install.texi
    branches/redhat/gcc-4_7-branch/gcc/doc/invoke.texi
    branches/redhat/gcc-4_7-branch/gcc/doc/libgcc.texi
    branches/redhat/gcc-4_7-branch/gcc/doc/md.texi
    branches/redhat/gcc-4_7-branch/gcc/doc/tm.texi
    branches/redhat/gcc-4_7-branch/gcc/doc/tm.texi.in
    branches/redhat/gcc-4_7-branch/gcc/dwarf2out.c
    branches/redhat/gcc-4_7-branch/gcc/expr.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/fortran/class.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/decl.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/expr.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/frontend-passes.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/gfortran.h
    branches/redhat/gcc-4_7-branch/gcc/fortran/match.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/match.h
    branches/redhat/gcc-4_7-branch/gcc/fortran/module.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/primary.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/resolve.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/simplify.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/symbol.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/trans-array.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/trans-array.h
    branches/redhat/gcc-4_7-branch/gcc/fortran/trans-common.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/trans-decl.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/trans-expr.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/trans-intrinsic.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/trans-stmt.c
    branches/redhat/gcc-4_7-branch/gcc/fortran/trans.h
    branches/redhat/gcc-4_7-branch/gcc/function.h
    branches/redhat/gcc-4_7-branch/gcc/gcc.c
    branches/redhat/gcc-4_7-branch/gcc/gimplify.c
    branches/redhat/gcc-4_7-branch/gcc/go/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/go/go-lang.c
    branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/expressions.cc
    branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/gogo-tree.cc
    branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/gogo.cc
    branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/gogo.h
    branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/import.cc
    branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/parse.cc
    branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/types.cc
    branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/types.h
    branches/redhat/gcc-4_7-branch/gcc/haifa-sched.c
    branches/redhat/gcc-4_7-branch/gcc/incpath.c
    branches/redhat/gcc-4_7-branch/gcc/ipa-inline-transform.c
    branches/redhat/gcc-4_7-branch/gcc/ipa-prop.c
    branches/redhat/gcc-4_7-branch/gcc/ipa-pure-const.c
    branches/redhat/gcc-4_7-branch/gcc/loop-unswitch.c
    branches/redhat/gcc-4_7-branch/gcc/lower-subreg.c
    branches/redhat/gcc-4_7-branch/gcc/modulo-sched.c
    branches/redhat/gcc-4_7-branch/gcc/optabs.c
    branches/redhat/gcc-4_7-branch/gcc/params.def
    branches/redhat/gcc-4_7-branch/gcc/po/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/po/be.po
    branches/redhat/gcc-4_7-branch/gcc/po/da.po
    branches/redhat/gcc-4_7-branch/gcc/po/de.po
    branches/redhat/gcc-4_7-branch/gcc/po/el.po
    branches/redhat/gcc-4_7-branch/gcc/po/es.po
    branches/redhat/gcc-4_7-branch/gcc/po/fi.po
    branches/redhat/gcc-4_7-branch/gcc/po/fr.po
    branches/redhat/gcc-4_7-branch/gcc/po/gcc.pot
    branches/redhat/gcc-4_7-branch/gcc/po/id.po
    branches/redhat/gcc-4_7-branch/gcc/po/ja.po
    branches/redhat/gcc-4_7-branch/gcc/po/nl.po
    branches/redhat/gcc-4_7-branch/gcc/po/ru.po
    branches/redhat/gcc-4_7-branch/gcc/po/sr.po
    branches/redhat/gcc-4_7-branch/gcc/po/sv.po
    branches/redhat/gcc-4_7-branch/gcc/po/tr.po
    branches/redhat/gcc-4_7-branch/gcc/po/vi.po
    branches/redhat/gcc-4_7-branch/gcc/po/zh_CN.po
    branches/redhat/gcc-4_7-branch/gcc/po/zh_TW.po
    branches/redhat/gcc-4_7-branch/gcc/ree.c
    branches/redhat/gcc-4_7-branch/gcc/reginfo.c
    branches/redhat/gcc-4_7-branch/gcc/reload1.c
    branches/redhat/gcc-4_7-branch/gcc/sel-sched-ir.h
    branches/redhat/gcc-4_7-branch/gcc/target.def
    branches/redhat/gcc-4_7-branch/gcc/testsuite/ChangeLog
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-rom.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/ext/visibility/template10.C
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/atomic-flag.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/dfp/fe-convert-2.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/lto/trans-mem-1_1.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/lto/trans-mem-2_0.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/lto/trans-mem-3_1.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/lto/trans-mem-4_1.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr44194-1.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr44194-2.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr48774.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/tm/pr51472.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/tree-prof/stringop-2.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/tree-ssa/ldist-16.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/tree-ssa/ldist-17.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/tree-ssa/ldist-pr45948.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/arm/di-longlong64-sync-withldrexd.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/mips/atomic-memory-1.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/mips/extend-1.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/mips/mmcount-ra-address-1.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/mips/mmcount-ra-address-2.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/mips/mmcount-ra-address-3.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/mips/octeon-exts-6.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/mips/octeon2-lx-1.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/mips/pr37362.c
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/allocate_alloc_opt_4.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/guality/pr41558.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/ldist-pr45199.f
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/module_md5_1.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/pr45636.f90
    branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/reassoc_4.f
    branches/redhat/gcc-4_7-branch/gcc/testsuite/go.test/go-test.exp
    branches/redhat/gcc-4_7-branch/gcc/testsuite/lib/go.exp
    branches/redhat/gcc-4_7-branch/gcc/testsuite/lib/target-supports.exp
    branches/redhat/gcc-4_7-branch/gcc/trans-mem.c
    branches/redhat/gcc-4_7-branch/gcc/tree-data-ref.c
    branches/redhat/gcc-4_7-branch/gcc/tree-data-ref.h
    branches/redhat/gcc-4_7-branch/gcc/tree-eh.c
    branches/redhat/gcc-4_7-branch/gcc/tree-loop-distribution.c
    branches/redhat/gcc-4_7-branch/gcc/tree-optimize.c
    branches/redhat/gcc-4_7-branch/gcc/tree-parloops.c
    branches/redhat/gcc-4_7-branch/gcc/tree-predcom.c
    branches/redhat/gcc-4_7-branch/gcc/tree-sra.c
    branches/redhat/gcc-4_7-branch/gcc/tree-ssa-loop-ivopts.c
    branches/redhat/gcc-4_7-branch/gcc/tree-ssa-pre.c
    branches/redhat/gcc-4_7-branch/gcc/tree-ssa-sccvn.c
    branches/redhat/gcc-4_7-branch/gcc/tree-ssa-tail-merge.c
    branches/redhat/gcc-4_7-branch/gcc/tree-vect-loop.c
    branches/redhat/gcc-4_7-branch/gcc/tree-vect-patterns.c
    branches/redhat/gcc-4_7-branch/gcc/tree-vect-slp.c
    branches/redhat/gcc-4_7-branch/gcc/tree-vect-stmts.c
    branches/redhat/gcc-4_7-branch/gcc/tree-vectorizer.h
    branches/redhat/gcc-4_7-branch/gcc/tree.c
    branches/redhat/gcc-4_7-branch/gcc/var-tracking.c
    branches/redhat/gcc-4_7-branch/gcc/varpool.c
    branches/redhat/gcc-4_7-branch/include/ChangeLog
    branches/redhat/gcc-4_7-branch/include/dwarf2.h
    branches/redhat/gcc-4_7-branch/libcpp/po/ChangeLog
    branches/redhat/gcc-4_7-branch/libcpp/po/be.po
    branches/redhat/gcc-4_7-branch/libcpp/po/ca.po
    branches/redhat/gcc-4_7-branch/libcpp/po/cpplib.pot
    branches/redhat/gcc-4_7-branch/libcpp/po/da.po
    branches/redhat/gcc-4_7-branch/libcpp/po/de.po
    branches/redhat/gcc-4_7-branch/libcpp/po/el.po
    branches/redhat/gcc-4_7-branch/libcpp/po/es.po
    branches/redhat/gcc-4_7-branch/libcpp/po/fi.po
    branches/redhat/gcc-4_7-branch/libcpp/po/fr.po
    branches/redhat/gcc-4_7-branch/libcpp/po/id.po
    branches/redhat/gcc-4_7-branch/libcpp/po/ja.po
    branches/redhat/gcc-4_7-branch/libcpp/po/nl.po
    branches/redhat/gcc-4_7-branch/libcpp/po/ru.po
    branches/redhat/gcc-4_7-branch/libcpp/po/sv.po
    branches/redhat/gcc-4_7-branch/libcpp/po/tr.po
    branches/redhat/gcc-4_7-branch/libcpp/po/uk.po
    branches/redhat/gcc-4_7-branch/libcpp/po/vi.po
    branches/redhat/gcc-4_7-branch/libcpp/po/zh_CN.po
    branches/redhat/gcc-4_7-branch/libcpp/po/zh_TW.po
    branches/redhat/gcc-4_7-branch/libffi/ChangeLog
    branches/redhat/gcc-4_7-branch/libffi/src/x86/ffi.c
    branches/redhat/gcc-4_7-branch/libffi/src/x86/ffitarget.h
    branches/redhat/gcc-4_7-branch/libffi/src/x86/win32.S
    branches/redhat/gcc-4_7-branch/libgcc/ChangeLog
    branches/redhat/gcc-4_7-branch/libgcc/config.host
    branches/redhat/gcc-4_7-branch/libgcc/config/mips/libgcc-mips16.ver
    branches/redhat/gcc-4_7-branch/libgcc/config/mips/mips16.S
    branches/redhat/gcc-4_7-branch/libgo/MERGE
    branches/redhat/gcc-4_7-branch/libgo/Makefile.am
    branches/redhat/gcc-4_7-branch/libgo/Makefile.in
    branches/redhat/gcc-4_7-branch/libgo/config.h.in
    branches/redhat/gcc-4_7-branch/libgo/configure
    branches/redhat/gcc-4_7-branch/libgo/configure.ac
    branches/redhat/gcc-4_7-branch/libgo/go/archive/tar/reader.go
    branches/redhat/gcc-4_7-branch/libgo/go/archive/tar/reader_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/archive/zip/reader.go
    branches/redhat/gcc-4_7-branch/libgo/go/archive/zip/reader_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/archive/zip/struct.go
    branches/redhat/gcc-4_7-branch/libgo/go/archive/zip/writer.go
    branches/redhat/gcc-4_7-branch/libgo/go/archive/zip/zip_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/bytes/buffer.go
    branches/redhat/gcc-4_7-branch/libgo/go/compress/flate/deflate.go
    branches/redhat/gcc-4_7-branch/libgo/go/compress/flate/deflate_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/compress/flate/huffman_bit_writer.go
    branches/redhat/gcc-4_7-branch/libgo/go/compress/flate/huffman_code.go
    branches/redhat/gcc-4_7-branch/libgo/go/compress/gzip/gunzip.go
    branches/redhat/gcc-4_7-branch/libgo/go/compress/gzip/gunzip_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/compress/zlib/reader.go
    branches/redhat/gcc-4_7-branch/libgo/go/compress/zlib/reader_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/dsa/dsa.go
    branches/redhat/gcc-4_7-branch/libgo/go/crypto/tls/root_stub.go
    branches/redhat/gcc-4_7-branch/libgo/go/database/sql/convert.go
    branches/redhat/gcc-4_7-branch/libgo/go/database/sql/fakedb_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/database/sql/sql.go
    branches/redhat/gcc-4_7-branch/libgo/go/database/sql/sql_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/binary/varint.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/binary/varint_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/gob/debug.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/gob/decoder.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/gob/gobencdec_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/xml/marshal.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/xml/marshal_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/xml/read.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/xml/read_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/xml/typeinfo.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/xml/xml.go
    branches/redhat/gcc-4_7-branch/libgo/go/encoding/xml/xml_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/exp/ebnflint/ebnflint.go
    branches/redhat/gcc-4_7-branch/libgo/go/exp/norm/tables.go
    branches/redhat/gcc-4_7-branch/libgo/go/exp/norm/triegen.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/ast/import.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/build/build.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/build/build_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/build/dir.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/build/path.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/doc.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/doc_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/exports.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/filter.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/reader.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/doc/testdata/b.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/parser/interface.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/parser/parser.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/printer/nodes.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/printer/printer.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/printer/testdata/declarations.golden
    branches/redhat/gcc-4_7-branch/libgo/go/go/printer/testdata/linebreaks.golden
    branches/redhat/gcc-4_7-branch/libgo/go/go/printer/testdata/linebreaks.input
    branches/redhat/gcc-4_7-branch/libgo/go/go/scanner/scanner.go
    branches/redhat/gcc-4_7-branch/libgo/go/go/scanner/scanner_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/html/escape.go
    branches/redhat/gcc-4_7-branch/libgo/go/io/ioutil/ioutil.go
    branches/redhat/gcc-4_7-branch/libgo/go/math/big/arith.go
    branches/redhat/gcc-4_7-branch/libgo/go/math/big/arith_decl.go
    branches/redhat/gcc-4_7-branch/libgo/go/math/big/arith_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/cgo_stub.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/dial.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/dialgoogle_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/fd.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/fd_windows.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/client.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/client_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/readrequest_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/request.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/request_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/transport.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/http/transport_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/ipraw_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/iprawsock_plan9.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/iprawsock_posix.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/lookup_plan9.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/rpc/client.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/rpc/server_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/sock.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/sockopt.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/tcpsock_plan9.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/tcpsock_posix.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/timeout_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/udpsock_plan9.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/udpsock_posix.go
    branches/redhat/gcc-4_7-branch/libgo/go/net/unixsock_posix.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/exec/exec_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/file_plan9.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/stat_plan9.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/sys_uname.go
    branches/redhat/gcc-4_7-branch/libgo/go/os/user/lookup_stubs.go
    branches/redhat/gcc-4_7-branch/libgo/go/path/filepath/path_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/reflect/all_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/reflect/type.go
    branches/redhat/gcc-4_7-branch/libgo/go/regexp/regexp.go
    branches/redhat/gcc-4_7-branch/libgo/go/runtime/chan_test.go
    branches/redhat/gcc-4_7-branch/libgo/go/runtime/debug.go
    branches/redhat/gcc-4_7-branch/libgo/go/runtime/extern.go
    branches/redhat/gcc-4_7-branch/libgo/go/syscall/exec_bsd.go
    branches/redhat/gcc-4_7-branch/libgo/go/syscall/libcall_linux.go
    branches/redhat/gcc-4_7-branch/libgo/go/syscall/libcall_posix.go
    branches/redhat/gcc-4_7-branch/libgo/go/syscall/sockcmsg_unix.go
    branches/redhat/gcc-4_7-branch/libgo/go/syscall/socket.go
    branches/redhat/gcc-4_7-branch/libgo/go/syscall/socket_irix.go
    branches/redhat/gcc-4_7-branch/libgo/go/syscall/syscall_linux_386.go
    branches/redhat/gcc-4_7-branch/libgo/go/syscall/syscall_linux_alpha.go
    branches/redhat/gcc-4_7-branch/libgo/go/syscall/syscall_linux_amd64.go
    branches/redhat/gcc-4_7-branch/libgo/mksysinfo.sh
    branches/redhat/gcc-4_7-branch/libgo/runtime/go-print.c
    branches/redhat/gcc-4_7-branch/libgo/runtime/thread-sema.c
    branches/redhat/gcc-4_7-branch/libiberty/ChangeLog
    branches/redhat/gcc-4_7-branch/libiberty/make-relative-prefix.c
    branches/redhat/gcc-4_7-branch/libitm/ChangeLog
    branches/redhat/gcc-4_7-branch/libitm/testsuite/libitm.c++/c++.exp
    branches/redhat/gcc-4_7-branch/libjava/ChangeLog
    branches/redhat/gcc-4_7-branch/libjava/configure
    branches/redhat/gcc-4_7-branch/libjava/configure.ac
    branches/redhat/gcc-4_7-branch/libjava/interpret.cc
    branches/redhat/gcc-4_7-branch/libjava/java/lang/reflect/natMethod.cc
    branches/redhat/gcc-4_7-branch/libjava/java/lang/reflect/natVMProxy.cc

Propchange: branches/redhat/gcc-4_7-branch/
            ('svn:mergeinfo' modified)



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