r201647 - in /branches/google/integration: ./ C...

dnovillo@gcc.gnu.org dnovillo@gcc.gnu.org
Sat Aug 10 15:53:00 GMT 2013


Author: dnovillo
Date: Sat Aug 10 15:53:16 2013
New Revision: 201647

URL: http://gcc.gnu.org/viewcvs?rev=201647&root=gcc&view=rev
Log:
Merged revisions 201259-201263,201265-201268,201270-201272,201274-201275,201279,201282,201284,201286-201287,201290,201292,201294,201297-201298,201300-201301,201307-201308,201313,201315-201321,201324-201326,201328-201329,201333-201334,201337-201338,201341-201342,201344,201348-201351,201353-201354,201357-201360,201364-201365,201369-201370,201375-201377,201379-201381,201385,201391,201397,201399-201401,201406,201408,201411-201417,201423-201424,201426-201428,201431,201435-201436,201438-201439,201441-201442,201446,201450,201454-201455,201461-201470,201473-201475,201478-201483,201492,201494,201501,201505-201506,201508-201509,201511-201513,201516,201521-201523,201525-201526,201535,201537-201538,201540,201542,201548-201550,201552-201553,201555,201558,201562,201565-201567,201569,201573-201575,201579-201580,201582-201583,201585,201588-201589,201592,201596,201598-201599,201601-201602,201604,201606,201609-201611,201614,201616-201619,201621-201625,201627,201629,201632-201637,201639-201640,201643-201646 via svnmerge from 
svn+ssh://gcc.gnu.org/svn/gcc/trunk


Added:
    branches/google/integration/libstdc++-v3/include/bits/regex_automaton.h
      - copied unchanged from r201646, trunk/libstdc++-v3/include/bits/regex_automaton.h
    branches/google/integration/libstdc++-v3/include/bits/regex_automaton.tcc
      - copied unchanged from r201646, trunk/libstdc++-v3/include/bits/regex_automaton.tcc
    branches/google/integration/libstdc++-v3/include/bits/regex_compiler.tcc
      - copied unchanged from r201646, trunk/libstdc++-v3/include/bits/regex_compiler.tcc
    branches/google/integration/libstdc++-v3/include/bits/regex_executor.h
      - copied unchanged from r201646, trunk/libstdc++-v3/include/bits/regex_executor.h
    branches/google/integration/libstdc++-v3/include/bits/regex_executor.tcc
      - copied unchanged from r201646, trunk/libstdc++-v3/include/bits/regex_executor.tcc
    branches/google/integration/libstdc++-v3/libsupc++/vtv_stubs.cc
      - copied unchanged from r201646, trunk/libstdc++-v3/libsupc++/vtv_stubs.cc
    branches/google/integration/libstdc++-v3/testsuite/23_containers/deque/debug/insert5_neg.cc
      - copied unchanged from r201646, trunk/libstdc++-v3/testsuite/23_containers/deque/debug/insert5_neg.cc
    branches/google/integration/libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after4_neg.cc
      - copied unchanged from r201646, trunk/libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after4_neg.cc
    branches/google/integration/libstdc++-v3/testsuite/23_containers/list/debug/insert5_neg.cc
      - copied unchanged from r201646, trunk/libstdc++-v3/testsuite/23_containers/list/debug/insert5_neg.cc
    branches/google/integration/libstdc++-v3/testsuite/23_containers/vector/debug/57779_neg.cc
      - copied unchanged from r201646, trunk/libstdc++-v3/testsuite/23_containers/vector/debug/57779_neg.cc
    branches/google/integration/libstdc++-v3/testsuite/23_containers/vector/debug/insert5_neg.cc
      - copied unchanged from r201646, trunk/libstdc++-v3/testsuite/23_containers/vector/debug/insert5_neg.cc
    branches/google/integration/libstdc++-v3/testsuite/23_containers/vector/debug/insert6_neg.cc
      - copied unchanged from r201646, trunk/libstdc++-v3/testsuite/23_containers/vector/debug/insert6_neg.cc
    branches/google/integration/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_bracket_01.cc
      - copied unchanged from r201646, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_bracket_01.cc
    branches/google/integration/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_dispatch_01.cc
      - copied unchanged from r201646, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_dispatch_01.cc
    branches/google/integration/libstdc++-v3/testsuite/29_atomics/atomic/requirements/compare_exchange_lowering.cc
      - copied unchanged from r201646, trunk/libstdc++-v3/testsuite/29_atomics/atomic/requirements/compare_exchange_lowering.cc
    branches/google/integration/libstdc++-v3/testsuite/ext/random/triangular_distribution/
      - copied from r201646, trunk/libstdc++-v3/testsuite/ext/random/triangular_distribution/
    branches/google/integration/libstdc++-v3/testsuite/ext/random/von_mises_distribution/
      - copied from r201646, trunk/libstdc++-v3/testsuite/ext/random/von_mises_distribution/
    branches/google/integration/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/pow_cmath.cc
      - copied unchanged from r201646, trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/pow_cmath.cc
Removed:
    branches/google/integration/libstdc++-v3/include/bits/regex_cursor.h
    branches/google/integration/libstdc++-v3/include/bits/regex_grep_matcher.h
    branches/google/integration/libstdc++-v3/include/bits/regex_grep_matcher.tcc
    branches/google/integration/libstdc++-v3/include/bits/regex_nfa.h
    branches/google/integration/libstdc++-v3/include/bits/regex_nfa.tcc
    branches/google/integration/libstdc++-v3/testsuite/ext/triangular_distribution/
    branches/google/integration/libstdc++-v3/testsuite/ext/von_mises_distribution/
