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]

r209238 - in /branches/redhat/gcc-4_8-branch: ....


Author: jakub
Date: Wed Apr  9 08:01:38 2014
New Revision: 209238

URL: http://gcc.gnu.org/viewcvs?rev=209238&root=gcc&view=rev
Log:
svn merge -r206849:209080 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch

Added:
    branches/redhat/gcc-4_8-branch/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc
      - copied unchanged from r209080, branches/gcc-4_8-branch/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc
    branches/redhat/gcc-4_8-branch/libstdc++-v3/testsuite/20_util/bind/57899.cc
      - copied unchanged from r209080, branches/gcc-4_8-branch/libstdc++-v3/testsuite/20_util/bind/57899.cc
    branches/redhat/gcc-4_8-branch/libstdc++-v3/testsuite/23_containers/unordered_map/59548.cc
      - copied unchanged from r209080, branches/gcc-4_8-branch/libstdc++-v3/testsuite/23_containers/unordered_map/59548.cc
    branches/redhat/gcc-4_8-branch/libstdc++-v3/testsuite/23_containers/vector/allocator/move.cc
      - copied unchanged from r209080, branches/gcc-4_8-branch/libstdc++-v3/testsuite/23_containers/vector/allocator/move.cc
    branches/redhat/gcc-4_8-branch/libstdc++-v3/testsuite/29_atomics/atomic/60658.cc
      - copied unchanged from r209080, branches/gcc-4_8-branch/libstdc++-v3/testsuite/29_atomics/atomic/60658.cc
    branches/redhat/gcc-4_8-branch/libstdc++-v3/testsuite/30_threads/packaged_task/60564.cc
      - copied unchanged from r209080, branches/gcc-4_8-branch/libstdc++-v3/testsuite/30_threads/packaged_task/60564.cc
Modified:
    branches/redhat/gcc-4_8-branch/libstdc++-v3/ChangeLog
    branches/redhat/gcc-4_8-branch/libstdc++-v3/include/bits/atomic_base.h
    branches/redhat/gcc-4_8-branch/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/redhat/gcc-4_8-branch/libstdc++-v3/include/bits/stl_vector.h
    branches/redhat/gcc-4_8-branch/libstdc++-v3/include/debug/safe_unordered_base.h
    branches/redhat/gcc-4_8-branch/libstdc++-v3/include/std/future
    branches/redhat/gcc-4_8-branch/libstdc++-v3/libsupc++/eh_alloc.cc
    branches/redhat/gcc-4_8-branch/libstdc++-v3/libsupc++/eh_call.cc
    branches/redhat/gcc-4_8-branch/libstdc++-v3/libsupc++/eh_throw.cc
    branches/redhat/gcc-4_8-branch/libstdc++-v3/src/c++11/thread.cc
    branches/redhat/gcc-4_8-branch/libstdc++-v3/testsuite/23_containers/vector/allocator/move_assign.cc

