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]

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


Author: jakub
Date: Fri Sep 13 15:20:22 2013
New Revision: 202568

URL: http://gcc.gnu.org/viewcvs?rev=202568&root=gcc&view=rev
Log:
svn merge -r202029:202567 svn+ssh://gcc.gnu.org/svn/gcc/trunk

Added:
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/58148.cc
      - copied unchanged from r202567, trunk/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/58148.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/24_iterators/normal_iterator/58403.cc
      - copied unchanged from r202567, trunk/libstdc++-v3/testsuite/24_iterators/normal_iterator/58403.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/25_algorithms/search_n/58358.cc
      - copied unchanged from r202567, trunk/libstdc++-v3/testsuite/25_algorithms/search_n/58358.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/58302.cc
      - copied unchanged from r202567, trunk/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/58302.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/
      - copied from r202567, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/
      - copied from r202567, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_range.cc
      - copied unchanged from r202567, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_range.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/wstring_locale.cc
      - copied unchanged from r202567, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/wstring_locale.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/wchar_t/string_02.cc
      - copied unchanged from r202567, trunk/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/wchar_t/string_02.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/wchar_t/wstring_02.cc
      - copied unchanged from r202567, trunk/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/wchar_t/wstring_02.cc
Removed:
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/cstring_emptygroup.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/cstring_hex.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/empty_range.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/string_backref.cc
Modified:
    branches/gomp-4_0-branch/libstdc++-v3/ChangeLog
    branches/gomp-4_0-branch/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/random.tcc
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/regex.h
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/regex_automaton.h
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/regex_automaton.tcc
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/regex_compiler.h
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/regex_compiler.tcc
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/regex_executor.h
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/regex_executor.tcc
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/regex_scanner.h
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/regex_scanner.tcc
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/stl_algo.h
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/stl_algobase.h
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/stl_iterator.h
    branches/gomp-4_0-branch/libstdc++-v3/include/debug/functions.h
    branches/gomp-4_0-branch/libstdc++-v3/include/debug/macros.h
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/25_algorithms/search_n/iterator.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_02_03.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_plus.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_questionmark.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_00_03.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_02_03.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/traits/wchar_t/value.cc

