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]

r222320 - in /branches/gomp-4_0-branch: ./ Chan...


Author: tschwinge
Date: Wed Apr 22 10:07:47 2015
New Revision: 222320

URL: https://gcc.gnu.org/viewcvs?rev=222320&root=gcc&view=rev
Log:
svn merge -r 221363:221638 svn+ssh://gcc.gnu.org/svn/gcc/trunk

Added:
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/21_strings/basic_string/pthread33394.cc
      - copied unchanged from r221638, trunk/libstdc++-v3/testsuite/21_strings/basic_string/pthread33394.cc
Removed:
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/30_threads/shared_lock/modifiers/2.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/30_threads/unique_lock/modifiers/2.cc
Modified:
    branches/gomp-4_0-branch/libstdc++-v3/ChangeLog
    branches/gomp-4_0-branch/libstdc++-v3/acinclude.m4
    branches/gomp-4_0-branch/libstdc++-v3/config.h.in
    branches/gomp-4_0-branch/libstdc++-v3/config/locale/gnu/messages_members.cc
    branches/gomp-4_0-branch/libstdc++-v3/configure
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/c++config
    branches/gomp-4_0-branch/libstdc++-v3/include/experimental/system_error
    branches/gomp-4_0-branch/libstdc++-v3/include/ext/codecvt_specializations.h
    branches/gomp-4_0-branch/libstdc++-v3/include/std/shared_mutex
    branches/gomp-4_0-branch/libstdc++-v3/libsupc++/nested_exception.h
    branches/gomp-4_0-branch/libstdc++-v3/src/c++11/compatibility-c++0x.cc
    branches/gomp-4_0-branch/libstdc++-v3/src/c++11/cxx11-ios_failure.cc
    branches/gomp-4_0-branch/libstdc++-v3/src/c++11/cxx11-shim_facets.cc
    branches/gomp-4_0-branch/libstdc++-v3/src/c++11/futex.cc
    branches/gomp-4_0-branch/libstdc++-v3/src/c++11/future.cc
    branches/gomp-4_0-branch/libstdc++-v3/src/c++11/system_error.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_attributes.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_attributes.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_attributes.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/18_support/nested_exception/throw_with_nested.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/1.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/30_threads/shared_lock/modifiers/1.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/30_threads/unique_lock/modifiers/1.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc

Changes in other areas also in this revision:
Added:
    branches/gomp-4_0-branch/gcc/gcse-common.c
      - copied unchanged from r221638, trunk/gcc/gcse-common.c
    branches/gomp-4_0-branch/gcc/gcse-common.h
      - copied unchanged from r221638, trunk/gcc/gcse-common.h
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/asan/pr64820.c
      - copied unchanged from r221638, trunk/gcc/testsuite/c-c++-common/asan/pr64820.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/cpp/pr65238-1.c
      - copied unchanged from r221638, trunk/gcc/testsuite/c-c++-common/cpp/pr65238-1.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/tsan/pr65400-1.c
      - copied unchanged from r221638, trunk/gcc/testsuite/c-c++-common/tsan/pr65400-1.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/tsan/pr65400-2.c
      - copied unchanged from r221638, trunk/gcc/testsuite/c-c++-common/tsan/pr65400-2.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/tsan/pr65400-3.c
      - copied unchanged from r221638, trunk/gcc/testsuite/c-c++-common/tsan/pr65400-3.c
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/abi/abi-tag14.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/abi/abi-tag14.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-48324.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-48324.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-59686.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-59686.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array11.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array11.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/deleted11.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/cpp0x/deleted11.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/pr48453.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/cpp0x/pr48453.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/pr59816.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/cpp0x/pr59816.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/pr65072.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/cpp0x/pr65072.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/pr65327.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/cpp0x/pr65327.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/pr65398.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/cpp0x/pr65398.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/vt-59988.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/cpp0x/vt-59988.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/vt-60130.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/cpp0x/vt-60130.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp1y/pr64626-1.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/cpp1y/pr64626-1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp1y/pr64626-2.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/cpp1y/pr64626-2.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp1y/pr65340.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/cpp1y/pr65340.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/inherit/using8.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/inherit/using8.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ipa/pr65465.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/ipa/pr65465.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/lto/pr65475_0.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/lto/pr65475_0.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/lto/pr65475_1.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/lto/pr65475_1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/lto/pr65475b_0.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/lto/pr65475b_0.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/lto/pr65475b_1.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/lto/pr65475b_1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/lto/pr65475c_0.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/lto/pr65475c_0.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/lto/pr65475c_1.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/lto/pr65475c_1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/pr65049.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/pr65049.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/pr65240-1.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/pr65240-1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/pr65240-2.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/pr65240-2.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/pr65240-3.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/pr65240-3.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/pr65240-4.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/pr65240-4.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/pr65240.h
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/pr65240.h
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/defarg18.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/template/defarg18.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/tsan/pr64265.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/tsan/pr64265.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/warn/Warray-bounds-7.C
      - copied unchanged from r221638, trunk/gcc/testsuite/g++.dg/warn/Warray-bounds-7.C
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/pr65369.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.c-torture/execute/pr65369.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/pr65401.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.c-torture/execute/pr65401.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/pr65418-1.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.c-torture/execute/pr65418-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/pr65418-2.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.c-torture/execute/pr65418-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/pr65427.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.c-torture/execute/pr65427.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/cpp/pr65238-2.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.dg/cpp/pr65238-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/cpp/trad/pr65238-3.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.dg/cpp/trad/pr65238-3.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/cpp/trad/pr65238-4.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.dg/cpp/trad/pr65238-4.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr65521.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.dg/pr65521.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr65533.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.dg/pr65533.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr65517.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.dg/torture/pr65517.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/pr65494.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.dg/vect/pr65494.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/pr65518.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.dg/vect/pr65518.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/pr65235_1.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/aarch64/pr65235_1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/pr64600_1.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/arm/pr64600_1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr60851.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/i386/pr60851.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr65044.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/i386/pr65044.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr65078-1.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/i386/pr65078-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr65078-2.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/i386/pr65078-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr65078-3.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/i386/pr65078-3.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr65078-4.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/i386/pr65078-4.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr65078-5.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/i386/pr65078-5.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr65078-6.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/i386/pr65078-6.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr65103-1.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/i386/pr65103-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr65523.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/i386/pr65523.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/powerpc/pr63491.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/powerpc/pr63491.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-21.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/s390/hotpatch-21.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-22.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/s390/hotpatch-22.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-23.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/s390/hotpatch-23.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-24.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/s390/hotpatch-24.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/sh/pr64366.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/sh/pr64366.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/sh/torture/pr65505.c
      - copied unchanged from r221638, trunk/gcc/testsuite/gcc.target/sh/torture/pr65505.c
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/allocate_class_4.f90
      - copied unchanged from r221638, trunk/gcc/testsuite/gfortran.dg/allocate_class_4.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/coarray_38.f90
      - copied unchanged from r221638, trunk/gcc/testsuite/gfortran.dg/coarray_38.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/coarray_39.f90
      - copied unchanged from r221638, trunk/gcc/testsuite/gfortran.dg/coarray_39.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/coindexed_1.f90
      - copied unchanged from r221638, trunk/gcc/testsuite/gfortran.dg/coindexed_1.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/elemental_dependency_4.f90
      - copied unchanged from r221638, trunk/gcc/testsuite/gfortran.dg/elemental_dependency_4.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/elemental_dependency_5.f90
      - copied unchanged from r221638, trunk/gcc/testsuite/gfortran.dg/elemental_dependency_5.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/pointer_2.f90
      - copied unchanged from r221638, trunk/gcc/testsuite/gfortran.dg/pointer_2.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/pointer_remapping_9.f90
      - copied unchanged from r221638, trunk/gcc/testsuite/gfortran.dg/pointer_remapping_9.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/pr65450.f90
      - copied unchanged from r221638, trunk/gcc/testsuite/gfortran.dg/pr65450.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/pr65504.f90
      - copied unchanged from r221638, trunk/gcc/testsuite/gfortran.dg/pr65504.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/proc_ptr_comp_44.f90
      - copied unchanged from r221638, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_44.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/proc_ptr_comp_45.f90
      - copied unchanged from r221638, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_45.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/system_clock_3.f08
      - copied unchanged from r221638, trunk/gcc/testsuite/gfortran.dg/system_clock_3.f08
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/unlimited_polymorphic_24.f03
      - copied unchanged from r221638, trunk/gcc/testsuite/gfortran.dg/unlimited_polymorphic_24.f03
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/loop_optimization18.adb
      - copied unchanged from r221638, trunk/gcc/testsuite/gnat.dg/loop_optimization18.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/loop_optimization18.ads
      - copied unchanged from r221638, trunk/gcc/testsuite/gnat.dg/loop_optimization18.ads
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/loop_optimization18_pkg.ads
      - copied unchanged from r221638, trunk/gcc/testsuite/gnat.dg/loop_optimization18_pkg.ads
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/volatile13.adb
      - copied unchanged from r221638, trunk/gcc/testsuite/gnat.dg/volatile13.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/volatile13.ads
      - copied unchanged from r221638, trunk/gcc/testsuite/gnat.dg/volatile13.ads
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.c++/target-4.C
      - copied unchanged from r221638, trunk/libgomp/testsuite/libgomp.c++/target-4.C
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.c/target-10.c
      - copied unchanged from r221638, trunk/libgomp/testsuite/libgomp.c/target-10.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.fortran/declare-target-1.f90
      - copied unchanged from r221638, trunk/libgomp/testsuite/libgomp.fortran/declare-target-1.f90
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.fortran/declare-target-2.f90
      - copied unchanged from r221638, trunk/libgomp/testsuite/libgomp.fortran/declare-target-2.f90