Changes in other areas also in this revision:
Added:
    branches/redhat/gcc-4_8-branch/gcc/testsuite/c-c++-common/cpp/pr58844-1.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/c-c++-common/cpp/pr58844-1.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/c-c++-common/cpp/pr58844-2.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/c-c++-common/cpp/pr58844-2.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/c-c++-common/cpp/pr60400-1.h
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/c-c++-common/cpp/pr60400-1.h
    branches/redhat/gcc-4_8-branch/gcc/testsuite/c-c++-common/cpp/pr60400-2.h
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/c-c++-common/cpp/pr60400-2.h
    branches/redhat/gcc-4_8-branch/gcc/testsuite/c-c++-common/cpp/pr60400.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/c-c++-common/cpp/pr60400.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/c-c++-common/gomp/pr58809.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/c-c++-common/gomp/pr58809.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/c-c++-common/pr37743.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/c-c++-common/pr37743.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/c-c++-common/pr60101.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/c-c++-common/pr60101.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/c-c++-common/torture/pr60026.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/c-c++-common/torture/pr60026.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-41.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-41.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/defaulted48.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/defaulted48.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/deleted3.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/deleted3.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/enum_base2.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/enum_base2.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/initlist76.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/initlist76.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/initlist78.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/initlist78.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/initlist79.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/initlist79.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/noexcept22.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/noexcept22.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-union3.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-union3.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/static_assert9.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/static_assert9.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/variadic147.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/variadic147.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/variadic148.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/variadic148.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/variadic149.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/variadic149.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/variadic150.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/variadic150.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/eh/uncaught4.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/eh/uncaught4.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/attrib48.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/attrib48.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/builtin-bswap1.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/builtin-bswap1.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/stmtexpr15.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/stmtexpr15.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/timevar2.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/timevar2.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/traits1.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/traits1.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/vector25.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/vector25.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/vector27.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/vector27.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/gomp/for-20.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/gomp/for-20.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/ipa/pr60419.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/ipa/pr60419.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/template/partial15.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/template/partial15.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/template/ref7.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/template/ref7.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/template/shadow1.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/template/shadow1.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/template/using27.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/template/using27.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/template/using28.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/template/using28.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/template/using29.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/template/using29.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/tls/thread_local-ice2.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/tls/thread_local-ice2.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/tls/thread_local8.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/tls/thread_local8.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/tm/pr60004.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/tm/pr60004.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/torture/pr57499.C
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/torture/pr57499.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/20140212-1.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/20140212-1.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/20140326-1.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/20140326-1.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr60017.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr60017.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr60062.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr60062.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr60072.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr60072.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr60454.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr60454.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/gomp/pr58809.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/gomp/pr58809.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/guality/pr59776.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/guality/pr59776.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/ipa/pr55260.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/ipa/pr55260.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr56824.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr56824.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr60485-1.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr60485-1.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr60485-2.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr60485-2.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57425-1.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57425-1.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57425-2.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57425-2.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57425-3.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57425-3.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57569.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57569.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr59891.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr59891.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr59903.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr59903.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr60115.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr60115.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr60183.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr60183.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/vect/pr60276.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/vect/pr60276.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/vect/pr60382.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/vect/pr60382.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/arm/pr57637.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/arm/pr57637.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/nest-1.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/nest-1.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr43546.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr43546.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59794-1.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59794-1.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59794-2.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59794-2.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59794-3.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59794-3.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59794-4.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59794-4.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59794-5.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59794-5.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59794-6.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59794-6.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59794-7.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59794-7.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59929.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59929.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr60700.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr60700.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/microblaze/isa/fcmp4.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/microblaze/isa/fcmp4.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/microblaze/others/builtin-trap.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/microblaze/others/builtin-trap.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/microblaze/others/mem_reload.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/microblaze/others/mem_reload.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/s390/hotpatch-compile-8.c
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/s390/hotpatch-compile-8.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/allocate_class_3.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/allocate_class_3.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/default_initialization_7.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/default_initialization_7.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/elemental_subroutine_9.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/elemental_subroutine_9.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/fmt_en.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/fmt_en.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/fmt_g_1.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/fmt_g_1.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/ichar_3.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/ichar_3.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/implicit_pure_4.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/implicit_pure_4.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/init_flag_12.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/init_flag_12.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/list_read_12.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/list_read_12.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/pr52370.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/pr52370.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/pr59700.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/pr59700.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/proc_ptr_45.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/proc_ptr_45.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/proc_ptr_46.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/proc_ptr_46.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/proc_ptr_comp_38.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/proc_ptr_comp_38.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/shape_8.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/shape_8.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/str_comp_optimize_1.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/str_comp_optimize_1.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/typebound_generic_15.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/typebound_generic_15.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/unresolved_fixup_1.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/unresolved_fixup_1.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/unresolved_fixup_2.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/unresolved_fixup_2.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/where_4.f90
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/where_4.f90
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gnat.dg/opt32.adb
      - copied unchanged from r209080, branches/gcc-4_8-branch/gcc/testsuite/gnat.dg/opt32.adb
    branches/redhat/gcc-4_8-branch/libjava/testsuite/libjava.lang/sourcelocation.xfail
      - copied unchanged from r209080, branches/gcc-4_8-branch/libjava/testsuite/libjava.lang/sourcelocation.xfail