Modified:
    branches/google/integration/libstdc++-v3/ChangeLog
    branches/google/integration/libstdc++-v3/Makefile.in
    branches/google/integration/libstdc++-v3/acinclude.m4
    branches/google/integration/libstdc++-v3/config.h.in
    branches/google/integration/libstdc++-v3/config/abi/pre/gnu.ver
    branches/google/integration/libstdc++-v3/configure
    branches/google/integration/libstdc++-v3/configure.ac
    branches/google/integration/libstdc++-v3/doc/Makefile.in
    branches/google/integration/libstdc++-v3/doc/xml/manual/configure.xml
    branches/google/integration/libstdc++-v3/fragment.am
    branches/google/integration/libstdc++-v3/include/Makefile.am
    branches/google/integration/libstdc++-v3/include/Makefile.in
    branches/google/integration/libstdc++-v3/include/bits/hashtable.h
    branches/google/integration/libstdc++-v3/include/bits/hashtable_policy.h
    branches/google/integration/libstdc++-v3/include/bits/random.h
    branches/google/integration/libstdc++-v3/include/bits/regex.h
    branches/google/integration/libstdc++-v3/include/bits/regex_compiler.h
    branches/google/integration/libstdc++-v3/include/bits/regex_constants.h
    branches/google/integration/libstdc++-v3/include/bits/regex_error.h
    branches/google/integration/libstdc++-v3/include/bits/stl_bvector.h
    branches/google/integration/libstdc++-v3/include/debug/formatter.h
    branches/google/integration/libstdc++-v3/include/debug/forward_list
    branches/google/integration/libstdc++-v3/include/debug/functions.h
    branches/google/integration/libstdc++-v3/include/debug/list
    branches/google/integration/libstdc++-v3/include/debug/macros.h
    branches/google/integration/libstdc++-v3/include/debug/safe_iterator.h
    branches/google/integration/libstdc++-v3/include/debug/safe_local_iterator.h
    branches/google/integration/libstdc++-v3/include/debug/string
    branches/google/integration/libstdc++-v3/include/ext/atomicity.h
    branches/google/integration/libstdc++-v3/include/ext/random
    branches/google/integration/libstdc++-v3/include/std/atomic
    branches/google/integration/libstdc++-v3/include/std/bitset
    branches/google/integration/libstdc++-v3/include/std/regex
    branches/google/integration/libstdc++-v3/include/tr1/cmath
    branches/google/integration/libstdc++-v3/libsupc++/Makefile.am
    branches/google/integration/libstdc++-v3/libsupc++/Makefile.in
    branches/google/integration/libstdc++-v3/po/Makefile.in
    branches/google/integration/libstdc++-v3/python/Makefile.in
    branches/google/integration/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/google/integration/libstdc++-v3/scripts/testsuite_flags.in
    branches/google/integration/libstdc++-v3/src/Makefile.am
    branches/google/integration/libstdc++-v3/src/Makefile.in
    branches/google/integration/libstdc++-v3/src/c++11/Makefile.am
    branches/google/integration/libstdc++-v3/src/c++11/Makefile.in
    branches/google/integration/libstdc++-v3/src/c++11/debug.cc
    branches/google/integration/libstdc++-v3/src/c++11/functexcept.cc
    branches/google/integration/libstdc++-v3/src/c++11/hashtable_c++0x.cc
    branches/google/integration/libstdc++-v3/src/c++11/regex.cc
    branches/google/integration/libstdc++-v3/src/c++98/Makefile.am
    branches/google/integration/libstdc++-v3/src/c++98/Makefile.in
    branches/google/integration/libstdc++-v3/testsuite/17_intro/freestanding.cc
    branches/google/integration/libstdc++-v3/testsuite/18_support/bad_exception/23591_thread-1.c
    branches/google/integration/libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc
    branches/google/integration/libstdc++-v3/testsuite/23_containers/unordered_set/not_default_constructible_hash_neg.cc
    branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/cons/default.cc
    branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/cons/parms.cc
    branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/cons/default.cc
    branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/cons/parms.cc
    branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/cons/default.cc
    branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/cons/parms.cc
    branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/cons/default.cc
    branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/cons/parms.cc
    branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/cons/default.cc
    branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/cons/parms.cc
    branches/google/integration/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/53622.cc
    branches/google/integration/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/57173.cc
    branches/google/integration/libstdc++-v3/testsuite/Makefile.in
    branches/google/integration/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/cons/default.cc
    branches/google/integration/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/cons/parms.cc
    branches/google/integration/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/google/integration/libstdc++-v3/testsuite/util/debug/checks.h
    branches/google/integration/libstdc++-v3/testsuite/util/testsuite_common_types.h