Changes in other areas also in this revision:
Added:
    branches/gomp-4_0-branch/config/bootstrap-ubsan.mk
      - copied unchanged from r202567, trunk/config/bootstrap-ubsan.mk
    branches/gomp-4_0-branch/gcc/c-family/c-ubsan.c
      - copied unchanged from r202567, trunk/gcc/c-family/c-ubsan.c
    branches/gomp-4_0-branch/gcc/c-family/c-ubsan.h
      - copied unchanged from r202567, trunk/gcc/c-family/c-ubsan.h
    branches/gomp-4_0-branch/gcc/config/msp430/
      - copied from r202567, trunk/gcc/config/msp430/
    branches/gomp-4_0-branch/gcc/config/rs6000/t-linux64bele
      - copied unchanged from r202567, trunk/gcc/config/rs6000/t-linux64bele
    branches/gomp-4_0-branch/gcc/config/rs6000/t-linux64le
      - copied unchanged from r202567, trunk/gcc/config/rs6000/t-linux64le
    branches/gomp-4_0-branch/gcc/config/rs6000/t-linux64lebe
      - copied unchanged from r202567, trunk/gcc/config/rs6000/t-linux64lebe
    branches/gomp-4_0-branch/gcc/cp/type-utils.h
      - copied unchanged from r202567, trunk/gcc/cp/type-utils.h
    branches/gomp-4_0-branch/gcc/gdbhooks.py
      - copied unchanged from r202567, trunk/gcc/gdbhooks.py
    branches/gomp-4_0-branch/gcc/ipa-profile.c
      - copied unchanged from r202567, trunk/gcc/ipa-profile.c
    branches/gomp-4_0-branch/gcc/lto/lto-symtab.c
      - copied unchanged from r202567, trunk/gcc/lto/lto-symtab.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/gomp/pr58257.c
      - copied unchanged from r202567, trunk/gcc/testsuite/c-c++-common/gomp/pr58257.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/opaque-vector.c
      - copied unchanged from r202567, trunk/gcc/testsuite/c-c++-common/opaque-vector.c
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/ubsan/
      - copied from r202567, trunk/gcc/testsuite/c-c++-common/ubsan/
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/dc7.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/cpp0x/dc7.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/dc8.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/cpp0x/dc8.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/debug/ra1.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/debug/ra1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ext/pr57735.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/ext/pr57735.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ipa/devirt-15.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/ipa/devirt-15.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ipa/devirt-16.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/ipa/devirt-16.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ipa/devirt-17.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/ipa/devirt-17.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ipa/devirt-18.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/ipa/devirt-18.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ipa/pr58371.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/ipa/pr58371.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ipa/remref-1.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/ipa/remref-1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ipa/remref-2.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/ipa/remref-2.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/parse/access11.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/parse/access11.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/pr58389.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/pr58389.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/using24.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/template/using24.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/using25.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/template/using25.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/using26.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/template/using26.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/tm/noexcept-6.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/tm/noexcept-6.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/torture/PR58294.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/torture/PR58294.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/torture/pr58201.h
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/torture/pr58201.h
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/torture/pr58201_0.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/torture/pr58201_0.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/torture/pr58201_1.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/torture/pr58201_1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/torture/pr58380.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/torture/pr58380.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/tree-ssa/pr58404.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/tree-ssa/pr58404.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ubsan/
      - copied from r202567, trunk/gcc/testsuite/g++.dg/ubsan/
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/uninit-pred-4.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/uninit-pred-4.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/warn/Wdelete-incomplete-1.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/warn/Wdelete-incomplete-1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/warn/Wdelete-incomplete-2.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/warn/Wdelete-incomplete-2.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/warn/Wunused-parm-5.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/warn/Wunused-parm-5.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/warn/Wunused-var-21.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/warn/Wunused-var-21.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/warn/deprecated-8.C
      - copied unchanged from r202567, trunk/gcc/testsuite/g++.dg/warn/deprecated-8.C
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/compile/pr58340.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.c-torture/compile/pr58340.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/compile/pr58343.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.c-torture/compile/pr58343.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/pr58277-1.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.c-torture/execute/pr58277-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/pr58277-2.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.c-torture/execute/pr58277-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/pr58364.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.c-torture/execute/pr58364.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/pr58365.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.c-torture/execute/pr58365.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/pr58385.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.c-torture/execute/pr58385.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/fork-instrumentation.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/fork-instrumentation.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/guality/param-1.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/guality/param-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/guality/param-2.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/guality/param-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/ipa/pr58106.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/ipa/pr58106.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr57287-2.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/pr57287-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr58010.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/pr58010.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/memcpy-1.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/torture/memcpy-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr57656.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/torture/pr57656.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr57685.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/torture/pr57685.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr58223.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/torture/pr58223.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr58228.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/torture/pr58228.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr58246.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/torture/pr58246.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr58326-1.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/torture/pr58326-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr58326-2.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/torture/pr58326-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/fnsplit-1.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/tree-ssa/fnsplit-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/reassoc-31.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/tree-ssa/reassoc-31.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/sccp-1.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.dg/tree-ssa/sccp-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/ubsan/
      - copied from r202567, trunk/gcc/testsuite/gcc.dg/ubsan/
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/cmn-neg.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.target/aarch64/cmn-neg.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/movdi_1.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.target/aarch64/movdi_1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arc/
      - copied from r202567, trunk/gcc/testsuite/gcc.target/arc/
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/ivopts-orig_biv-inc.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.target/arm/ivopts-orig_biv-inc.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/arm/thumb-ifcvt-2.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.target/arm/thumb-ifcvt-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr58137.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.target/i386/pr58137.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/powerpc/medium_offset.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.target/powerpc/medium_offset.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/powerpc/pr58330.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.target/powerpc/pr58330.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/nearestint-1.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.target/s390/nearestint-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/sh/torture/pr58314.c
      - copied unchanged from r202567, trunk/gcc/testsuite/gcc.target/sh/torture/pr58314.c
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/do_concurrent_3.f90
      - copied unchanged from r202567, trunk/gcc/testsuite/gfortran.dg/do_concurrent_3.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_19.f90
      - copied unchanged from r202567, trunk/gcc/testsuite/gfortran.dg/realloc_on_assign_19.f90
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/reassoc_12.f90
      - copied unchanged from r202567, trunk/gcc/testsuite/gfortran.dg/reassoc_12.f90
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/stack_usage2.adb
      - copied unchanged from r202567, trunk/gcc/testsuite/gnat.dg/stack_usage2.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/warn10.adb
      - copied unchanged from r202567, trunk/gcc/testsuite/gnat.dg/warn10.adb
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/warn10.ads
      - copied unchanged from r202567, trunk/gcc/testsuite/gnat.dg/warn10.ads
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/warn10_pkg.ads
      - copied unchanged from r202567, trunk/gcc/testsuite/gnat.dg/warn10_pkg.ads
    branches/gomp-4_0-branch/gcc/testsuite/lib/ubsan-dg.exp
      - copied unchanged from r202567, trunk/gcc/testsuite/lib/ubsan-dg.exp
    branches/gomp-4_0-branch/gcc/tree-core.h
      - copied, changed from r202567, trunk/gcc/tree-core.h
    branches/gomp-4_0-branch/gcc/tree-ssa.h
      - copied unchanged from r202567, trunk/gcc/tree-ssa.h
    branches/gomp-4_0-branch/gcc/tree-ssanames.h
      - copied unchanged from r202567, trunk/gcc/tree-ssanames.h
    branches/gomp-4_0-branch/gcc/ubsan.c
      - copied unchanged from r202567, trunk/gcc/ubsan.c
    branches/gomp-4_0-branch/gcc/ubsan.h
      - copied unchanged from r202567, trunk/gcc/ubsan.h
    branches/gomp-4_0-branch/libgcc/config/msp430/
      - copied from r202567, trunk/libgcc/config/msp430/
    branches/gomp-4_0-branch/libsanitizer/ubsan/
      - copied from r202567, trunk/libsanitizer/ubsan/
    branches/gomp-4_0-branch/libvtv/testsuite/Makefile.am
      - copied unchanged from r202567, trunk/libvtv/testsuite/Makefile.am
    branches/gomp-4_0-branch/libvtv/testsuite/Makefile.in
      - copied unchanged from r202567, trunk/libvtv/testsuite/Makefile.in
    branches/gomp-4_0-branch/libvtv/testsuite/config/
      - copied from r202567, trunk/libvtv/testsuite/config/
    branches/gomp-4_0-branch/libvtv/testsuite/lib/
      - copied from r202567, trunk/libvtv/testsuite/lib/
    branches/gomp-4_0-branch/libvtv/testsuite/libvtv.cc/
      - copied from r202567, trunk/libvtv/testsuite/libvtv.cc/
    branches/gomp-4_0-branch/libvtv/testsuite/libvtv.mempool.cc/
      - copied from r202567, trunk/libvtv/testsuite/libvtv.mempool.cc/
    branches/gomp-4_0-branch/libvtv/testsuite/libvtv.mt.cc/
      - copied from r202567, trunk/libvtv/testsuite/libvtv.mt.cc/
    branches/gomp-4_0-branch/libvtv/testsuite/other-tests/
      - copied from r202567, trunk/libvtv/testsuite/other-tests/