Removed:
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/undefined-loop-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/undefined-loop-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/coarray/coindexed_3.f90
Modified:
    branches/gomp-4_0-branch/   (props changed)
    branches/gomp-4_0-branch/ChangeLog
    branches/gomp-4_0-branch/config/ChangeLog
    branches/gomp-4_0-branch/gcc/ChangeLog
    branches/gomp-4_0-branch/gcc/DATESTAMP
    branches/gomp-4_0-branch/gcc/Makefile.in
    branches/gomp-4_0-branch/gcc/ada/ChangeLog
    branches/gomp-4_0-branch/gcc/ada/adadecode.c
    branches/gomp-4_0-branch/gcc/ada/aspects.adb
    branches/gomp-4_0-branch/gcc/ada/aspects.ads
    branches/gomp-4_0-branch/gcc/ada/atree.adb
    branches/gomp-4_0-branch/gcc/ada/atree.ads
    branches/gomp-4_0-branch/gcc/ada/atree.h
    branches/gomp-4_0-branch/gcc/ada/doc/gnat_rm/about_this_guide.rst
    branches/gomp-4_0-branch/gcc/ada/doc/gnat_rm/implementation_defined_attributes.rst
    branches/gomp-4_0-branch/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst
    branches/gomp-4_0-branch/gcc/ada/doc/gnat_rm/implementation_of_ada_2012_features.rst
    branches/gomp-4_0-branch/gcc/ada/doc/gnat_rm/representation_clauses_and_pragmas.rst
    branches/gomp-4_0-branch/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
    branches/gomp-4_0-branch/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
    branches/gomp-4_0-branch/gcc/ada/einfo.adb
    branches/gomp-4_0-branch/gcc/ada/einfo.ads
    branches/gomp-4_0-branch/gcc/ada/exp_attr.adb
    branches/gomp-4_0-branch/gcc/ada/exp_unst.adb
    branches/gomp-4_0-branch/gcc/ada/exp_util.adb
    branches/gomp-4_0-branch/gcc/ada/exp_util.ads
    branches/gomp-4_0-branch/gcc/ada/freeze.adb
    branches/gomp-4_0-branch/gcc/ada/frontend.adb
    branches/gomp-4_0-branch/gcc/ada/gcc-interface/decl.c
    branches/gomp-4_0-branch/gcc/ada/gcc-interface/trans.c
    branches/gomp-4_0-branch/gcc/ada/gcc-interface/utils.c
    branches/gomp-4_0-branch/gcc/ada/gcc-interface/utils2.c
    branches/gomp-4_0-branch/gcc/ada/gnat_rm.texi
    branches/gomp-4_0-branch/gcc/ada/gnat_ugn.texi
    branches/gomp-4_0-branch/gcc/ada/inline.adb
    branches/gomp-4_0-branch/gcc/ada/sem_attr.adb
    branches/gomp-4_0-branch/gcc/ada/sem_attr.ads
    branches/gomp-4_0-branch/gcc/ada/sem_ch12.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch13.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch3.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch6.adb
    branches/gomp-4_0-branch/gcc/ada/sem_dim.adb
    branches/gomp-4_0-branch/gcc/ada/sem_prag.adb
    branches/gomp-4_0-branch/gcc/ada/sem_util.adb
    branches/gomp-4_0-branch/gcc/ada/sinfo.ads
    branches/gomp-4_0-branch/gcc/ada/snames.ads-tmpl
    branches/gomp-4_0-branch/gcc/ada/style.adb
    branches/gomp-4_0-branch/gcc/c/ChangeLog
    branches/gomp-4_0-branch/gcc/c/c-decl.c
    branches/gomp-4_0-branch/gcc/cfgexpand.c
    branches/gomp-4_0-branch/gcc/cgraph.c
    branches/gomp-4_0-branch/gcc/cgraph.h
    branches/gomp-4_0-branch/gcc/cgraphunit.c
    branches/gomp-4_0-branch/gcc/cif-code.def
    branches/gomp-4_0-branch/gcc/combine.c
    branches/gomp-4_0-branch/gcc/config/arm/arm.c
    branches/gomp-4_0-branch/gcc/config/avr/avr-arch.h
    branches/gomp-4_0-branch/gcc/config/avr/avr-devices.c
    branches/gomp-4_0-branch/gcc/config/avr/avr-mcus.def
    branches/gomp-4_0-branch/gcc/config/avr/avr.opt
    branches/gomp-4_0-branch/gcc/config/avr/avrlibc.h
    branches/gomp-4_0-branch/gcc/config/avr/driver-avr.c
    branches/gomp-4_0-branch/gcc/config/avr/gen-avr-mmcu-specs.c
    branches/gomp-4_0-branch/gcc/config/avr/specs.h
    branches/gomp-4_0-branch/gcc/config/i386/i386.c
    branches/gomp-4_0-branch/gcc/config/i386/sse.md
    branches/gomp-4_0-branch/gcc/config/nios2/nios2-protos.h
    branches/gomp-4_0-branch/gcc/config/nios2/nios2.c
    branches/gomp-4_0-branch/gcc/config/nios2/nios2.md
    branches/gomp-4_0-branch/gcc/config/rl78/rl78-virt.md
    branches/gomp-4_0-branch/gcc/config/rs6000/predicates.md
    branches/gomp-4_0-branch/gcc/config/rs6000/rs6000.md
    branches/gomp-4_0-branch/gcc/config/s390/s390.c
    branches/gomp-4_0-branch/gcc/config/s390/s390.md
    branches/gomp-4_0-branch/gcc/config/sh/constraints.md
    branches/gomp-4_0-branch/gcc/config/sh/predicates.md
    branches/gomp-4_0-branch/gcc/config/sh/sync.md
    branches/gomp-4_0-branch/gcc/cp/ChangeLog
    branches/gomp-4_0-branch/gcc/cp/call.c
    branches/gomp-4_0-branch/gcc/cp/class.c
    branches/gomp-4_0-branch/gcc/cp/constexpr.c
    branches/gomp-4_0-branch/gcc/cp/cp-tree.h
    branches/gomp-4_0-branch/gcc/cp/decl.c
    branches/gomp-4_0-branch/gcc/cp/decl2.c
    branches/gomp-4_0-branch/gcc/cp/mangle.c
    branches/gomp-4_0-branch/gcc/cp/name-lookup.c
    branches/gomp-4_0-branch/gcc/cp/parser.c
    branches/gomp-4_0-branch/gcc/cp/tree.c
    branches/gomp-4_0-branch/gcc/cp/typeck.c
    branches/gomp-4_0-branch/gcc/doc/contrib.texi
    branches/gomp-4_0-branch/gcc/doc/cpp.texi
    branches/gomp-4_0-branch/gcc/doc/cppopts.texi
    branches/gomp-4_0-branch/gcc/doc/extend.texi
    branches/gomp-4_0-branch/gcc/doc/invoke.texi
    branches/gomp-4_0-branch/gcc/expmed.c
    branches/gomp-4_0-branch/gcc/expr.c
    branches/gomp-4_0-branch/gcc/fold-const.c
    branches/gomp-4_0-branch/gcc/fortran/ChangeLog
    branches/gomp-4_0-branch/gcc/fortran/class.c
    branches/gomp-4_0-branch/gcc/fortran/gfortran.h
    branches/gomp-4_0-branch/gcc/fortran/gfortran.texi
    branches/gomp-4_0-branch/gcc/fortran/module.c
    branches/gomp-4_0-branch/gcc/fortran/resolve.c
    branches/gomp-4_0-branch/gcc/fortran/trans-array.c
    branches/gomp-4_0-branch/gcc/fortran/trans-array.h
    branches/gomp-4_0-branch/gcc/fortran/trans-expr.c
    branches/gomp-4_0-branch/gcc/fortran/trans-intrinsic.c
    branches/gomp-4_0-branch/gcc/fortran/trans-stmt.c
    branches/gomp-4_0-branch/gcc/fortran/trans-types.c
    branches/gomp-4_0-branch/gcc/fortran/trans.c
    branches/gomp-4_0-branch/gcc/fortran/trans.h
    branches/gomp-4_0-branch/gcc/gcse.c
    branches/gomp-4_0-branch/gcc/gimplify.c
    branches/gomp-4_0-branch/gcc/go/gofrontend/parse.cc
    branches/gomp-4_0-branch/gcc/graph.c
    branches/gomp-4_0-branch/gcc/ipa-chkp.c
    branches/gomp-4_0-branch/gcc/ipa-comdats.c
    branches/gomp-4_0-branch/gcc/ipa-devirt.c
    branches/gomp-4_0-branch/gcc/ipa-icf-gimple.c
    branches/gomp-4_0-branch/gcc/ipa-icf-gimple.h
    branches/gomp-4_0-branch/gcc/ipa-icf.c
    branches/gomp-4_0-branch/gcc/ipa-icf.h
    branches/gomp-4_0-branch/gcc/ipa-inline.c
    branches/gomp-4_0-branch/gcc/ipa-split.c
    branches/gomp-4_0-branch/gcc/jit/ChangeLog
    branches/gomp-4_0-branch/gcc/jit/docs/_build/texinfo/libgccjit.texi
    branches/gomp-4_0-branch/gcc/jit/docs/internals/index.rst
    branches/gomp-4_0-branch/gcc/jit/jit-recording.c
    branches/gomp-4_0-branch/gcc/lra-constraints.c
    branches/gomp-4_0-branch/gcc/lra.c
    branches/gomp-4_0-branch/gcc/lto/ChangeLog
    branches/gomp-4_0-branch/gcc/lto/lto.c
    branches/gomp-4_0-branch/gcc/omp-low.c
    branches/gomp-4_0-branch/gcc/postreload-gcse.c
    branches/gomp-4_0-branch/gcc/recog.c
    branches/gomp-4_0-branch/gcc/simplify-rtx.c
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/pr19807-1.c
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/abi/abi-tag1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/abi/abi-tag4.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/abi/abi-tag8.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-object1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp1y/digit-sep-neg.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ipa/ipa-icf-4.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ipa/pr64146.C
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/ipa/pr63569.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr15347.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr29215.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr65270-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr65270-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/fuse-caller-save-rec.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/fuse-caller-save-xmm.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/fuse-caller-save.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/powerpc/pr53199.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-10.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-11.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-12.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-13.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-14.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-15.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-16.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-17.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-18.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-19.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-3.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-4.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-5.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-6.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-7.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-8.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/hotpatch-9.c
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/allocate_alloc_opt_13.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/unlimited_polymorphic_20.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/unlimited_polymorphic_22.f90
    branches/gomp-4_0-branch/gcc/toplev.c
    branches/gomp-4_0-branch/gcc/tree-cfg.c
    branches/gomp-4_0-branch/gcc/tree-cfgcleanup.c
    branches/gomp-4_0-branch/gcc/tree-chkp.c
    branches/gomp-4_0-branch/gcc/tree-chrec.c
    branches/gomp-4_0-branch/gcc/tree-data-ref.h
    branches/gomp-4_0-branch/gcc/tree-inline.c
    branches/gomp-4_0-branch/gcc/tree-parloops.c
    branches/gomp-4_0-branch/gcc/tree-sra.c
    branches/gomp-4_0-branch/gcc/tree-ssa-coalesce.c
    branches/gomp-4_0-branch/gcc/tree-ssa-coalesce.h
    branches/gomp-4_0-branch/gcc/tree-ssa-dom.c
    branches/gomp-4_0-branch/gcc/tree-ssa-forwprop.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-ch.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-niter.c
    branches/gomp-4_0-branch/gcc/tree-ssa-pre.c
    branches/gomp-4_0-branch/gcc/tree-ssa-propagate.c
    branches/gomp-4_0-branch/gcc/tree-ssa-reassoc.c
    branches/gomp-4_0-branch/gcc/tree-vect-data-refs.c
    branches/gomp-4_0-branch/gcc/tree-vect-generic.c
    branches/gomp-4_0-branch/gcc/tree-vect-slp.c
    branches/gomp-4_0-branch/gcc/tree-vect-stmts.c
    branches/gomp-4_0-branch/gcc/tsan.c
    branches/gomp-4_0-branch/gcc/ubsan.c
    branches/gomp-4_0-branch/gcc/varpool.c
    branches/gomp-4_0-branch/gotools/ChangeLog
    branches/gomp-4_0-branch/gotools/Makefile.am
    branches/gomp-4_0-branch/gotools/Makefile.in
    branches/gomp-4_0-branch/include/ChangeLog
    branches/gomp-4_0-branch/include/partition.h
    branches/gomp-4_0-branch/libcpp/ChangeLog
    branches/gomp-4_0-branch/libcpp/directives.c
    branches/gomp-4_0-branch/libcpp/internal.h
    branches/gomp-4_0-branch/libcpp/lex.c
    branches/gomp-4_0-branch/libcpp/po/ChangeLog
    branches/gomp-4_0-branch/libcpp/po/fr.po
    branches/gomp-4_0-branch/libcpp/traditional.c
    branches/gomp-4_0-branch/libgfortran/ChangeLog
    branches/gomp-4_0-branch/libgfortran/intrinsics/system_clock.c
    branches/gomp-4_0-branch/libgfortran/io/transfer.c
    branches/gomp-4_0-branch/libgo/README
    branches/gomp-4_0-branch/libgo/go/go/build/build.go
    branches/gomp-4_0-branch/libgomp/ChangeLog
    branches/gomp-4_0-branch/libgomp/configure
    branches/gomp-4_0-branch/libgomp/configure.ac
    branches/gomp-4_0-branch/libgomp/configure.tgt
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-4.c   (contents, props changed)
    branches/gomp-4_0-branch/libmpx/ChangeLog
    branches/gomp-4_0-branch/libmpx/configure
    branches/gomp-4_0-branch/libmpx/configure.ac
    branches/gomp-4_0-branch/libsanitizer/ChangeLog
    branches/gomp-4_0-branch/libsanitizer/sanitizer_common/sanitizer_common_syscalls.inc
    branches/gomp-4_0-branch/libsanitizer/sanitizer_common/sanitizer_platform.h
    branches/gomp-4_0-branch/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc

Propchange: branches/gomp-4_0-branch/
            ('svn:mergeinfo' modified)

Propchange: branches/gomp-4_0-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-4.c
            ('svn:mergeinfo' modified)



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