Changes in other areas also in this revision:
Added:
    branches/google/integration/gcc/config/arm/aarch-common-protos.h
      - copied unchanged from r201646, trunk/gcc/config/arm/aarch-common-protos.h
    branches/google/integration/gcc/config/arm/aarch-common.c
      - copied unchanged from r201646, trunk/gcc/config/arm/aarch-common.c
    branches/google/integration/gcc/config/arm/types.md
      - copied unchanged from r201646, trunk/gcc/config/arm/types.md
    branches/google/integration/gcc/config/i386/stringop.def
      - copied unchanged from r201646, trunk/gcc/config/i386/stringop.def
    branches/google/integration/gcc/config/i386/stringop.opt
      - copied unchanged from r201646, trunk/gcc/config/i386/stringop.opt
    branches/google/integration/gcc/config/i386/x86-tune.def
      - copied unchanged from r201646, trunk/gcc/config/i386/x86-tune.def
    branches/google/integration/gcc/cp/vtable-class-hierarchy.c
      - copied unchanged from r201646, trunk/gcc/cp/vtable-class-hierarchy.c
    branches/google/integration/gcc/gen-pass-instances.awk
      - copied unchanged from r201646, trunk/gcc/gen-pass-instances.awk
    branches/google/integration/gcc/pass_manager.h
      - copied unchanged from r201646, trunk/gcc/pass_manager.h
    branches/google/integration/gcc/testsuite/g++.dg/conversion/ambig2.C
      - copied unchanged from r201646, trunk/gcc/testsuite/g++.dg/conversion/ambig2.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/alias-decl-33.C
      - copied unchanged from r201646, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-33.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/alias-decl-33a.C
      - copied unchanged from r201646, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-33a.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/alias-decl-37.C
      - copied unchanged from r201646, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-37.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/alias-decl-dr1286.C
      - copied unchanged from r201646, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-dr1286.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/alias-decl-dr1286a.C
      - copied unchanged from r201646, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-dr1286a.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-value4.C
      - copied unchanged from r201646, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-value4.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/nsdmi-sizeof.C
      - copied unchanged from r201646, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-sizeof.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/pr57101.C
      - copied unchanged from r201646, trunk/gcc/testsuite/g++.dg/cpp0x/pr57101.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/pr58072.C
      - copied unchanged from r201646, trunk/gcc/testsuite/g++.dg/cpp0x/pr58072.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/pr58080.C
      - copied unchanged from r201646, trunk/gcc/testsuite/g++.dg/cpp0x/pr58080.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/ref-qual14.C
      - copied unchanged from r201646, trunk/gcc/testsuite/g++.dg/cpp0x/ref-qual14.C
    branches/google/integration/gcc/testsuite/g++.dg/overload/using3.C
      - copied unchanged from r201646, trunk/gcc/testsuite/g++.dg/overload/using3.C
    branches/google/integration/gcc/testsuite/g++.dg/parse/crash63.C
      - copied unchanged from r201646, trunk/gcc/testsuite/g++.dg/parse/crash63.C
    branches/google/integration/gcc/testsuite/g++.dg/template/abstract1.C
      - copied unchanged from r201646, trunk/gcc/testsuite/g++.dg/template/abstract1.C
    branches/google/integration/gcc/testsuite/gcc.c-torture/execute/builtins/memcpy-chk.x
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/memcpy-chk.x
    branches/google/integration/gcc/testsuite/gcc.c-torture/execute/builtins/memmove-chk.x
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/memmove-chk.x
    branches/google/integration/gcc/testsuite/gcc.c-torture/execute/builtins/mempcpy-chk.x
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/mempcpy-chk.x
    branches/google/integration/gcc/testsuite/gcc.c-torture/execute/builtins/memset-chk.x
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/memset-chk.x
    branches/google/integration/gcc/testsuite/gcc.c-torture/execute/builtins/snprintf-chk.x
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/snprintf-chk.x
    branches/google/integration/gcc/testsuite/gcc.c-torture/execute/builtins/sprintf-chk.x
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/sprintf-chk.x
    branches/google/integration/gcc/testsuite/gcc.c-torture/execute/builtins/stpcpy-chk.x
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/stpcpy-chk.x
    branches/google/integration/gcc/testsuite/gcc.c-torture/execute/builtins/stpncpy-chk.x
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/stpncpy-chk.x
    branches/google/integration/gcc/testsuite/gcc.c-torture/execute/builtins/strcat-chk.x
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/strcat-chk.x
    branches/google/integration/gcc/testsuite/gcc.c-torture/execute/builtins/strcpy-chk.x
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/strcpy-chk.x
    branches/google/integration/gcc/testsuite/gcc.c-torture/execute/builtins/strncat-chk.x
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/strncat-chk.x
    branches/google/integration/gcc/testsuite/gcc.c-torture/execute/builtins/strncpy-chk.x
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/strncpy-chk.x
    branches/google/integration/gcc/testsuite/gcc.c-torture/execute/builtins/vsnprintf-chk.x
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/vsnprintf-chk.x
    branches/google/integration/gcc/testsuite/gcc.c-torture/execute/builtins/vsprintf-chk.x
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.c-torture/execute/builtins/vsprintf-chk.x
    branches/google/integration/gcc/testsuite/gcc.c-torture/execute/zerolen-2.x
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.c-torture/execute/zerolen-2.x
    branches/google/integration/gcc/testsuite/gcc.dg/ipa/pr57539.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.dg/ipa/pr57539.c
    branches/google/integration/gcc/testsuite/gcc.dg/torture/pr57993-2.cpp
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.dg/torture/pr57993-2.cpp
    branches/google/integration/gcc/testsuite/gcc.dg/torture/pr57993.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.dg/torture/pr57993.c
    branches/google/integration/gcc/testsuite/gcc.dg/torture/pr58041.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.dg/torture/pr58041.c
    branches/google/integration/gcc/testsuite/gcc.dg/torture/pr58079.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.dg/torture/pr58079.c
    branches/google/integration/gcc/testsuite/gcc.dg/tree-prof/crossmodule-indircall-1.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.dg/tree-prof/crossmodule-indircall-1.c
    branches/google/integration/gcc/testsuite/gcc.dg/tree-prof/crossmodule-indircall-1a.c
      - copied, changed from r201646, trunk/gcc/testsuite/gcc.dg/tree-prof/crossmodule-indircall-1a.c
    branches/google/integration/gcc/testsuite/gcc.target/aarch64/neg_1.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/aarch64/neg_1.c
    branches/google/integration/gcc/testsuite/gcc.target/arm/lp1189445.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/arm/lp1189445.c
    branches/google/integration/gcc/testsuite/gcc.target/arm/pr46975-2.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/arm/pr46975-2.c
    branches/google/integration/gcc/testsuite/gcc.target/arm/pr57637.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/arm/pr57637.c
    branches/google/integration/gcc/testsuite/gcc.target/arm/pr58041.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/arm/pr58041.c
    branches/google/integration/gcc/testsuite/gcc.target/i386/memcpy-strategy-1.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/i386/memcpy-strategy-1.c
    branches/google/integration/gcc/testsuite/gcc.target/i386/memcpy-strategy-2.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/i386/memcpy-strategy-2.c
    branches/google/integration/gcc/testsuite/gcc.target/i386/memcpy-strategy-3.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/i386/memcpy-strategy-3.c
    branches/google/integration/gcc/testsuite/gcc.target/i386/memset-strategy-1.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/i386/memset-strategy-1.c
    branches/google/integration/gcc/testsuite/gcc.target/i386/pr58048.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/i386/pr58048.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/fabs-2008.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/mips/fabs-2008.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/fabs-legacy.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/mips/fabs-legacy.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/fabsf-2008.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/mips/fabsf-2008.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/fabsf-legacy.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/mips/fabsf-legacy.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/fneg-2008.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/mips/fneg-2008.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/fneg-legacy.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/mips/fneg-legacy.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/fnegf-2008.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/mips/fnegf-2008.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/fnegf-legacy.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/mips/fnegf-legacy.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/nan-2008.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/mips/nan-2008.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/nan-legacy.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/mips/nan-legacy.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/nanf-2008.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/mips/nanf-2008.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/nanf-legacy.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/mips/nanf-legacy.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/nans-2008.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/mips/nans-2008.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/nans-legacy.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/mips/nans-legacy.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/nansf-2008.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/mips/nansf-2008.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/nansf-legacy.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/mips/nansf-legacy.c
    branches/google/integration/gcc/testsuite/gcc.target/powerpc/fusion.c
      - copied unchanged from r201646, trunk/gcc/testsuite/gcc.target/powerpc/fusion.c
    branches/google/integration/gcc/testsuite/gfortran.dg/class_array_19.f90
      - copied unchanged from r201646, trunk/gcc/testsuite/gfortran.dg/class_array_19.f90
    branches/google/integration/gcc/testsuite/gfortran.dg/pointer_assign_10.f90
      - copied unchanged from r201646, trunk/gcc/testsuite/gfortran.dg/pointer_assign_10.f90
    branches/google/integration/gcc/testsuite/gfortran.dg/pointer_assign_11.f90
      - copied unchanged from r201646, trunk/gcc/testsuite/gfortran.dg/pointer_assign_11.f90
    branches/google/integration/gcc/testsuite/gfortran.dg/pointer_assign_8.f90
      - copied unchanged from r201646, trunk/gcc/testsuite/gfortran.dg/pointer_assign_8.f90
    branches/google/integration/gcc/testsuite/gfortran.dg/pointer_assign_9.f90
      - copied unchanged from r201646, trunk/gcc/testsuite/gfortran.dg/pointer_assign_9.f90
    branches/google/integration/gcc/testsuite/gfortran.dg/pointer_init_8.f90
      - copied unchanged from r201646, trunk/gcc/testsuite/gfortran.dg/pointer_init_8.f90
    branches/google/integration/gcc/testsuite/gfortran.dg/pr57987.f90
      - copied unchanged from r201646, trunk/gcc/testsuite/gfortran.dg/pr57987.f90
    branches/google/integration/gcc/testsuite/gfortran.dg/transfer_intrinsic_6.f90
      - copied unchanged from r201646, trunk/gcc/testsuite/gfortran.dg/transfer_intrinsic_6.f90
    branches/google/integration/gcc/testsuite/gfortran.dg/vector_subscript_7.f90
      - copied unchanged from r201646, trunk/gcc/testsuite/gfortran.dg/vector_subscript_7.f90
    branches/google/integration/gcc/testsuite/gfortran.dg/warn_alias.f90
      - copied unchanged from r201646, trunk/gcc/testsuite/gfortran.dg/warn_alias.f90
    branches/google/integration/gcc/testsuite/gnat.dg/warn9.adb
      - copied unchanged from r201646, trunk/gcc/testsuite/gnat.dg/warn9.adb
    branches/google/integration/gcc/vtable-verify.c
      - copied unchanged from r201646, trunk/gcc/vtable-verify.c
    branches/google/integration/gcc/vtable-verify.h
      - copied unchanged from r201646, trunk/gcc/vtable-verify.h
    branches/google/integration/include/vtv-change-permission.h
      - copied unchanged from r201646, trunk/include/vtv-change-permission.h
    branches/google/integration/libgcc/vtv_end.c
      - copied unchanged from r201646, trunk/libgcc/vtv_end.c
    branches/google/integration/libgcc/vtv_end_preinit.c
      - copied unchanged from r201646, trunk/libgcc/vtv_end_preinit.c
    branches/google/integration/libgcc/vtv_start.c
      - copied unchanged from r201646, trunk/libgcc/vtv_start.c
    branches/google/integration/libgcc/vtv_start_preinit.c
      - copied unchanged from r201646, trunk/libgcc/vtv_start_preinit.c
    branches/google/integration/libvtv/
      - copied from r201646, trunk/libvtv/