Modified:
    branches/redhat/gcc-4_8-branch/   (props changed)
    branches/redhat/gcc-4_8-branch/gcc/ChangeLog
    branches/redhat/gcc-4_8-branch/gcc/DATESTAMP
    branches/redhat/gcc-4_8-branch/gcc/Makefile.in
    branches/redhat/gcc-4_8-branch/gcc/ada/ChangeLog
    branches/redhat/gcc-4_8-branch/gcc/ada/back_end.ads
    branches/redhat/gcc-4_8-branch/gcc/ada/cstand.adb
    branches/redhat/gcc-4_8-branch/gcc/ada/gcc-interface/gigi.h
    branches/redhat/gcc-4_8-branch/gcc/ada/gcc-interface/misc.c
    branches/redhat/gcc-4_8-branch/gcc/ada/system-linux-alpha.ads
    branches/redhat/gcc-4_8-branch/gcc/ada/system-linux-mips.ads
    branches/redhat/gcc-4_8-branch/gcc/ada/system-linux-mips64el.ads
    branches/redhat/gcc-4_8-branch/gcc/ada/system-linux-mipsel.ads
    branches/redhat/gcc-4_8-branch/gcc/ada/system-linux-s390.ads
    branches/redhat/gcc-4_8-branch/gcc/ada/system-linux-s390x.ads
    branches/redhat/gcc-4_8-branch/gcc/ada/system-linux-sparc.ads
    branches/redhat/gcc-4_8-branch/gcc/ada/system-linux-sparcv9.ads
    branches/redhat/gcc-4_8-branch/gcc/ada/system-rtems.ads
    branches/redhat/gcc-4_8-branch/gcc/ada/system-vxworks-arm.ads
    branches/redhat/gcc-4_8-branch/gcc/alias.c
    branches/redhat/gcc-4_8-branch/gcc/bb-reorder.c
    branches/redhat/gcc-4_8-branch/gcc/builtins.c
    branches/redhat/gcc-4_8-branch/gcc/c-family/ChangeLog
    branches/redhat/gcc-4_8-branch/gcc/c-family/c-common.c
    branches/redhat/gcc-4_8-branch/gcc/c/ChangeLog
    branches/redhat/gcc-4_8-branch/gcc/c/c-typeck.c
    branches/redhat/gcc-4_8-branch/gcc/combine.c
    branches/redhat/gcc-4_8-branch/gcc/config.in
    branches/redhat/gcc-4_8-branch/gcc/config/arm/arm.h
    branches/redhat/gcc-4_8-branch/gcc/config/avr/avr.c
    branches/redhat/gcc-4_8-branch/gcc/config/i386/driver-i386.c
    branches/redhat/gcc-4_8-branch/gcc/config/i386/f16cintrin.h
    branches/redhat/gcc-4_8-branch/gcc/config/i386/i386.c
    branches/redhat/gcc-4_8-branch/gcc/config/i386/i386.md
    branches/redhat/gcc-4_8-branch/gcc/config/i386/sse.md
    branches/redhat/gcc-4_8-branch/gcc/config/microblaze/microblaze.c
    branches/redhat/gcc-4_8-branch/gcc/config/microblaze/microblaze.h
    branches/redhat/gcc-4_8-branch/gcc/config/microblaze/microblaze.md
    branches/redhat/gcc-4_8-branch/gcc/config/microblaze/predicates.md
    branches/redhat/gcc-4_8-branch/gcc/config/mips/mips.c
    branches/redhat/gcc-4_8-branch/gcc/config/pa/pa.c
    branches/redhat/gcc-4_8-branch/gcc/config/pa/pa.h
    branches/redhat/gcc-4_8-branch/gcc/config/s390/s390.c
    branches/redhat/gcc-4_8-branch/gcc/config/sh/sh.md
    branches/redhat/gcc-4_8-branch/gcc/config/sparc/sparc-protos.h
    branches/redhat/gcc-4_8-branch/gcc/config/sparc/sparc.c
    branches/redhat/gcc-4_8-branch/gcc/config/sparc/sparc.md
    branches/redhat/gcc-4_8-branch/gcc/config/tilegx/sync.md
    branches/redhat/gcc-4_8-branch/gcc/config/tilegx/tilegx-c.c
    branches/redhat/gcc-4_8-branch/gcc/config/tilegx/tilegx.c
    branches/redhat/gcc-4_8-branch/gcc/config/tilegx/tilegx.md
    branches/redhat/gcc-4_8-branch/gcc/config/tilepro/tilepro-c.c
    branches/redhat/gcc-4_8-branch/gcc/config/tilepro/tilepro.c
    branches/redhat/gcc-4_8-branch/gcc/config/tilepro/tilepro.md
    branches/redhat/gcc-4_8-branch/gcc/configure
    branches/redhat/gcc-4_8-branch/gcc/configure.ac
    branches/redhat/gcc-4_8-branch/gcc/cp/ChangeLog
    branches/redhat/gcc-4_8-branch/gcc/cp/call.c
    branches/redhat/gcc-4_8-branch/gcc/cp/decl.c
    branches/redhat/gcc-4_8-branch/gcc/cp/decl2.c
    branches/redhat/gcc-4_8-branch/gcc/cp/mangle.c
    branches/redhat/gcc-4_8-branch/gcc/cp/name-lookup.c
    branches/redhat/gcc-4_8-branch/gcc/cp/parser.c
    branches/redhat/gcc-4_8-branch/gcc/cp/pt.c
    branches/redhat/gcc-4_8-branch/gcc/cp/semantics.c
    branches/redhat/gcc-4_8-branch/gcc/cp/typeck.c
    branches/redhat/gcc-4_8-branch/gcc/cse.c
    branches/redhat/gcc-4_8-branch/gcc/cselib.c
    branches/redhat/gcc-4_8-branch/gcc/doc/invoke.texi
    branches/redhat/gcc-4_8-branch/gcc/expr.c
    branches/redhat/gcc-4_8-branch/gcc/fold-const.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/ChangeLog
    branches/redhat/gcc-4_8-branch/gcc/fortran/decl.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/expr.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/frontend-passes.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/gfortran.h
    branches/redhat/gcc-4_8-branch/gcc/fortran/intrinsic.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/io.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/match.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/module.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/parse.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/primary.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/resolve.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/simplify.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/symbol.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/trans-array.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/trans-decl.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/trans-expr.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/trans-intrinsic.c
    branches/redhat/gcc-4_8-branch/gcc/fortran/trans-stmt.c
    branches/redhat/gcc-4_8-branch/gcc/function.c
    branches/redhat/gcc-4_8-branch/gcc/gcc.c
    branches/redhat/gcc-4_8-branch/gcc/gimple.h
    branches/redhat/gcc-4_8-branch/gcc/ipa-cp.c
    branches/redhat/gcc-4_8-branch/gcc/ipa-prop.c
    branches/redhat/gcc-4_8-branch/gcc/ipa.c
    branches/redhat/gcc-4_8-branch/gcc/params.def
    branches/redhat/gcc-4_8-branch/gcc/rtl.h
    branches/redhat/gcc-4_8-branch/gcc/rtlanal.c
    branches/redhat/gcc-4_8-branch/gcc/sdbout.c
    branches/redhat/gcc-4_8-branch/gcc/sel-sched.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/ChangeLog
    branches/redhat/gcc-4_8-branch/gcc/testsuite/g++.dg/eh/uncaught1.C
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.dg/strlenopt-4.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr39162.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/sse-5.c
    branches/redhat/gcc-4_8-branch/gcc/testsuite/gfortran.dg/round_3.f08
    branches/redhat/gcc-4_8-branch/gcc/tree-cfg.c
    branches/redhat/gcc-4_8-branch/gcc/tree-eh.c
    branches/redhat/gcc-4_8-branch/gcc/tree-sra.c
    branches/redhat/gcc-4_8-branch/gcc/tree-ssa-live.c
    branches/redhat/gcc-4_8-branch/gcc/tree-ssa-math-opts.c
    branches/redhat/gcc-4_8-branch/gcc/tree-ssa-phiprop.c
    branches/redhat/gcc-4_8-branch/gcc/tree-ssa-structalias.c
    branches/redhat/gcc-4_8-branch/gcc/tree-ssa-uninit.c
    branches/redhat/gcc-4_8-branch/gcc/tree-ssanames.c
    branches/redhat/gcc-4_8-branch/gcc/tree-vect-data-refs.c
    branches/redhat/gcc-4_8-branch/gcc/tree-vect-loop.c
    branches/redhat/gcc-4_8-branch/gcc/tree-vect-stmts.c
    branches/redhat/gcc-4_8-branch/gcc/tree-vectorizer.h
    branches/redhat/gcc-4_8-branch/gcc/tree.h
    branches/redhat/gcc-4_8-branch/libatomic/ChangeLog
    branches/redhat/gcc-4_8-branch/libatomic/cas_n.c
    branches/redhat/gcc-4_8-branch/libbacktrace/ChangeLog
    branches/redhat/gcc-4_8-branch/libbacktrace/Makefile.in
    branches/redhat/gcc-4_8-branch/libbacktrace/configure
    branches/redhat/gcc-4_8-branch/libbacktrace/configure.ac
    branches/redhat/gcc-4_8-branch/libcpp/ChangeLog
    branches/redhat/gcc-4_8-branch/libcpp/files.c
    branches/redhat/gcc-4_8-branch/libcpp/line-map.c
    branches/redhat/gcc-4_8-branch/libcpp/macro.c
    branches/redhat/gcc-4_8-branch/libgcc/ChangeLog
    branches/redhat/gcc-4_8-branch/libgcc/config.host
    branches/redhat/gcc-4_8-branch/libgcc/config/arm/sfp-machine.h
    branches/redhat/gcc-4_8-branch/libgcc/config/tilepro/atomic.c
    branches/redhat/gcc-4_8-branch/libgcc/unwind-seh.c
    branches/redhat/gcc-4_8-branch/libgfortran/ChangeLog
    branches/redhat/gcc-4_8-branch/libgfortran/io/io.h
    branches/redhat/gcc-4_8-branch/libgfortran/io/list_read.c
    branches/redhat/gcc-4_8-branch/libgfortran/io/read.c
    branches/redhat/gcc-4_8-branch/libgfortran/io/unit.c
    branches/redhat/gcc-4_8-branch/libgfortran/io/write_float.def
    branches/redhat/gcc-4_8-branch/libgo/go/go/build/build.go
    branches/redhat/gcc-4_8-branch/libgo/runtime/proc.c
    branches/redhat/gcc-4_8-branch/libgomp/ChangeLog
    branches/redhat/gcc-4_8-branch/libgomp/config/linux/futex.h
    branches/redhat/gcc-4_8-branch/libitm/ChangeLog
    branches/redhat/gcc-4_8-branch/libitm/config/linux/futex_bits.h
    branches/redhat/gcc-4_8-branch/libjava/ChangeLog
    branches/redhat/gcc-4_8-branch/libjava/java/lang/natObject.cc
    branches/redhat/gcc-4_8-branch/maintainer-scripts/ChangeLog
    branches/redhat/gcc-4_8-branch/maintainer-scripts/gcc_release

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



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