Removed:
    branches/gomp-4_0-branch/gcc/lto-symtab.c
    branches/gomp-4_0-branch/libvtv/testsuite/const_vtable.cc
    branches/gomp-4_0-branch/libvtv/testsuite/dataentry.cc
    branches/gomp-4_0-branch/libvtv/testsuite/dlopen.cc
    branches/gomp-4_0-branch/libvtv/testsuite/dlopen_mt.cc
    branches/gomp-4_0-branch/libvtv/testsuite/dup_name.cc
    branches/gomp-4_0-branch/libvtv/testsuite/environment-fail-32.s
    branches/gomp-4_0-branch/libvtv/testsuite/environment-fail-64.s
    branches/gomp-4_0-branch/libvtv/testsuite/environment.cc
    branches/gomp-4_0-branch/libvtv/testsuite/event-definitions.cc
    branches/gomp-4_0-branch/libvtv/testsuite/event-main.cc
    branches/gomp-4_0-branch/libvtv/testsuite/event-private.cc
    branches/gomp-4_0-branch/libvtv/testsuite/event-private.h
    branches/gomp-4_0-branch/libvtv/testsuite/event.h
    branches/gomp-4_0-branch/libvtv/testsuite/event.list
    branches/gomp-4_0-branch/libvtv/testsuite/field-test.cc
    branches/gomp-4_0-branch/libvtv/testsuite/mempool_negative.c
    branches/gomp-4_0-branch/libvtv/testsuite/mempool_positive.c
    branches/gomp-4_0-branch/libvtv/testsuite/nested_vcall_test.cc
    branches/gomp-4_0-branch/libvtv/testsuite/parts-test-extra-parts-views.cc
    branches/gomp-4_0-branch/libvtv/testsuite/parts-test-extra-parts-views.h
    branches/gomp-4_0-branch/libvtv/testsuite/parts-test-extra-parts.cc
    branches/gomp-4_0-branch/libvtv/testsuite/parts-test-extra-parts.h
    branches/gomp-4_0-branch/libvtv/testsuite/parts-test-main.cc
    branches/gomp-4_0-branch/libvtv/testsuite/parts-test-main.h
    branches/gomp-4_0-branch/libvtv/testsuite/parts-test.list
    branches/gomp-4_0-branch/libvtv/testsuite/povray-derived.cc
    branches/gomp-4_0-branch/libvtv/testsuite/register_pair.cc
    branches/gomp-4_0-branch/libvtv/testsuite/register_pair_inserts.cc
    branches/gomp-4_0-branch/libvtv/testsuite/register_pair_inserts_mt.cc
    branches/gomp-4_0-branch/libvtv/testsuite/register_pair_mt.cc
    branches/gomp-4_0-branch/libvtv/testsuite/replace-fail.cc
    branches/gomp-4_0-branch/libvtv/testsuite/so.cc
    branches/gomp-4_0-branch/libvtv/testsuite/temp_deriv.cc
    branches/gomp-4_0-branch/libvtv/testsuite/temp_deriv2.cc
    branches/gomp-4_0-branch/libvtv/testsuite/temp_deriv3.cc
    branches/gomp-4_0-branch/libvtv/testsuite/template-list-iostream.cc
    branches/gomp-4_0-branch/libvtv/testsuite/template-list.cc
    branches/gomp-4_0-branch/libvtv/testsuite/template-list2.cc
    branches/gomp-4_0-branch/libvtv/testsuite/thunk.cc
    branches/gomp-4_0-branch/libvtv/testsuite/thunk_vtable_map_attack.cc
    branches/gomp-4_0-branch/libvtv/testsuite/virtual_inheritance.cc