Removed:
    branches/google/integration/gcc/testsuite/gcc.target/arm/neon-for-64bits-2.c
    branches/google/integration/libgo/go/exp/cookiejar/
    branches/google/integration/libgo/go/exp/ebnf/
    branches/google/integration/libgo/go/exp/ebnflint/
    branches/google/integration/libgo/go/exp/gotype/
    branches/google/integration/libgo/go/exp/html/atom/
    branches/google/integration/libgo/go/exp/html/testdata/webkit/scripted/
    branches/google/integration/libgo/go/exp/inotify/
    branches/google/integration/libgo/go/exp/locale/
    branches/google/integration/libgo/go/exp/norm/
    branches/google/integration/libgo/go/exp/ssa/
    branches/google/integration/libgo/go/exp/utf8string/
    branches/google/integration/libgo/go/exp/winfsnotify/
    branches/google/integration/libgo/go/old/netchan/
Modified:
    branches/google/integration/   (props changed)
    branches/google/integration/ChangeLog
    branches/google/integration/MAINTAINERS
    branches/google/integration/Makefile.def
    branches/google/integration/Makefile.in
    branches/google/integration/configure
    branches/google/integration/configure.ac
    branches/google/integration/contrib/ChangeLog
    branches/google/integration/contrib/gcc_update
    branches/google/integration/contrib/testsuite-management/x86_64-grtev3-linux-gnu.xfail
    branches/google/integration/gcc/ChangeLog
    branches/google/integration/gcc/DATESTAMP
    branches/google/integration/gcc/Makefile.in
    branches/google/integration/gcc/aclocal.m4
    branches/google/integration/gcc/ada/ChangeLog
    branches/google/integration/gcc/ada/gcc-interface/Makefile.in
    branches/google/integration/gcc/asan.c
    branches/google/integration/gcc/auto-inc-dec.c
    branches/google/integration/gcc/bb-reorder.c
    branches/google/integration/gcc/bt-load.c
    branches/google/integration/gcc/c-family/ChangeLog
    branches/google/integration/gcc/c-family/c-ada-spec.c
    branches/google/integration/gcc/c-family/c-common.c
    branches/google/integration/gcc/c-family/c-common.h
    branches/google/integration/gcc/c-family/c-pretty-print.c
    branches/google/integration/gcc/c-family/c-pretty-print.h
    branches/google/integration/gcc/c/ChangeLog
    branches/google/integration/gcc/c/c-objc-common.c
    branches/google/integration/gcc/cfgcleanup.c
    branches/google/integration/gcc/cfgexpand.c
    branches/google/integration/gcc/cfgrtl.c
    branches/google/integration/gcc/cgraph.c
    branches/google/integration/gcc/cgraph.h
    branches/google/integration/gcc/cgraphbuild.c
    branches/google/integration/gcc/cgraphclones.c
    branches/google/integration/gcc/cgraphunit.c
    branches/google/integration/gcc/combine-stack-adj.c
    branches/google/integration/gcc/combine.c
    branches/google/integration/gcc/common.opt
    branches/google/integration/gcc/compare-elim.c
    branches/google/integration/gcc/config.gcc
    branches/google/integration/gcc/config.in
    branches/google/integration/gcc/config/aarch64/aarch64-simd-builtins.def
    branches/google/integration/gcc/config/aarch64/aarch64-simd.md
    branches/google/integration/gcc/config/aarch64/aarch64.md
    branches/google/integration/gcc/config/aarch64/arm_neon.h
    branches/google/integration/gcc/config/aarch64/iterators.md
    branches/google/integration/gcc/config/aarch64/t-aarch64
    branches/google/integration/gcc/config/arm/arm-protos.h
    branches/google/integration/gcc/config/arm/arm.c
    branches/google/integration/gcc/config/arm/arm.h
    branches/google/integration/gcc/config/arm/arm.md
    branches/google/integration/gcc/config/arm/cortex-a53.md
    branches/google/integration/gcc/config/arm/neon.md
    branches/google/integration/gcc/config/arm/t-arm
    branches/google/integration/gcc/config/epiphany/epiphany.c
    branches/google/integration/gcc/config/epiphany/epiphany.h
    branches/google/integration/gcc/config/epiphany/epiphany.md
    branches/google/integration/gcc/config/epiphany/mode-switch-use.c
    branches/google/integration/gcc/config/epiphany/predicates.md
    branches/google/integration/gcc/config/epiphany/resolve-sw-modes.c
    branches/google/integration/gcc/config/gnu-user.h
    branches/google/integration/gcc/config/i386/i386-opts.h
    branches/google/integration/gcc/config/i386/i386.c
    branches/google/integration/gcc/config/i386/i386.h
    branches/google/integration/gcc/config/i386/i386.md
    branches/google/integration/gcc/config/i386/i386.opt
    branches/google/integration/gcc/config/i386/t-i386
    branches/google/integration/gcc/config/mips/linux.h
    branches/google/integration/gcc/config/mips/linux64.h
    branches/google/integration/gcc/config/mips/mips-modes.def
    branches/google/integration/gcc/config/mips/mips-opts.h
    branches/google/integration/gcc/config/mips/mips.c
    branches/google/integration/gcc/config/mips/mips.h
    branches/google/integration/gcc/config/mips/mips.md
    branches/google/integration/gcc/config/mips/mips.opt
    branches/google/integration/gcc/config/mips/mti-linux.h
    branches/google/integration/gcc/config/mips/t-mti-elf
    branches/google/integration/gcc/config/mips/t-mti-linux
    branches/google/integration/gcc/config/rl78/rl78.c
    branches/google/integration/gcc/config/rs6000/predicates.md
    branches/google/integration/gcc/config/rs6000/rs6000-modes.def
    branches/google/integration/gcc/config/rs6000/rs6000-protos.h
    branches/google/integration/gcc/config/rs6000/rs6000.c
    branches/google/integration/gcc/config/rs6000/rs6000.md
    branches/google/integration/gcc/config/rs6000/rtems.h
    branches/google/integration/gcc/config/rs6000/vsx.md
    branches/google/integration/gcc/config/s390/s390.md
    branches/google/integration/gcc/config/sparc/sparc.c
    branches/google/integration/gcc/config/sparc/sparc.h
    branches/google/integration/gcc/config/sparc/sparc.opt
    branches/google/integration/gcc/config/sparc/sync.md
    branches/google/integration/gcc/config/sparc/t-sparc
    branches/google/integration/gcc/configure
    branches/google/integration/gcc/configure.ac
    branches/google/integration/gcc/context.c
    branches/google/integration/gcc/context.h
    branches/google/integration/gcc/coretypes.h
    branches/google/integration/gcc/coverage.c
    branches/google/integration/gcc/coverage.h
    branches/google/integration/gcc/cp/ChangeLog
    branches/google/integration/gcc/cp/Make-lang.in
    branches/google/integration/gcc/cp/call.c
    branches/google/integration/gcc/cp/class.c
    branches/google/integration/gcc/cp/config-lang.in
    branches/google/integration/gcc/cp/cp-objcp-common.c
    branches/google/integration/gcc/cp/cp-tree.h
    branches/google/integration/gcc/cp/cxx-pretty-print.c
    branches/google/integration/gcc/cp/cxx-pretty-print.h
    branches/google/integration/gcc/cp/decl.c
    branches/google/integration/gcc/cp/decl2.c
    branches/google/integration/gcc/cp/error.c
    branches/google/integration/gcc/cp/init.c
    branches/google/integration/gcc/cp/mangle.c
    branches/google/integration/gcc/cp/name-lookup.c
    branches/google/integration/gcc/cp/parser.c
    branches/google/integration/gcc/cp/pt.c
    branches/google/integration/gcc/cp/semantics.c
    branches/google/integration/gcc/cp/tree.c
    branches/google/integration/gcc/cp/typeck.c
    branches/google/integration/gcc/cprop.c
    branches/google/integration/gcc/cse.c
    branches/google/integration/gcc/dce.c
    branches/google/integration/gcc/df-core.c
    branches/google/integration/gcc/diagnostic.c
    branches/google/integration/gcc/diagnostic.h
    branches/google/integration/gcc/doc/install.texi
    branches/google/integration/gcc/doc/invoke.texi
    branches/google/integration/gcc/dse.c
    branches/google/integration/gcc/dwarf2cfi.c
    branches/google/integration/gcc/dwarf2out.c
    branches/google/integration/gcc/except.c
    branches/google/integration/gcc/expr.c
    branches/google/integration/gcc/final.c
    branches/google/integration/gcc/flag-types.h
    branches/google/integration/gcc/fortran/ChangeLog
    branches/google/integration/gcc/fortran/check.c
    branches/google/integration/gcc/fortran/class.c
    branches/google/integration/gcc/fortran/expr.c
    branches/google/integration/gcc/fortran/gfortran.h
    branches/google/integration/gcc/fortran/interface.c
    branches/google/integration/gcc/fortran/io.c
    branches/google/integration/gcc/fortran/match.c
    branches/google/integration/gcc/fortran/parse.c
    branches/google/integration/gcc/fortran/resolve.c
    branches/google/integration/gcc/fortran/st.c
    branches/google/integration/gcc/fortran/symbol.c
    branches/google/integration/gcc/fortran/trans-array.c
    branches/google/integration/gcc/fortran/trans-decl.c
    branches/google/integration/gcc/fortran/trans-expr.c
    branches/google/integration/gcc/fortran/trans-intrinsic.c
    branches/google/integration/gcc/fortran/trans-io.c
    branches/google/integration/gcc/fortran/trans-stmt.c
    branches/google/integration/gcc/function.c
    branches/google/integration/gcc/fwprop.c
    branches/google/integration/gcc/gcc.c
    branches/google/integration/gcc/gcov-io.h
    branches/google/integration/gcc/gcse.c
    branches/google/integration/gcc/genoutput.c
    branches/google/integration/gcc/gimple-low.c
    branches/google/integration/gcc/gimple-pretty-print.c
    branches/google/integration/gcc/gimple-ssa-strength-reduction.c
    branches/google/integration/gcc/go/ChangeLog
    branches/google/integration/gcc/go/go-gcc.cc
    branches/google/integration/gcc/go/gofrontend/gogo.cc
    branches/google/integration/gcc/go/gofrontend/statements.cc
    branches/google/integration/gcc/graph.c
    branches/google/integration/gcc/ifcvt.c
    branches/google/integration/gcc/init-regs.c
    branches/google/integration/gcc/ipa-cp.c
    branches/google/integration/gcc/ipa-inline-analysis.c
    branches/google/integration/gcc/ipa-inline-transform.c
    branches/google/integration/gcc/ipa-inline.c
    branches/google/integration/gcc/ipa-prop.c
    branches/google/integration/gcc/ipa-prop.h
    branches/google/integration/gcc/ipa-pure-const.c
    branches/google/integration/gcc/ipa-ref.c
    branches/google/integration/gcc/ipa-ref.h
    branches/google/integration/gcc/ipa-reference.c
    branches/google/integration/gcc/ipa-split.c
    branches/google/integration/gcc/ipa.c
    branches/google/integration/gcc/ira.c
    branches/google/integration/gcc/jump.c
    branches/google/integration/gcc/langhooks.c
    branches/google/integration/gcc/loop-init.c
    branches/google/integration/gcc/lower-subreg.c
    branches/google/integration/gcc/lra-constraints.c
    branches/google/integration/gcc/lto-cgraph.c
    branches/google/integration/gcc/lto-streamer-in.c
    branches/google/integration/gcc/lto-streamer-out.c
    branches/google/integration/gcc/lto-symtab.c
    branches/google/integration/gcc/lto/ChangeLog
    branches/google/integration/gcc/lto/Make-lang.in
    branches/google/integration/gcc/lto/lto-partition.c
    branches/google/integration/gcc/lto/lto.c
    branches/google/integration/gcc/mode-switching.c
    branches/google/integration/gcc/modulo-sched.c
    branches/google/integration/gcc/omp-low.c
    branches/google/integration/gcc/output.h
    branches/google/integration/gcc/passes.c
    branches/google/integration/gcc/passes.def
    branches/google/integration/gcc/postreload-gcse.c
    branches/google/integration/gcc/postreload.c
    branches/google/integration/gcc/predict.c
    branches/google/integration/gcc/pretty-print.c
    branches/google/integration/gcc/pretty-print.h
    branches/google/integration/gcc/profile.c
    branches/google/integration/gcc/profile.h
    branches/google/integration/gcc/recog.c
    branches/google/integration/gcc/recog.h
    branches/google/integration/gcc/ree.c
    branches/google/integration/gcc/reg-stack.c
    branches/google/integration/gcc/regcprop.c
    branches/google/integration/gcc/reginfo.c
    branches/google/integration/gcc/regmove.c
    branches/google/integration/gcc/regrename.c
    branches/google/integration/gcc/reorg.c
    branches/google/integration/gcc/rtl.h
    branches/google/integration/gcc/sched-rgn.c
    branches/google/integration/gcc/sched-vis.c
    branches/google/integration/gcc/stack-ptr-mod.c
    branches/google/integration/gcc/statistics.c
    branches/google/integration/gcc/store-motion.c
    branches/google/integration/gcc/symtab.c
    branches/google/integration/gcc/testsuite/ChangeLog
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/alias-decl-0.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/cast.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/iop.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/named_refs.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/rv1p.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/rv2p.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/rv3p.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/rv4p.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/rv5p.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/rv6p.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/rv7p.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/rv8p.C
    branches/google/integration/gcc/testsuite/g++.dg/ext/strncpy-chk1.C
    branches/google/integration/gcc/testsuite/g++.dg/lookup/using9.C
    branches/google/integration/gcc/testsuite/g++.dg/overload/using2.C
    branches/google/integration/gcc/testsuite/g++.dg/plugin/dumb_plugin.c
    branches/google/integration/gcc/testsuite/g++.dg/plugin/selfassign.c
    branches/google/integration/gcc/testsuite/g++.dg/tls/thread_local4.C
    branches/google/integration/gcc/testsuite/g++.dg/tls/thread_local4g.C
    branches/google/integration/gcc/testsuite/gcc.dg/builtin-object-size-10.c
    branches/google/integration/gcc/testsuite/gcc.dg/builtin-object-size-11.c
    branches/google/integration/gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c
    branches/google/integration/gcc/testsuite/gcc.dg/guality/guality.exp
    branches/google/integration/gcc/testsuite/gcc.dg/ipa/ipa-1.c
    branches/google/integration/gcc/testsuite/gcc.dg/ipa/ipa-2.c
    branches/google/integration/gcc/testsuite/gcc.dg/ipa/ipa-3.c
    branches/google/integration/gcc/testsuite/gcc.dg/ipa/ipa-4.c
    branches/google/integration/gcc/testsuite/gcc.dg/ipa/ipa-5.c
    branches/google/integration/gcc/testsuite/gcc.dg/ipa/ipa-7.c
    branches/google/integration/gcc/testsuite/gcc.dg/ipa/ipa-8.c
    branches/google/integration/gcc/testsuite/gcc.dg/ipa/ipcp-1.c
    branches/google/integration/gcc/testsuite/gcc.dg/ipa/ipcp-2.c
    branches/google/integration/gcc/testsuite/gcc.dg/ipa/ipcp-4.c
    branches/google/integration/gcc/testsuite/gcc.dg/lower-subreg-1.c
    branches/google/integration/gcc/testsuite/gcc.dg/plugin/one_time_plugin.c
    branches/google/integration/gcc/testsuite/gcc.dg/plugin/selfassign.c
    branches/google/integration/gcc/testsuite/gcc.dg/pr25805.c
    branches/google/integration/gcc/testsuite/gcc.dg/pr27095.c
    branches/google/integration/gcc/testsuite/gcc.dg/sibcall-6.c
    branches/google/integration/gcc/testsuite/gcc.dg/torture/pr37868.c
    branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c
    branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/pr44258.c
    branches/google/integration/gcc/testsuite/gcc.dg/vect/bb-slp-32.c
    branches/google/integration/gcc/testsuite/gcc.dg/vect/pr57705.c
    branches/google/integration/gcc/testsuite/gcc.dg/vect/pr57741-2.c
    branches/google/integration/gcc/testsuite/gcc.dg/vect/pr57741-3.c
    branches/google/integration/gcc/testsuite/gcc.dg/vect/vect-iv-5.c
    branches/google/integration/gcc/testsuite/gcc.target/aarch64/scalar_intrinsics.c
    branches/google/integration/gcc/testsuite/gcc.target/arm/minmax_minus.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/code-readable-1.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/code-readable-2.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/code-readable-3.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/code-readable-4.c
    branches/google/integration/gcc/testsuite/gcc.target/mips/mips.exp
    branches/google/integration/gcc/testsuite/gcc.target/powerpc/ppc-round.c   (props changed)
    branches/google/integration/gcc/testsuite/gcc.target/powerpc/ppc-vector-memcpy.c
    branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug086.go
    branches/google/integration/gcc/testsuite/lib/plugin-support.exp
    branches/google/integration/gcc/testsuite/lib/target-supports.exp
    branches/google/integration/gcc/timevar.def
    branches/google/integration/gcc/toplev.c
    branches/google/integration/gcc/toplev.h
    branches/google/integration/gcc/tracer.c
    branches/google/integration/gcc/trans-mem.c
    branches/google/integration/gcc/tree-call-cdce.c
    branches/google/integration/gcc/tree-cfg.c
    branches/google/integration/gcc/tree-cfgcleanup.c
    branches/google/integration/gcc/tree-complex.c
    branches/google/integration/gcc/tree-eh.c
    branches/google/integration/gcc/tree-emutls.c
    branches/google/integration/gcc/tree-if-conv.c
    branches/google/integration/gcc/tree-inline.c
    branches/google/integration/gcc/tree-into-ssa.c
    branches/google/integration/gcc/tree-loop-distribution.c
    branches/google/integration/gcc/tree-mudflap.c
    branches/google/integration/gcc/tree-nomudflap.c
    branches/google/integration/gcc/tree-nrv.c
    branches/google/integration/gcc/tree-object-size.c
    branches/google/integration/gcc/tree-optimize.c
    branches/google/integration/gcc/tree-pass.h
    branches/google/integration/gcc/tree-pretty-print.c
    branches/google/integration/gcc/tree-pretty-print.h
    branches/google/integration/gcc/tree-profile.c
    branches/google/integration/gcc/tree-sra.c
    branches/google/integration/gcc/tree-ssa-ccp.c
    branches/google/integration/gcc/tree-ssa-copy.c
    branches/google/integration/gcc/tree-ssa-copyrename.c
    branches/google/integration/gcc/tree-ssa-dce.c
    branches/google/integration/gcc/tree-ssa-dom.c
    branches/google/integration/gcc/tree-ssa-dse.c
    branches/google/integration/gcc/tree-ssa-forwprop.c
    branches/google/integration/gcc/tree-ssa-ifcombine.c
    branches/google/integration/gcc/tree-ssa-loop-ch.c
    branches/google/integration/gcc/tree-ssa-loop.c
    branches/google/integration/gcc/tree-ssa-math-opts.c
    branches/google/integration/gcc/tree-ssa-phiopt.c
    branches/google/integration/gcc/tree-ssa-phiprop.c
    branches/google/integration/gcc/tree-ssa-pre.c
    branches/google/integration/gcc/tree-ssa-reassoc.c
    branches/google/integration/gcc/tree-ssa-sink.c
    branches/google/integration/gcc/tree-ssa-strlen.c
    branches/google/integration/gcc/tree-ssa-structalias.c
    branches/google/integration/gcc/tree-ssa-uncprop.c
    branches/google/integration/gcc/tree-ssa-uninit.c
    branches/google/integration/gcc/tree-ssa.c
    branches/google/integration/gcc/tree-ssanames.c
    branches/google/integration/gcc/tree-stdarg.c
    branches/google/integration/gcc/tree-streamer-in.c
    branches/google/integration/gcc/tree-streamer-out.c
    branches/google/integration/gcc/tree-switch-conversion.c
    branches/google/integration/gcc/tree-tailcall.c
    branches/google/integration/gcc/tree-vect-generic.c
    branches/google/integration/gcc/tree-vectorizer.c
    branches/google/integration/gcc/tree-vrp.c
    branches/google/integration/gcc/tree.c
    branches/google/integration/gcc/tree.h
    branches/google/integration/gcc/tsan.c
    branches/google/integration/gcc/value-prof.c
    branches/google/integration/gcc/value-prof.h
    branches/google/integration/gcc/var-tracking.c
    branches/google/integration/gcc/varasm.c
    branches/google/integration/gcc/web.c
    branches/google/integration/include/ChangeLog
    branches/google/integration/libcpp/ChangeLog
    branches/google/integration/libcpp/configure
    branches/google/integration/libcpp/configure.ac
    branches/google/integration/libgcc/ChangeLog
    branches/google/integration/libgcc/Makefile.in
    branches/google/integration/libgcc/config.host
    branches/google/integration/libgcc/config/aarch64/sfp-machine.h
    branches/google/integration/libgcc/config/aarch64/sync-cache.c
    branches/google/integration/libgcc/config/i386/cpuinfo.c
    branches/google/integration/libgcc/config/ia64/unwind-ia64.h
    branches/google/integration/libgcc/config/mips/mips16.S
    branches/google/integration/libgcc/config/mips/vr4120-div.S
    branches/google/integration/libgcc/configure
    branches/google/integration/libgcc/configure.ac
    branches/google/integration/libgcc/libgcov.c
    branches/google/integration/libgo/go/net/cgo_unix.go
    branches/google/integration/libgo/go/syscall/mksyscall.awk
    branches/google/integration/libitm/ChangeLog
    branches/google/integration/libitm/config/s390/target.h
    branches/google/integration/libitm/configure.tgt
    branches/google/integration/libjava/classpath/   (props changed)

Propchange: branches/google/integration/
            ('svn:mergeinfo' modified)

Propchange: branches/google/integration/
            ('svnmerge-integrated' modified)

Propchange: branches/google/integration/gcc/testsuite/gcc.target/powerpc/ppc-round.c
            ('svn:mergeinfo' modified)

Propchange: branches/google/integration/libjava/classpath/
            ('svn:mergeinfo' modified)




More information about the Libstdc++-cvs mailing list