Modified:
    branches/gomp-4_0-branch/   (props changed)
    branches/gomp-4_0-branch/ChangeLog
    branches/gomp-4_0-branch/MAINTAINERS
    branches/gomp-4_0-branch/boehm-gc/ChangeLog
    branches/gomp-4_0-branch/boehm-gc/Makefile.am
    branches/gomp-4_0-branch/boehm-gc/Makefile.in
    branches/gomp-4_0-branch/config/ChangeLog
    branches/gomp-4_0-branch/configure
    branches/gomp-4_0-branch/configure.ac
    branches/gomp-4_0-branch/contrib/ChangeLog
    branches/gomp-4_0-branch/contrib/config-list.mk
    branches/gomp-4_0-branch/contrib/gcc_update
    branches/gomp-4_0-branch/contrib/testsuite-management/x86_64-unknown-linux-gnu.xfail
    branches/gomp-4_0-branch/fixincludes/ChangeLog
    branches/gomp-4_0-branch/fixincludes/fixincl.x
    branches/gomp-4_0-branch/fixincludes/inclhack.def
    branches/gomp-4_0-branch/fixincludes/tests/base/assert.h
    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/adaint.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.ads
    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/err_vars.ads
    branches/gomp-4_0-branch/gcc/ada/errout.adb
    branches/gomp-4_0-branch/gcc/ada/errout.ads
    branches/gomp-4_0-branch/gcc/ada/exp_ch4.adb
    branches/gomp-4_0-branch/gcc/ada/exp_ch9.adb
    branches/gomp-4_0-branch/gcc/ada/exp_prag.adb
    branches/gomp-4_0-branch/gcc/ada/freeze.adb
    branches/gomp-4_0-branch/gcc/ada/g-table.adb
    branches/gomp-4_0-branch/gcc/ada/g-table.ads
    branches/gomp-4_0-branch/gcc/ada/gcc-interface/Make-lang.in
    branches/gomp-4_0-branch/gcc/ada/gcc-interface/Makefile.in
    branches/gomp-4_0-branch/gcc/ada/gnat1drv.adb
    branches/gomp-4_0-branch/gcc/ada/gnat_ugn.texi
    branches/gomp-4_0-branch/gcc/ada/gnatbind.adb
    branches/gomp-4_0-branch/gcc/ada/gnatdll.adb
    branches/gomp-4_0-branch/gcc/ada/gnatkr.adb
    branches/gomp-4_0-branch/gcc/ada/gnatlink.adb
    branches/gomp-4_0-branch/gcc/ada/gnatls.adb
    branches/gomp-4_0-branch/gcc/ada/inline.ads
    branches/gomp-4_0-branch/gcc/ada/make.adb
    branches/gomp-4_0-branch/gcc/ada/opt.adb
    branches/gomp-4_0-branch/gcc/ada/opt.ads
    branches/gomp-4_0-branch/gcc/ada/par-ch11.adb
    branches/gomp-4_0-branch/gcc/ada/par-ch12.adb
    branches/gomp-4_0-branch/gcc/ada/par-ch13.adb
    branches/gomp-4_0-branch/gcc/ada/par-ch3.adb
    branches/gomp-4_0-branch/gcc/ada/par-ch4.adb
    branches/gomp-4_0-branch/gcc/ada/par-ch5.adb
    branches/gomp-4_0-branch/gcc/ada/par-ch6.adb
    branches/gomp-4_0-branch/gcc/ada/par-ch7.adb
    branches/gomp-4_0-branch/gcc/ada/par-ch8.adb
    branches/gomp-4_0-branch/gcc/ada/par-ch9.adb
    branches/gomp-4_0-branch/gcc/ada/par-prag.adb
    branches/gomp-4_0-branch/gcc/ada/prj.adb
    branches/gomp-4_0-branch/gcc/ada/rtsfind.ads
    branches/gomp-4_0-branch/gcc/ada/sem_attr.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch10.adb
    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_ch13.ads
    branches/gomp-4_0-branch/gcc/ada/sem_ch3.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch4.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch6.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch6.ads
    branches/gomp-4_0-branch/gcc/ada/sem_ch7.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch8.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch9.adb
    branches/gomp-4_0-branch/gcc/ada/sem_prag.adb
    branches/gomp-4_0-branch/gcc/ada/sem_prag.ads
    branches/gomp-4_0-branch/gcc/ada/sem_res.adb
    branches/gomp-4_0-branch/gcc/ada/sinfo.adb
    branches/gomp-4_0-branch/gcc/ada/sinfo.ads
    branches/gomp-4_0-branch/gcc/ada/sinput.adb
    branches/gomp-4_0-branch/gcc/ada/sprint.adb
    branches/gomp-4_0-branch/gcc/ada/switch-c.adb
    branches/gomp-4_0-branch/gcc/ada/tree_io.ads
    branches/gomp-4_0-branch/gcc/ada/usage.adb
    branches/gomp-4_0-branch/gcc/ada/vms_data.ads
    branches/gomp-4_0-branch/gcc/ada/warnsw.adb
    branches/gomp-4_0-branch/gcc/ada/warnsw.ads
    branches/gomp-4_0-branch/gcc/alias.c
    branches/gomp-4_0-branch/gcc/asan.c
    branches/gomp-4_0-branch/gcc/basic-block.h
    branches/gomp-4_0-branch/gcc/bb-reorder.c
    branches/gomp-4_0-branch/gcc/builtin-attrs.def
    branches/gomp-4_0-branch/gcc/builtins.c
    branches/gomp-4_0-branch/gcc/builtins.def
    branches/gomp-4_0-branch/gcc/c-family/ChangeLog
    branches/gomp-4_0-branch/gcc/c-family/c-common.c
    branches/gomp-4_0-branch/gcc/c-family/c-common.h
    branches/gomp-4_0-branch/gcc/c-family/c-pretty-print.c
    branches/gomp-4_0-branch/gcc/c-family/c-pretty-print.h
    branches/gomp-4_0-branch/gcc/c-family/c.opt
    branches/gomp-4_0-branch/gcc/c/ChangeLog
    branches/gomp-4_0-branch/gcc/c/c-objc-common.c
    branches/gomp-4_0-branch/gcc/c/c-typeck.c
    branches/gomp-4_0-branch/gcc/caller-save.c
    branches/gomp-4_0-branch/gcc/calls.c
    branches/gomp-4_0-branch/gcc/cfg.c
    branches/gomp-4_0-branch/gcc/cfganal.c
    branches/gomp-4_0-branch/gcc/cfgcleanup.c
    branches/gomp-4_0-branch/gcc/cfgexpand.c
    branches/gomp-4_0-branch/gcc/cfghooks.c
    branches/gomp-4_0-branch/gcc/cfgloop.c
    branches/gomp-4_0-branch/gcc/cfgloopmanip.c
    branches/gomp-4_0-branch/gcc/cfgrtl.c
    branches/gomp-4_0-branch/gcc/cgraph.c
    branches/gomp-4_0-branch/gcc/cgraph.h
    branches/gomp-4_0-branch/gcc/cgraphbuild.c
    branches/gomp-4_0-branch/gcc/cgraphclones.c
    branches/gomp-4_0-branch/gcc/cgraphunit.c
    branches/gomp-4_0-branch/gcc/combine.c
    branches/gomp-4_0-branch/gcc/common.opt
    branches/gomp-4_0-branch/gcc/config.gcc
    branches/gomp-4_0-branch/gcc/config/aarch64/aarch64-generic.md
    branches/gomp-4_0-branch/gcc/config/aarch64/aarch64-option-extensions.def
    branches/gomp-4_0-branch/gcc/config/aarch64/aarch64-simd.md
    branches/gomp-4_0-branch/gcc/config/aarch64/aarch64.c
    branches/gomp-4_0-branch/gcc/config/aarch64/aarch64.h
    branches/gomp-4_0-branch/gcc/config/aarch64/aarch64.md
    branches/gomp-4_0-branch/gcc/config/aarch64/arm_neon.h
    branches/gomp-4_0-branch/gcc/config/aarch64/iterators.md
    branches/gomp-4_0-branch/gcc/config/alpha/alpha.c
    branches/gomp-4_0-branch/gcc/config/alpha/linux.h
    branches/gomp-4_0-branch/gcc/config/arm/arm-fixed.md
    branches/gomp-4_0-branch/gcc/config/arm/arm.c
    branches/gomp-4_0-branch/gcc/config/arm/arm.md
    branches/gomp-4_0-branch/gcc/config/arm/arm1020e.md
    branches/gomp-4_0-branch/gcc/config/arm/arm1026ejs.md
    branches/gomp-4_0-branch/gcc/config/arm/arm1136jfs.md
    branches/gomp-4_0-branch/gcc/config/arm/arm926ejs.md
    branches/gomp-4_0-branch/gcc/config/arm/cortex-a15-neon.md
    branches/gomp-4_0-branch/gcc/config/arm/cortex-a15.md
    branches/gomp-4_0-branch/gcc/config/arm/cortex-a5.md
    branches/gomp-4_0-branch/gcc/config/arm/cortex-a53.md
    branches/gomp-4_0-branch/gcc/config/arm/cortex-a7.md
    branches/gomp-4_0-branch/gcc/config/arm/cortex-a8-neon.md
    branches/gomp-4_0-branch/gcc/config/arm/cortex-a8.md
    branches/gomp-4_0-branch/gcc/config/arm/cortex-a9-neon.md
    branches/gomp-4_0-branch/gcc/config/arm/cortex-a9.md
    branches/gomp-4_0-branch/gcc/config/arm/cortex-m4-fpu.md
    branches/gomp-4_0-branch/gcc/config/arm/cortex-m4.md
    branches/gomp-4_0-branch/gcc/config/arm/cortex-r4.md
    branches/gomp-4_0-branch/gcc/config/arm/cortex-r4f.md
    branches/gomp-4_0-branch/gcc/config/arm/fa526.md
    branches/gomp-4_0-branch/gcc/config/arm/fa606te.md
    branches/gomp-4_0-branch/gcc/config/arm/fa626te.md
    branches/gomp-4_0-branch/gcc/config/arm/fa726te.md
    branches/gomp-4_0-branch/gcc/config/arm/fmp626.md
    branches/gomp-4_0-branch/gcc/config/arm/iterators.md
    branches/gomp-4_0-branch/gcc/config/arm/iwmmxt.md
    branches/gomp-4_0-branch/gcc/config/arm/linux-eabi.h
    branches/gomp-4_0-branch/gcc/config/arm/marvell-pj4.md
    branches/gomp-4_0-branch/gcc/config/arm/neon-schedgen.ml
    branches/gomp-4_0-branch/gcc/config/arm/neon.md
    branches/gomp-4_0-branch/gcc/config/arm/thumb2.md
    branches/gomp-4_0-branch/gcc/config/arm/types.md
    branches/gomp-4_0-branch/gcc/config/arm/vfp.md
    branches/gomp-4_0-branch/gcc/config/arm/vfp11.md
    branches/gomp-4_0-branch/gcc/config/bfin/bfin.c
    branches/gomp-4_0-branch/gcc/config/bfin/uclinux.h
    branches/gomp-4_0-branch/gcc/config/c6x/uclinux-elf.h
    branches/gomp-4_0-branch/gcc/config/darwin.h
    branches/gomp-4_0-branch/gcc/config/i386/constraints.md
    branches/gomp-4_0-branch/gcc/config/i386/i386.c
    branches/gomp-4_0-branch/gcc/config/i386/i386.h
    branches/gomp-4_0-branch/gcc/config/i386/i386.md
    branches/gomp-4_0-branch/gcc/config/i386/predicates.md
    branches/gomp-4_0-branch/gcc/config/i386/winnt-cxx.c
    branches/gomp-4_0-branch/gcc/config/i386/winnt.c
    branches/gomp-4_0-branch/gcc/config/i386/x86-tune.def
    branches/gomp-4_0-branch/gcc/config/lm32/uclinux-elf.h
    branches/gomp-4_0-branch/gcc/config/m68k/uclinux.h
    branches/gomp-4_0-branch/gcc/config/moxie/uclinux.h
    branches/gomp-4_0-branch/gcc/config/pa/pa.md
    branches/gomp-4_0-branch/gcc/config/rl78/constraints.md
    branches/gomp-4_0-branch/gcc/config/rl78/predicates.md
    branches/gomp-4_0-branch/gcc/config/rl78/rl78-expand.md
    branches/gomp-4_0-branch/gcc/config/rl78/rl78-protos.h
    branches/gomp-4_0-branch/gcc/config/rl78/rl78-real.md
    branches/gomp-4_0-branch/gcc/config/rl78/rl78-virt.md
    branches/gomp-4_0-branch/gcc/config/rl78/rl78.c
    branches/gomp-4_0-branch/gcc/config/rl78/rl78.h
    branches/gomp-4_0-branch/gcc/config/rl78/rl78.md
    branches/gomp-4_0-branch/gcc/config/rl78/rl78.opt
    branches/gomp-4_0-branch/gcc/config/rs6000/linux.h
    branches/gomp-4_0-branch/gcc/config/rs6000/linux64.h
    branches/gomp-4_0-branch/gcc/config/rs6000/predicates.md
    branches/gomp-4_0-branch/gcc/config/rs6000/rs6000.c
    branches/gomp-4_0-branch/gcc/config/rs6000/rs6000.h
    branches/gomp-4_0-branch/gcc/config/rs6000/rs6000.md
    branches/gomp-4_0-branch/gcc/config/rs6000/t-linux64
    branches/gomp-4_0-branch/gcc/config/rx/rx.h
    branches/gomp-4_0-branch/gcc/config/s390/2827.md
    branches/gomp-4_0-branch/gcc/config/s390/s390.md
    branches/gomp-4_0-branch/gcc/config/sh/sh.md
    branches/gomp-4_0-branch/gcc/configure
    branches/gomp-4_0-branch/gcc/configure.ac
    branches/gomp-4_0-branch/gcc/coverage.c
    branches/gomp-4_0-branch/gcc/cp/ChangeLog
    branches/gomp-4_0-branch/gcc/cp/Make-lang.in
    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/cp-tree.h
    branches/gomp-4_0-branch/gcc/cp/cxx-pretty-print.c
    branches/gomp-4_0-branch/gcc/cp/cxx-pretty-print.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/error.c
    branches/gomp-4_0-branch/gcc/cp/except.c
    branches/gomp-4_0-branch/gcc/cp/init.c
    branches/gomp-4_0-branch/gcc/cp/lambda.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/parser.h
    branches/gomp-4_0-branch/gcc/cp/pt.c
    branches/gomp-4_0-branch/gcc/cp/rtti.c
    branches/gomp-4_0-branch/gcc/cp/semantics.c
    branches/gomp-4_0-branch/gcc/cp/typeck.c
    branches/gomp-4_0-branch/gcc/cp/typeck2.c
    branches/gomp-4_0-branch/gcc/cp/vtable-class-hierarchy.c
    branches/gomp-4_0-branch/gcc/cppbuiltin.c
    branches/gomp-4_0-branch/gcc/dbgcnt.def
    branches/gomp-4_0-branch/gcc/diagnostic.c
    branches/gomp-4_0-branch/gcc/doc/contrib.texi
    branches/gomp-4_0-branch/gcc/doc/extend.texi
    branches/gomp-4_0-branch/gcc/doc/install.texi
    branches/gomp-4_0-branch/gcc/doc/invoke.texi
    branches/gomp-4_0-branch/gcc/doc/md.texi
    branches/gomp-4_0-branch/gcc/dse.c
    branches/gomp-4_0-branch/gcc/dumpfile.c
    branches/gomp-4_0-branch/gcc/dumpfile.h
    branches/gomp-4_0-branch/gcc/dwarf2cfi.c
    branches/gomp-4_0-branch/gcc/dwarf2out.c
    branches/gomp-4_0-branch/gcc/except.c
    branches/gomp-4_0-branch/gcc/explow.c
    branches/gomp-4_0-branch/gcc/expmed.c
    branches/gomp-4_0-branch/gcc/expr.c
    branches/gomp-4_0-branch/gcc/final.c
    branches/gomp-4_0-branch/gcc/flag-types.h
    branches/gomp-4_0-branch/gcc/fold-const.c
    branches/gomp-4_0-branch/gcc/fortran/ChangeLog
    branches/gomp-4_0-branch/gcc/fortran/Make-lang.in
    branches/gomp-4_0-branch/gcc/fortran/gfortran.h
    branches/gomp-4_0-branch/gcc/fortran/intrinsic.c
    branches/gomp-4_0-branch/gcc/fortran/invoke.texi
    branches/gomp-4_0-branch/gcc/fortran/resolve.c
    branches/gomp-4_0-branch/gcc/fortran/trans-expr.c
    branches/gomp-4_0-branch/gcc/function.c
    branches/gomp-4_0-branch/gcc/gcc.c
    branches/gomp-4_0-branch/gcc/gengtype.c
    branches/gomp-4_0-branch/gcc/ggc-page.c
    branches/gomp-4_0-branch/gcc/gimple-fold.c
    branches/gomp-4_0-branch/gcc/gimple-iterator.c
    branches/gomp-4_0-branch/gcc/gimple-low.c
    branches/gomp-4_0-branch/gcc/gimple-pretty-print.c
    branches/gomp-4_0-branch/gcc/gimple-ssa-strength-reduction.c
    branches/gomp-4_0-branch/gcc/gimple-streamer-in.c
    branches/gomp-4_0-branch/gcc/gimple-streamer-out.c
    branches/gomp-4_0-branch/gcc/gimple.c
    branches/gomp-4_0-branch/gcc/gimple.h
    branches/gomp-4_0-branch/gcc/gimplify.c
    branches/gomp-4_0-branch/gcc/go/ChangeLog
    branches/gomp-4_0-branch/gcc/go/go-gcc.cc
    branches/gomp-4_0-branch/gcc/go/gofrontend/expressions.cc
    branches/gomp-4_0-branch/gcc/go/gofrontend/expressions.h
    branches/gomp-4_0-branch/gcc/go/gofrontend/gogo-tree.cc
    branches/gomp-4_0-branch/gcc/go/gofrontend/gogo.cc
    branches/gomp-4_0-branch/gcc/go/gofrontend/gogo.h
    branches/gomp-4_0-branch/gcc/go/gofrontend/statements.cc
    branches/gomp-4_0-branch/gcc/go/gofrontend/statements.h
    branches/gomp-4_0-branch/gcc/go/gofrontend/types.cc
    branches/gomp-4_0-branch/gcc/go/gofrontend/types.h
    branches/gomp-4_0-branch/gcc/graphite-blocking.c
    branches/gomp-4_0-branch/gcc/graphite-clast-to-gimple.c
    branches/gomp-4_0-branch/gcc/graphite-dependences.c
    branches/gomp-4_0-branch/gcc/graphite-interchange.c
    branches/gomp-4_0-branch/gcc/graphite-optimize-isl.c
    branches/gomp-4_0-branch/gcc/graphite-poly.c
    branches/gomp-4_0-branch/gcc/graphite-scop-detection.c
    branches/gomp-4_0-branch/gcc/graphite-sese-to-poly.c
    branches/gomp-4_0-branch/gcc/graphite.c
    branches/gomp-4_0-branch/gcc/gtm-builtins.def
    branches/gomp-4_0-branch/gcc/ifcvt.c
    branches/gomp-4_0-branch/gcc/ipa-cp.c
    branches/gomp-4_0-branch/gcc/ipa-devirt.c
    branches/gomp-4_0-branch/gcc/ipa-inline-analysis.c
    branches/gomp-4_0-branch/gcc/ipa-inline-transform.c
    branches/gomp-4_0-branch/gcc/ipa-inline.c
    branches/gomp-4_0-branch/gcc/ipa-prop.c
    branches/gomp-4_0-branch/gcc/ipa-prop.h
    branches/gomp-4_0-branch/gcc/ipa-pure-const.c
    branches/gomp-4_0-branch/gcc/ipa-reference.c
    branches/gomp-4_0-branch/gcc/ipa-split.c
    branches/gomp-4_0-branch/gcc/ipa-utils.c
    branches/gomp-4_0-branch/gcc/ipa-utils.h
    branches/gomp-4_0-branch/gcc/ipa.c
    branches/gomp-4_0-branch/gcc/ira.c
    branches/gomp-4_0-branch/gcc/loop-init.c
    branches/gomp-4_0-branch/gcc/loop-iv.c
    branches/gomp-4_0-branch/gcc/loop-unroll.c
    branches/gomp-4_0-branch/gcc/lra-constraints.c
    branches/gomp-4_0-branch/gcc/lra-eliminations.c
    branches/gomp-4_0-branch/gcc/lra.c
    branches/gomp-4_0-branch/gcc/lto-cgraph.c
    branches/gomp-4_0-branch/gcc/lto-section-in.c
    branches/gomp-4_0-branch/gcc/lto-section-out.c
    branches/gomp-4_0-branch/gcc/lto-streamer-in.c
    branches/gomp-4_0-branch/gcc/lto-streamer-out.c
    branches/gomp-4_0-branch/gcc/lto-streamer.c
    branches/gomp-4_0-branch/gcc/lto-streamer.h
    branches/gomp-4_0-branch/gcc/lto/ChangeLog
    branches/gomp-4_0-branch/gcc/lto/Make-lang.in
    branches/gomp-4_0-branch/gcc/lto/config-lang.in
    branches/gomp-4_0-branch/gcc/lto/lto-partition.c
    branches/gomp-4_0-branch/gcc/lto/lto.c
    branches/gomp-4_0-branch/gcc/lto/lto.h
    branches/gomp-4_0-branch/gcc/modulo-sched.c
    branches/gomp-4_0-branch/gcc/omp-low.c
    branches/gomp-4_0-branch/gcc/optabs.c
    branches/gomp-4_0-branch/gcc/opts.c
    branches/gomp-4_0-branch/gcc/pass_manager.h
    branches/gomp-4_0-branch/gcc/passes.c
    branches/gomp-4_0-branch/gcc/passes.def
    branches/gomp-4_0-branch/gcc/predict.c
    branches/gomp-4_0-branch/gcc/print-tree.c
    branches/gomp-4_0-branch/gcc/profile.c
    branches/gomp-4_0-branch/gcc/recog.c
    branches/gomp-4_0-branch/gcc/ree.c
    branches/gomp-4_0-branch/gcc/reginfo.c
    branches/gomp-4_0-branch/gcc/regmove.c
    branches/gomp-4_0-branch/gcc/reload1.c
    branches/gomp-4_0-branch/gcc/resource.c
    branches/gomp-4_0-branch/gcc/sanitizer.def
    branches/gomp-4_0-branch/gcc/sese.c
    branches/gomp-4_0-branch/gcc/simplify-rtx.c
    branches/gomp-4_0-branch/gcc/symtab.c
    branches/gomp-4_0-branch/gcc/targhooks.c
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/abi/mangle33.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/dg.exp
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/init/delete1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/ipa/devirt-11.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/overload/new1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/cond2.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/meminit1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/pseudodtor2.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/pseudodtor3.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/tree-ssa/dom-invalid.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/tree-ssa/pr45453.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/vect/slp-pr50413.cc
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/vect/slp-pr50819.cc
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/vect/slp-pr56812.cc
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/warn/weak1.C
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/20101011-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/attr-weakref-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/autopar/pr49960.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/builtin-apply2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/ipa/ipa-pta-14.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr26570.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr32773.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/pr40209.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/stack-usage-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr37868.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr53922.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/attr-alias.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/cunroll-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/cunroll-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/cunroll-3.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/cunroll-4.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/cunroll-5.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/ipa-cp-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/ldist-16.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/loop-23.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/loop-4.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/pta-escape-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/pta-escape-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/pta-escape-3.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-3.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/unroll_1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/unroll_2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/unroll_3.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/unroll_4.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-10.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-11.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-13.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-14.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-15.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-16.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-17.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-18.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-19.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-20.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-21.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-22.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-23.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-24.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-25.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-26.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-27.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-28.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-29.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-3.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-30.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-31.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-4.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-5.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-6.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-7.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-8.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-8a.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-8b.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-9.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-cond-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-pattern-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/fast-math-bb-slp-call-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/fast-math-bb-slp-call-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/no-tree-reassoc-bb-slp-12.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/pr56933.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/scalar_intrinsics.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/table-intrinsics.c
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_14.f90
    branches/gomp-4_0-branch/gcc/testsuite/gnat.dg/specs/linker_alias.ads
    branches/gomp-4_0-branch/gcc/testsuite/lib/file-format.exp
    branches/gomp-4_0-branch/gcc/testsuite/lib/target-supports.exp
    branches/gomp-4_0-branch/gcc/timevar.def
    branches/gomp-4_0-branch/gcc/toplev.c
    branches/gomp-4_0-branch/gcc/tracer.c
    branches/gomp-4_0-branch/gcc/trans-mem.c
    branches/gomp-4_0-branch/gcc/tree-affine.c
    branches/gomp-4_0-branch/gcc/tree-call-cdce.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-chrec.c
    branches/gomp-4_0-branch/gcc/tree-complex.c
    branches/gomp-4_0-branch/gcc/tree-data-ref.c
    branches/gomp-4_0-branch/gcc/tree-data-ref.h
    branches/gomp-4_0-branch/gcc/tree-dfa.c
    branches/gomp-4_0-branch/gcc/tree-eh.c
    branches/gomp-4_0-branch/gcc/tree-emutls.c
    branches/gomp-4_0-branch/gcc/tree-flow-inline.h
    branches/gomp-4_0-branch/gcc/tree-flow.h
    branches/gomp-4_0-branch/gcc/tree-if-conv.c
    branches/gomp-4_0-branch/gcc/tree-inline.c
    branches/gomp-4_0-branch/gcc/tree-into-ssa.c
    branches/gomp-4_0-branch/gcc/tree-loop-distribution.c
    branches/gomp-4_0-branch/gcc/tree-mudflap.c
    branches/gomp-4_0-branch/gcc/tree-nested.c
    branches/gomp-4_0-branch/gcc/tree-nrv.c
    branches/gomp-4_0-branch/gcc/tree-object-size.c
    branches/gomp-4_0-branch/gcc/tree-optimize.c
    branches/gomp-4_0-branch/gcc/tree-outof-ssa.c
    branches/gomp-4_0-branch/gcc/tree-parloops.c
    branches/gomp-4_0-branch/gcc/tree-pass.h
    branches/gomp-4_0-branch/gcc/tree-phinodes.c
    branches/gomp-4_0-branch/gcc/tree-predcom.c
    branches/gomp-4_0-branch/gcc/tree-pretty-print.c
    branches/gomp-4_0-branch/gcc/tree-profile.c
    branches/gomp-4_0-branch/gcc/tree-scalar-evolution.c
    branches/gomp-4_0-branch/gcc/tree-sra.c
    branches/gomp-4_0-branch/gcc/tree-ssa-address.c
    branches/gomp-4_0-branch/gcc/tree-ssa-alias.c
    branches/gomp-4_0-branch/gcc/tree-ssa-alias.h
    branches/gomp-4_0-branch/gcc/tree-ssa-ccp.c
    branches/gomp-4_0-branch/gcc/tree-ssa-coalesce.c
    branches/gomp-4_0-branch/gcc/tree-ssa-copy.c
    branches/gomp-4_0-branch/gcc/tree-ssa-copyrename.c
    branches/gomp-4_0-branch/gcc/tree-ssa-dce.c
    branches/gomp-4_0-branch/gcc/tree-ssa-dom.c
    branches/gomp-4_0-branch/gcc/tree-ssa-dse.c
    branches/gomp-4_0-branch/gcc/tree-ssa-forwprop.c
    branches/gomp-4_0-branch/gcc/tree-ssa-ifcombine.c
    branches/gomp-4_0-branch/gcc/tree-ssa-live.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-ch.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-im.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-ivcanon.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-ivopts.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-manip.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-niter.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-prefetch.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-unswitch.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop.c
    branches/gomp-4_0-branch/gcc/tree-ssa-math-opts.c
    branches/gomp-4_0-branch/gcc/tree-ssa-operands.c
    branches/gomp-4_0-branch/gcc/tree-ssa-phiopt.c
    branches/gomp-4_0-branch/gcc/tree-ssa-phiprop.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-ssa-sccvn.c
    branches/gomp-4_0-branch/gcc/tree-ssa-sink.c
    branches/gomp-4_0-branch/gcc/tree-ssa-strlen.c
    branches/gomp-4_0-branch/gcc/tree-ssa-structalias.c
    branches/gomp-4_0-branch/gcc/tree-ssa-tail-merge.c
    branches/gomp-4_0-branch/gcc/tree-ssa-ter.c
    branches/gomp-4_0-branch/gcc/tree-ssa-threadedge.c
    branches/gomp-4_0-branch/gcc/tree-ssa-threadupdate.c
    branches/gomp-4_0-branch/gcc/tree-ssa-uncprop.c
    branches/gomp-4_0-branch/gcc/tree-ssa-uninit.c
    branches/gomp-4_0-branch/gcc/tree-ssa.c
    branches/gomp-4_0-branch/gcc/tree-ssanames.c
    branches/gomp-4_0-branch/gcc/tree-stdarg.c
    branches/gomp-4_0-branch/gcc/tree-streamer-in.c
    branches/gomp-4_0-branch/gcc/tree-streamer-out.c
    branches/gomp-4_0-branch/gcc/tree-switch-conversion.c
    branches/gomp-4_0-branch/gcc/tree-tailcall.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-loop-manip.c
    branches/gomp-4_0-branch/gcc/tree-vect-loop.c
    branches/gomp-4_0-branch/gcc/tree-vect-patterns.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/tree-vectorizer.c
    branches/gomp-4_0-branch/gcc/tree-vectorizer.h
    branches/gomp-4_0-branch/gcc/tree-vrp.c
    branches/gomp-4_0-branch/gcc/tree.c
    branches/gomp-4_0-branch/gcc/tree.h
    branches/gomp-4_0-branch/gcc/tsan.c
    branches/gomp-4_0-branch/gcc/valtrack.c
    branches/gomp-4_0-branch/gcc/value-prof.c
    branches/gomp-4_0-branch/gcc/var-tracking.c
    branches/gomp-4_0-branch/gcc/varasm.c
    branches/gomp-4_0-branch/gcc/varpool.c
    branches/gomp-4_0-branch/gcc/vtable-verify.c
    branches/gomp-4_0-branch/gnattools/ChangeLog
    branches/gomp-4_0-branch/gnattools/Makefile.in
    branches/gomp-4_0-branch/libgcc/ChangeLog
    branches/gomp-4_0-branch/libgcc/config.host
    branches/gomp-4_0-branch/libgo/go/reflect/value.go
    branches/gomp-4_0-branch/libgo/runtime/go-reflect-call.c
    branches/gomp-4_0-branch/libgo/runtime/mgc0.c
    branches/gomp-4_0-branch/libgo/runtime/proc.c
    branches/gomp-4_0-branch/libgo/runtime/runtime.h
    branches/gomp-4_0-branch/libgo/runtime/time.goc
    branches/gomp-4_0-branch/libiberty/ChangeLog
    branches/gomp-4_0-branch/libitm/ChangeLog
    branches/gomp-4_0-branch/libitm/beginend.cc
    branches/gomp-4_0-branch/libitm/config/linux/rwlock.h
    branches/gomp-4_0-branch/libitm/config/posix/rwlock.cc
    branches/gomp-4_0-branch/libitm/config/posix/rwlock.h
    branches/gomp-4_0-branch/libitm/config/x86/sjlj.S
    branches/gomp-4_0-branch/libitm/config/x86/target.h
    branches/gomp-4_0-branch/libitm/libitm.h
    branches/gomp-4_0-branch/libitm/libitm_i.h
    branches/gomp-4_0-branch/libsanitizer/ChangeLog
    branches/gomp-4_0-branch/libsanitizer/Makefile.am
    branches/gomp-4_0-branch/libsanitizer/Makefile.in
    branches/gomp-4_0-branch/libsanitizer/configure
    branches/gomp-4_0-branch/libsanitizer/configure.ac
    branches/gomp-4_0-branch/libsanitizer/merge.sh
    branches/gomp-4_0-branch/libsanitizer/sanitizer_common/sanitizer_common.h
    branches/gomp-4_0-branch/libsanitizer/sanitizer_common/sanitizer_printf.cc
    branches/gomp-4_0-branch/libsanitizer/sanitizer_common/sanitizer_report_decorator.h
    branches/gomp-4_0-branch/libvtv/ChangeLog
    branches/gomp-4_0-branch/libvtv/Makefile.am
    branches/gomp-4_0-branch/libvtv/Makefile.in
    branches/gomp-4_0-branch/libvtv/configure
    branches/gomp-4_0-branch/libvtv/configure.ac
    branches/gomp-4_0-branch/libvtv/configure.tgt

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



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