This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

r176658 [1/2] - in /branches/google/main: ./ Ch...


Author: dnovillo
Date: Fri Jul 22 22:22:35 2011
New Revision: 176658

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176658
Log:
2011-07-21  Diego Novillo  <dnovillo@google.com>

	Merge from google/integration rev. 176385.

2011-07-21  David Li  <davidxl@google.com>

	* cgraphunit.c (cgraph_mark_functions_to_output): Fix test for
        DECL_EXTERNAL.

2011-07-21   Diego Novillo  <dnovillo@google.com>

	* Makefile.in (COLLECT2_OBJS): Add vec.o and ggc-none.o.
	(GCOV_OBJS): Likewise.
	(GCOV_DUMP_OBJS): Likewise.
	(LTO_WRAPPER_OBJS): New.
	(lto-wrapper$(exeext)): Use.
	(mversn-dispatch.o): Add dependency on ipa-inline.h.
	(value-prof.o): Likewise.

2011-07-21   Diego Novillo  <dnovillo@google.com>

	* ipa-inline.c (ipa_inline): Remove extra fprintf argument.

2011-07-21   Diego Novillo  <dnovillo@google.com>

	* coverage.c (check_pmu_profile_options): Move ...
	* opts.c (check_pmu_profile_options): ... here.  Make static.
	* coverage.h (check_pmu_profile_options): Remove declaration.

2011-07-21   Diego Novillo  <dnovillo@google.com>

	* tree-inline.c (tree_can_inline_p): Remove unused function.

2011-07-21   Diego Novillo  <dnovillo@google.com>

	* c-decl.c (c_save_built_in_decl_post_parsing): Call
	cgraph_get_create_node instead of cgraph_node.
	* final.c (leaf_renumber_regs_insn): Likewise.
	(dump_cgraph_profiles): Likewise.
	(rest_of_handle_final): Likewise.
	* l-ipo.c (cgraph_lipo_get_resolved_node_1): Likewise.
	(cgraph_lipo_get_resolved_node): Likewise.
	(promote_static_var_func): Likewise.
	* mversn-dispatch.c (make_constructor_function): Likewise.
	(clone_function): Likewise.
	(specialize_call): Likewise.
	(clone_and_dispatch_function): Likewise.
	(do_convert_builtin_dispatch): Likewise.
	* tree-profile.c (gimple_gen_ic_profiler): Likewise.
	(gimple_gen_ic_func_profiler): Likewise.
	(gimple_gen_dc_profiler): Likewise.
	(gimple_gen_dc_func_profiler): Likewise.
	* value-prof.c (gimple_value_profile_transformations): Likewise.

2011-07-21   David Li  <davidxl@google.com>

	* ipa-inline.c (better_inline_comdat_function_p): Call inline_summary.
	(recursive_inlining): Add local PROBABILITY.

2011-07-21   Diego Novillo  <dnovillo@google.com>

	* Makefile.in (ipa-inline-transform.o): Add dependency on l-ipo.h.
	* ipa-inline-transform.c: Include l-ipo.h.

2011-07-21   Diego Novillo  <dnovillo@google.com>

        * coverage.c (get_da_file_name): Use base_file_name instead of
        filename.

2011-07-21   Diego Novillo  <dnovillo@google.com>

	* cgraphbuild.c (add_fake_indirect_call_edges): Call
	cgraph_get_create_node instead of cgraph_node.
	(rebuild_cgraph_edges): Likewise.

2011-07-21  David Li  <davidxl@google.com>

	* cgraphunit.c (cgraph_mark_functions_to_output): Fix test for
        DECL_EXTERNAL.

2011-07-20  Diego Novillo  <dnovillo@google.com>

	tree.h (enum operand_equal_flag): Add values
	OEP_ALLOW_NULL, OEP_ALLOW_NO_TYPE.


Added:
    branches/google/main/boehm-gc/testsuite/
      - copied from r176368, branches/google/integration/boehm-gc/testsuite/
    branches/google/main/contrib/config-list.mk
      - copied unchanged from r176368, branches/google/integration/contrib/config-list.mk
    branches/google/main/contrib/repro_fail
      - copied unchanged from r176368, branches/google/integration/contrib/repro_fail
    branches/google/main/fixincludes/tests/base/net/if_arp.h
      - copied unchanged from r176368, branches/google/integration/fixincludes/tests/base/net/if_arp.h
    branches/google/main/gcc/c-family/c-target-def.h
      - copied unchanged from r176368, branches/google/integration/gcc/c-family/c-target-def.h
    branches/google/main/gcc/c-family/c-target.def
      - copied unchanged from r176368, branches/google/integration/gcc/c-family/c-target.def
    branches/google/main/gcc/c-family/c-target.h
      - copied unchanged from r176368, branches/google/integration/gcc/c-family/c-target.h
    branches/google/main/gcc/common/
      - copied from r176368, branches/google/integration/gcc/common/
    branches/google/main/gcc/config/arm/arm-arches.def
      - copied unchanged from r176368, branches/google/integration/gcc/config/arm/arm-arches.def
    branches/google/main/gcc/config/arm/arm-fpus.def
      - copied unchanged from r176368, branches/google/integration/gcc/config/arm/arm-fpus.def
    branches/google/main/gcc/config/arm/arm-opts.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/arm/arm-opts.h
    branches/google/main/gcc/config/arm/arm-tables.opt
      - copied unchanged from r176368, branches/google/integration/gcc/config/arm/arm-tables.opt
    branches/google/main/gcc/config/arm/genopt.sh
      - copied unchanged from r176368, branches/google/integration/gcc/config/arm/genopt.sh
    branches/google/main/gcc/config/avr/avr-mcus.def
      - copied unchanged from r176368, branches/google/integration/gcc/config/avr/avr-mcus.def
    branches/google/main/gcc/config/avr/avr-tables.opt
      - copied unchanged from r176368, branches/google/integration/gcc/config/avr/avr-tables.opt
    branches/google/main/gcc/config/avr/elf.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/avr/elf.h
    branches/google/main/gcc/config/avr/genopt.sh
      - copied unchanged from r176368, branches/google/integration/gcc/config/avr/genopt.sh
    branches/google/main/gcc/config/bfin/bfin-opts.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/bfin/bfin-opts.h
    branches/google/main/gcc/config/default-c.c
      - copied unchanged from r176368, branches/google/integration/gcc/config/default-c.c
    branches/google/main/gcc/config/frv/frv-opts.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/frv/frv-opts.h
    branches/google/main/gcc/config/h8300/constraints.md
      - copied unchanged from r176368, branches/google/integration/gcc/config/h8300/constraints.md
    branches/google/main/gcc/config/i386/gnu-user.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/i386/gnu-user.h
    branches/google/main/gcc/config/i386/gnu-user64.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/i386/gnu-user64.h
    branches/google/main/gcc/config/i386/i386-opts.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/i386/i386-opts.h
    branches/google/main/gcc/config/i386/kfreebsd-gnu64.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/i386/kfreebsd-gnu64.h
    branches/google/main/gcc/config/i386/mingw-pthread.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/i386/mingw-pthread.h
    branches/google/main/gcc/config/i386/sol2-bi.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/i386/sol2-bi.h
    branches/google/main/gcc/config/i386/t-mingw-pthread
      - copied unchanged from r176368, branches/google/integration/gcc/config/i386/t-mingw-pthread
    branches/google/main/gcc/config/i386/t-rtems
      - copied unchanged from r176368, branches/google/integration/gcc/config/i386/t-rtems
    branches/google/main/gcc/config/i386/t-sol2-64
      - copied unchanged from r176368, branches/google/integration/gcc/config/i386/t-sol2-64
    branches/google/main/gcc/config/ia64/hpux-unix2003.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/ia64/hpux-unix2003.h
    branches/google/main/gcc/config/ia64/ia64-opts.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/ia64/ia64-opts.h
    branches/google/main/gcc/config/iq2000/iq2000-opts.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/iq2000/iq2000-opts.h
    branches/google/main/gcc/config/m32r/m32r-opts.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/m32r/m32r-opts.h
    branches/google/main/gcc/config/m68k/genopt.sh
      - copied unchanged from r176368, branches/google/integration/gcc/config/m68k/genopt.sh
    branches/google/main/gcc/config/m68k/m68k-isas.def
      - copied unchanged from r176368, branches/google/integration/gcc/config/m68k/m68k-isas.def
    branches/google/main/gcc/config/m68k/m68k-microarchs.def
      - copied unchanged from r176368, branches/google/integration/gcc/config/m68k/m68k-microarchs.def
    branches/google/main/gcc/config/m68k/m68k-opts.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/m68k/m68k-opts.h
    branches/google/main/gcc/config/m68k/m68k-tables.opt
      - copied unchanged from r176368, branches/google/integration/gcc/config/m68k/m68k-tables.opt
    branches/google/main/gcc/config/m68k/t-opts
      - copied unchanged from r176368, branches/google/integration/gcc/config/m68k/t-opts
    branches/google/main/gcc/config/mips/genopt.sh
      - copied unchanged from r176368, branches/google/integration/gcc/config/mips/genopt.sh
    branches/google/main/gcc/config/mips/mips-cpus.def
      - copied unchanged from r176368, branches/google/integration/gcc/config/mips/mips-cpus.def
    branches/google/main/gcc/config/mips/mips-opts.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/mips/mips-opts.h
    branches/google/main/gcc/config/mips/mips-tables.opt
      - copied unchanged from r176368, branches/google/integration/gcc/config/mips/mips-tables.opt
    branches/google/main/gcc/config/mips/t-irix6
      - copied unchanged from r176368, branches/google/integration/gcc/config/mips/t-irix6
    branches/google/main/gcc/config/mn10300/mn10300-opts.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/mn10300/mn10300-opts.h
    branches/google/main/gcc/config/pa/pa-hpux1131.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/pa/pa-hpux1131.h
    branches/google/main/gcc/config/pa/pa-hpux1131.opt
      - copied unchanged from r176368, branches/google/integration/gcc/config/pa/pa-hpux1131.opt
    branches/google/main/gcc/config/pa/pa-opts.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/pa/pa-opts.h
    branches/google/main/gcc/config/rs6000/genopt.sh
      - copied unchanged from r176368, branches/google/integration/gcc/config/rs6000/genopt.sh
    branches/google/main/gcc/config/rs6000/rs6000-cpus.def
      - copied unchanged from r176368, branches/google/integration/gcc/config/rs6000/rs6000-cpus.def
    branches/google/main/gcc/config/rs6000/rs6000-tables.opt
      - copied unchanged from r176368, branches/google/integration/gcc/config/rs6000/rs6000-tables.opt
    branches/google/main/gcc/config/rx/rx-opts.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/rx/rx-opts.h
    branches/google/main/gcc/config/s390/s390-opts.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/s390/s390-opts.h
    branches/google/main/gcc/config/sol2-bi.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/sol2-bi.h
    branches/google/main/gcc/config/sparc/sparc-opts.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/sparc/sparc-opts.h
    branches/google/main/gcc/config/t-slibgcc-dummy
      - copied unchanged from r176368, branches/google/integration/gcc/config/t-slibgcc-dummy
    branches/google/main/gcc/config/usegld.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/usegld.h
    branches/google/main/gcc/config/v850/v850-opts.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/v850/v850-opts.h
    branches/google/main/gcc/config/vms/make-crtlmap.awk
      - copied unchanged from r176368, branches/google/integration/gcc/config/vms/make-crtlmap.awk
    branches/google/main/gcc/config/vms/t-vmsnative
      - copied unchanged from r176368, branches/google/integration/gcc/config/vms/t-vmsnative
    branches/google/main/gcc/config/vms/vms-ar.c
      - copied unchanged from r176368, branches/google/integration/gcc/config/vms/vms-ar.c
    branches/google/main/gcc/config/vms/vms-crtlmap.map
      - copied unchanged from r176368, branches/google/integration/gcc/config/vms/vms-crtlmap.map
    branches/google/main/gcc/config/vms/vms-ld.c
      - copied unchanged from r176368, branches/google/integration/gcc/config/vms/vms-ld.c
    branches/google/main/gcc/config/vms/vms-protos.h
      - copied unchanged from r176368, branches/google/integration/gcc/config/vms/vms-protos.h
    branches/google/main/gcc/config/vms/vms.c
      - copied unchanged from r176368, branches/google/integration/gcc/config/vms/vms.c
    branches/google/main/gcc/cp/parser.h
      - copied, changed from r176368, branches/google/integration/gcc/cp/parser.h
    branches/google/main/gcc/cprop.c
      - copied unchanged from r176368, branches/google/integration/gcc/cprop.c
    branches/google/main/gcc/genattr-common.c
      - copied unchanged from r176368, branches/google/integration/gcc/genattr-common.c
    branches/google/main/gcc/gimple-fold.h
      - copied unchanged from r176368, branches/google/integration/gcc/gimple-fold.h
    branches/google/main/gcc/go/go-gcc.cc
      - copied unchanged from r176368, branches/google/integration/gcc/go/go-gcc.cc
    branches/google/main/gcc/go/gofrontend/backend.h
      - copied unchanged from r176368, branches/google/integration/gcc/go/gofrontend/backend.h
    branches/google/main/gcc/go/gofrontend/runtime.cc
      - copied unchanged from r176368, branches/google/integration/gcc/go/gofrontend/runtime.cc
    branches/google/main/gcc/go/gofrontend/runtime.def
      - copied unchanged from r176368, branches/google/integration/gcc/go/gofrontend/runtime.def
    branches/google/main/gcc/go/gofrontend/runtime.h
      - copied unchanged from r176368, branches/google/integration/gcc/go/gofrontend/runtime.h
    branches/google/main/gcc/internal-fn.c
      - copied unchanged from r176368, branches/google/integration/gcc/internal-fn.c
    branches/google/main/gcc/internal-fn.def
      - copied unchanged from r176368, branches/google/integration/gcc/internal-fn.def
    branches/google/main/gcc/internal-fn.h
      - copied unchanged from r176368, branches/google/integration/gcc/internal-fn.h
    branches/google/main/gcc/ipa-inline-analysis.c
      - copied, changed from r176368, branches/google/integration/gcc/ipa-inline-analysis.c
    branches/google/main/gcc/ipa-inline-transform.c
      - copied, changed from r176368, branches/google/integration/gcc/ipa-inline-transform.c
    branches/google/main/gcc/ipa-inline.h
      - copied unchanged from r176368, branches/google/integration/gcc/ipa-inline.h
    branches/google/main/gcc/java/ChangeLog.google-main
    branches/google/main/gcc/objc/objc-encoding.c
      - copied unchanged from r176368, branches/google/integration/gcc/objc/objc-encoding.c
    branches/google/main/gcc/objc/objc-encoding.h
      - copied unchanged from r176368, branches/google/integration/gcc/objc/objc-encoding.h
    branches/google/main/gcc/opt-read.awk
      - copied unchanged from r176368, branches/google/integration/gcc/opt-read.awk
    branches/google/main/gcc/optc-save-gen.awk
      - copied unchanged from r176368, branches/google/integration/gcc/optc-save-gen.awk
    branches/google/main/gcc/target-hooks-macros.h
      - copied unchanged from r176368, branches/google/integration/gcc/target-hooks-macros.h
    branches/google/main/gcc/testsuite/c-c++-common/Wcast-qual-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/c-c++-common/Wcast-qual-1.c
    branches/google/main/gcc/testsuite/c-c++-common/fold-bitand-4.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/c-c++-common/fold-bitand-4.c
    branches/google/main/gcc/testsuite/c-c++-common/pr46562-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/c-c++-common/pr46562-2.c
    branches/google/main/gcc/testsuite/c-c++-common/pr46562.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/c-c++-common/pr46562.c
    branches/google/main/gcc/testsuite/c-c++-common/raw-string-11.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/c-c++-common/raw-string-11.c
    branches/google/main/gcc/testsuite/c-c++-common/raw-string-12.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/c-c++-common/raw-string-12.c
    branches/google/main/gcc/testsuite/c-c++-common/uninit-D-O0.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/c-c++-common/uninit-D-O0.c
    branches/google/main/gcc/testsuite/c-c++-common/uninit-D.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/c-c++-common/uninit-D.c
    branches/google/main/gcc/testsuite/c-c++-common/uninit-E-O0.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/c-c++-common/uninit-E-O0.c
    branches/google/main/gcc/testsuite/c-c++-common/uninit-E.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/c-c++-common/uninit-E.c
    branches/google/main/gcc/testsuite/c-c++-common/uninit-F-O0.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/c-c++-common/uninit-F-O0.c
    branches/google/main/gcc/testsuite/c-c++-common/uninit-F.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/c-c++-common/uninit-F.c
    branches/google/main/gcc/testsuite/c-c++-common/uninit-G-O0.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/c-c++-common/uninit-G-O0.c
    branches/google/main/gcc/testsuite/c-c++-common/uninit-G.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/c-c++-common/uninit-G.c
    branches/google/main/gcc/testsuite/c-c++-common/vla-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/c-c++-common/vla-1.c
    branches/google/main/gcc/testsuite/g++.dg/abi/mangle47.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/abi/mangle47.C
    branches/google/main/gcc/testsuite/g++.dg/abi/mangle48.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/abi/mangle48.C
    branches/google/main/gcc/testsuite/g++.dg/conversion/base1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/conversion/base1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/access01.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/access01.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/auto22.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/auto22.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/auto23.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/auto23.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/auto24.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/auto24.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/auto25.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/auto25.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/auto26.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/auto26.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-46336.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-46336.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-47570.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-47570.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-47969.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-47969.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-48089.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-48089.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-abi1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-abi1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr7.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr7.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-array3.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-array3.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-attribute.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-attribute.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-bitfield2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-bitfield2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-bitfield3.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-bitfield3.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-cleanup.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-cleanup.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-compound.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-compound.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-condition2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-condition2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-diag3.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-diag3.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-friend.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-friend.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-incomplete1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-incomplete1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-incomplete2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-incomplete2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-incomplete3.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-incomplete3.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-initlist4.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-initlist4.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-memfn1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-memfn1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-missing.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-missing.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-noexcept5.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-noexcept5.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-overflow2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-overflow2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-recursion.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-recursion.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-ref1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-ref1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-ref2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-ref2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-static7.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-static7.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-switch2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-switch2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-using.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-using.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-using2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-using2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-wstring1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-wstring1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-wstring2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-wstring2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/decltype-1212.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/decltype-1212.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/decltype26.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/decltype26.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/decltype27.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/decltype27.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/decltype28.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/decltype28.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/decltype29.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/decltype29.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/decltype30.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/decltype30.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/defaulted22.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/defaulted22.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/defaulted23.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/defaulted23.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/defaulted24.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/defaulted24.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/defaulted25.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/defaulted25.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/defaulted26.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/defaulted26.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/defaulted27.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/defaulted27.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/defaulted28.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/defaulted28.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/defaulted29.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/defaulted29.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/defaulted30.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/defaulted30.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/dependent1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/dependent1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/diag1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/diag1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/elision2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/elision2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/enum10.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/enum10.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/enum11.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/enum11.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/enum12.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/enum12.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/enum13.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/enum13.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/enum14.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/enum14.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/enum15.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/enum15.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/enum16.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/enum16.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/enum17.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/enum17.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/enum18.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/enum18.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/enum19.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/enum19.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/enum20.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/enum20.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/enum9.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/enum9.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/error3.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/error3.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/error4.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/error4.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/error5.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/error5.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/error6.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/error6.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/explicit6.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/explicit6.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/friend1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/friend1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/friend2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/friend2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/implicit11.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/implicit11.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/initlist-array2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/initlist-array2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/initlist-arrray1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/initlist-arrray1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/initlist-value.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/initlist-value.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/initlist-value2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/initlist-value2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/initlist46.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/initlist46.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/initlist47.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/initlist47.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/initlist48.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/initlist48.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/initlist49.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/initlist49.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/initlist50.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/initlist50.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/initlist51.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/initlist51.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/initlist52.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/initlist52.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/initlist53.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/initlist53.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/initlist54.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/initlist54.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-__func__.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-__func__.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-capture-redundancy.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-capture-redundancy.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv5.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv5.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-eh2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-eh2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested4.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested4.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ref2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ref2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-syntax1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-syntax1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template3.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template3.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this4.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this4.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-warn3.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-warn3.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/move1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/move1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/noexcept10.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/noexcept10.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/noexcept11.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/noexcept11.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/noexcept12.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/noexcept12.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/noexcept13.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/noexcept13.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/override1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/override1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/override2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/override2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/pr48522.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/pr48522.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/range-for11.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/range-for11.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/range-for12.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/range-for12.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/range-for13.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/range-for13.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/range-for14.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/range-for14.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/range-for15.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/range-for15.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/range-for16.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/range-for16.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/range-for17.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/range-for17.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/range-for18.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/range-for18.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/regress/call1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/regress/call1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/regress/ctor1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/regress/ctor1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/regress/error-recovery1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/regress/error-recovery1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/regress/isnan.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/regress/isnan.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/regress/ptrmem1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/regress/ptrmem1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/regress/template-const2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/regress/template-const2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/regress/value-dep1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/regress/value-dep1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/rv-cast2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/rv-cast2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/rv-deduce2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/rv-deduce2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/rv-dotstar.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/rv-dotstar.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/rv-func.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/rv-func.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/rv-func2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/rv-func2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/rv-restrict.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/rv-restrict.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/rv-template1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/rv-template1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae10.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae10.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae11.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae11.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae12.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae12.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae13.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae13.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae14.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae14.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae15.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae15.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae16.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae16.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae17.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae17.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae18.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae18.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae19.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae19.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae20.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae20.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae21.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae21.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae22.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae22.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae23.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae23.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae24.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae24.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae25.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae25.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae26.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae26.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae6.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae6.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae7.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae7.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae8.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae8.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae9.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae9.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/trailing6.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/trailing6.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/union4.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/union4.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/variadic-default.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/variadic-default.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/variadic107.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/variadic107.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/variadic108.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/variadic108.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/variadic109.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/variadic109.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/variadic110.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/variadic110.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/variadic111.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/variadic111.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/variadic112.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/variadic112.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/variadic113.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/variadic113.C
    branches/google/main/gcc/testsuite/g++.dg/debug/const5.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/debug/const5.C
    branches/google/main/gcc/testsuite/g++.dg/debug/dwarf2/cdtor-1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/debug/dwarf2/cdtor-1.C
    branches/google/main/gcc/testsuite/g++.dg/debug/dwarf2/integer-typedef.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/debug/dwarf2/integer-typedef.C
    branches/google/main/gcc/testsuite/g++.dg/debug/dwarf2/lambda1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/debug/dwarf2/lambda1.C
    branches/google/main/gcc/testsuite/g++.dg/debug/dwarf2/typedef6.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/debug/dwarf2/typedef6.C
    branches/google/main/gcc/testsuite/g++.dg/diagnostic/aka1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/diagnostic/aka1.C
    branches/google/main/gcc/testsuite/g++.dg/diagnostic/bitfld2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/diagnostic/bitfld2.C
    branches/google/main/gcc/testsuite/g++.dg/eh/cond5.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/eh/cond5.C
    branches/google/main/gcc/testsuite/g++.dg/eh/cond6.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/eh/cond6.C
    branches/google/main/gcc/testsuite/g++.dg/ext/attr-aligned01.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/attr-aligned01.C
    branches/google/main/gcc/testsuite/g++.dg/ext/attrib41.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/attrib41.C
    branches/google/main/gcc/testsuite/g++.dg/ext/complex7.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/complex7.C
    branches/google/main/gcc/testsuite/g++.dg/ext/complex8.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/complex8.C
    branches/google/main/gcc/testsuite/g++.dg/ext/complex9.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/complex9.C
    branches/google/main/gcc/testsuite/g++.dg/ext/is_literal_type1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/is_literal_type1.C
    branches/google/main/gcc/testsuite/g++.dg/ext/underlying_type1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/underlying_type1.C
    branches/google/main/gcc/testsuite/g++.dg/ext/underlying_type10.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/underlying_type10.C
    branches/google/main/gcc/testsuite/g++.dg/ext/underlying_type2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/underlying_type2.C
    branches/google/main/gcc/testsuite/g++.dg/ext/underlying_type3.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/underlying_type3.C
    branches/google/main/gcc/testsuite/g++.dg/ext/underlying_type4.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/underlying_type4.C
    branches/google/main/gcc/testsuite/g++.dg/ext/underlying_type5.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/underlying_type5.C
    branches/google/main/gcc/testsuite/g++.dg/ext/underlying_type6.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/underlying_type6.C
    branches/google/main/gcc/testsuite/g++.dg/ext/underlying_type7.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/underlying_type7.C
    branches/google/main/gcc/testsuite/g++.dg/ext/underlying_type8.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/underlying_type8.C
    branches/google/main/gcc/testsuite/g++.dg/ext/underlying_type9.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/underlying_type9.C
    branches/google/main/gcc/testsuite/g++.dg/ext/vla10.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ext/vla10.C
    branches/google/main/gcc/testsuite/g++.dg/gomp/pr48632.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/gomp/pr48632.C
    branches/google/main/gcc/testsuite/g++.dg/gomp/pr48716.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/gomp/pr48716.C
    branches/google/main/gcc/testsuite/g++.dg/gomp/pr49223-1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/gomp/pr49223-1.C
    branches/google/main/gcc/testsuite/g++.dg/gomp/pr49223-2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/gomp/pr49223-2.C
    branches/google/main/gcc/testsuite/g++.dg/inherit/pr48798.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/inherit/pr48798.C
    branches/google/main/gcc/testsuite/g++.dg/init/ctor10.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/init/ctor10.C
    branches/google/main/gcc/testsuite/g++.dg/init/dtor4.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/init/dtor4.C
    branches/google/main/gcc/testsuite/g++.dg/init/new30.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/init/new30.C
    branches/google/main/gcc/testsuite/g++.dg/init/new31.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/init/new31.C
    branches/google/main/gcc/testsuite/g++.dg/init/new32.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/init/new32.C
    branches/google/main/gcc/testsuite/g++.dg/init/pr20039.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/init/pr20039.C
    branches/google/main/gcc/testsuite/g++.dg/init/pr25811-3.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/init/pr25811-3.C
    branches/google/main/gcc/testsuite/g++.dg/init/pr25811-4.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/init/pr25811-4.C
    branches/google/main/gcc/testsuite/g++.dg/init/pr48859.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/init/pr48859.C
    branches/google/main/gcc/testsuite/g++.dg/init/ref18.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/init/ref18.C
    branches/google/main/gcc/testsuite/g++.dg/init/ref19.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/init/ref19.C
    branches/google/main/gcc/testsuite/g++.dg/init/void1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/init/void1.C
    branches/google/main/gcc/testsuite/g++.dg/ipa/devirt-7.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ipa/devirt-7.C
    branches/google/main/gcc/testsuite/g++.dg/ipa/devirt-g-1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/ipa/devirt-g-1.C
    branches/google/main/gcc/testsuite/g++.dg/lookup/koenig13.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/lookup/koenig13.C
    branches/google/main/gcc/testsuite/g++.dg/lookup/name-clash9.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/lookup/name-clash9.C
    branches/google/main/gcc/testsuite/g++.dg/lto/pr48207-2_0.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/lto/pr48207-2_0.C
    branches/google/main/gcc/testsuite/g++.dg/lto/pr48207-3_0.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/lto/pr48207-3_0.C
    branches/google/main/gcc/testsuite/g++.dg/lto/pr48207_0.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/lto/pr48207_0.C
    branches/google/main/gcc/testsuite/g++.dg/opt/devirt2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/opt/devirt2.C
    branches/google/main/gcc/testsuite/g++.dg/opt/pr23372.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/opt/pr23372.C
    branches/google/main/gcc/testsuite/g++.dg/opt/pr48272.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/opt/pr48272.C
    branches/google/main/gcc/testsuite/g++.dg/opt/pr48273.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/opt/pr48273.C
    branches/google/main/gcc/testsuite/g++.dg/opt/pr48302.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/opt/pr48302.C
    branches/google/main/gcc/testsuite/g++.dg/opt/pr48549.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/opt/pr48549.C
    branches/google/main/gcc/testsuite/g++.dg/opt/pr48967.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/opt/pr48967.C
    branches/google/main/gcc/testsuite/g++.dg/opt/pr49264.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/opt/pr49264.C
    branches/google/main/gcc/testsuite/g++.dg/other/i386-9.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/other/i386-9.C
    branches/google/main/gcc/testsuite/g++.dg/other/pr49133.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/other/pr49133.C
    branches/google/main/gcc/testsuite/g++.dg/overload/volatile1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/overload/volatile1.C
    branches/google/main/gcc/testsuite/g++.dg/parse/ambig6.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/parse/ambig6.C
    branches/google/main/gcc/testsuite/g++.dg/parse/error38.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/parse/error38.C
    branches/google/main/gcc/testsuite/g++.dg/parse/error39.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/parse/error39.C
    branches/google/main/gcc/testsuite/g++.dg/parse/memfnquals1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/parse/memfnquals1.C
    branches/google/main/gcc/testsuite/g++.dg/parse/pr18770.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/parse/pr18770.C
    branches/google/main/gcc/testsuite/g++.dg/parse/pr34758.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/parse/pr34758.C
    branches/google/main/gcc/testsuite/g++.dg/pr48484.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/pr48484.C
    branches/google/main/gcc/testsuite/g++.dg/pr48633.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/pr48633.C
    branches/google/main/gcc/testsuite/g++.dg/pr48772.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/pr48772.C
    branches/google/main/gcc/testsuite/g++.dg/rtti/anon-ns1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/rtti/anon-ns1.C
    branches/google/main/gcc/testsuite/g++.dg/rtti/template1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/rtti/template1.C
    branches/google/main/gcc/testsuite/g++.dg/template/access21.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/access21.C
    branches/google/main/gcc/testsuite/g++.dg/template/access22.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/access22.C
    branches/google/main/gcc/testsuite/g++.dg/template/arrow1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/arrow1.C
    branches/google/main/gcc/testsuite/g++.dg/template/const4.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/const4.C
    branches/google/main/gcc/testsuite/g++.dg/template/const5.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/const5.C
    branches/google/main/gcc/testsuite/g++.dg/template/crash107.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/crash107.C
    branches/google/main/gcc/testsuite/g++.dg/template/dependent-expr7.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/dependent-expr7.C
    branches/google/main/gcc/testsuite/g++.dg/template/dependent-expr8.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/dependent-expr8.C
    branches/google/main/gcc/testsuite/g++.dg/template/explicit-args4.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/explicit-args4.C
    branches/google/main/gcc/testsuite/g++.dg/template/fn-ptr1.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/fn-ptr1.C
    branches/google/main/gcc/testsuite/g++.dg/template/incomplete6.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/incomplete6.C
    branches/google/main/gcc/testsuite/g++.dg/template/inherit7.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/inherit7.C
    branches/google/main/gcc/testsuite/g++.dg/template/koenig9.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/koenig9.C
    branches/google/main/gcc/testsuite/g++.dg/template/member9.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/member9.C
    branches/google/main/gcc/testsuite/g++.dg/template/nontype23.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/nontype23.C
    branches/google/main/gcc/testsuite/g++.dg/template/offsetof2.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/offsetof2.C
    branches/google/main/gcc/testsuite/g++.dg/template/operator11.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/operator11.C
    branches/google/main/gcc/testsuite/g++.dg/template/param3.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/param3.C
    branches/google/main/gcc/testsuite/g++.dg/template/partial10.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/partial10.C
    branches/google/main/gcc/testsuite/g++.dg/template/partial11.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/partial11.C
    branches/google/main/gcc/testsuite/g++.dg/template/partial9.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/partial9.C
    branches/google/main/gcc/testsuite/g++.dg/template/qualified-id4.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/qualified-id4.C
    branches/google/main/gcc/testsuite/g++.dg/template/template-id-3.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/template/template-id-3.C
    branches/google/main/gcc/testsuite/g++.dg/torture/pr46364.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/torture/pr46364.C
    branches/google/main/gcc/testsuite/g++.dg/torture/pr48165.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/torture/pr48165.C
    branches/google/main/gcc/testsuite/g++.dg/torture/pr48271.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/torture/pr48271.C
    branches/google/main/gcc/testsuite/g++.dg/torture/pr48661.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/torture/pr48661.C
    branches/google/main/gcc/testsuite/g++.dg/torture/pr48695.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/torture/pr48695.C
    branches/google/main/gcc/testsuite/g++.dg/torture/pr48954.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/torture/pr48954.C
    branches/google/main/gcc/testsuite/g++.dg/torture/pr49039.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/torture/pr49039.C
    branches/google/main/gcc/testsuite/g++.dg/torture/pr49115.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/torture/pr49115.C
    branches/google/main/gcc/testsuite/g++.dg/torture/pr49394.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/torture/pr49394.C
    branches/google/main/gcc/testsuite/g++.dg/torture/pr49615.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/torture/pr49615.C
    branches/google/main/gcc/testsuite/g++.dg/torture/pr49628.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/torture/pr49628.C
    branches/google/main/gcc/testsuite/g++.dg/tree-ssa/pr13954.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/tree-ssa/pr13954.C
    branches/google/main/gcc/testsuite/g++.dg/tree-ssa/pr40874.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/tree-ssa/pr40874.C
    branches/google/main/gcc/testsuite/g++.dg/tree-ssa/pr49516.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/tree-ssa/pr49516.C
    branches/google/main/gcc/testsuite/g++.dg/warn/delete-non-virtual-dtor.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/warn/delete-non-virtual-dtor.C
    branches/google/main/gcc/testsuite/g++.dg/warn/pr18016.C
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.dg/warn/pr18016.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog-2005
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog-2005
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20110401-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/20110401-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr38752.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr38752.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr48136.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr48136.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr48161.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr48161.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr48305.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr48305.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr48335-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr48335-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr48381.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr48381.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr48517.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr48517.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr48734.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr48734.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr48742.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr48742.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr48767.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr48767.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr48929.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr48929.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr49029.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr49029.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr49145.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr49145.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr49163.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr49163.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr49238.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr49238.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/920612-1.x
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/920612-1.x
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/920711-1.x
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/920711-1.x
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/builtins/strstr-asm.x
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/builtins/strstr-asm.x
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/cmpsi-2.x
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/cmpsi-2.x
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/postmod-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/postmod-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr42544.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr42544.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr45262.x
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr45262.x
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr48197.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr48197.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr48717.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr48717.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr48809.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr48809.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr48973-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr48973-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr48973-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr48973-2.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr49039.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr49039.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr49073.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr49073.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr49123.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr49123.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr49161.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr49161.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr49186.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr49186.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr49218.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr49218.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr49281.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr49281.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr49390.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr49390.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr49419.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr49419.c
    branches/google/main/gcc/testsuite/gcc.dg/Waddress.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/Waddress.c
    branches/google/main/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c89-asm.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c89-asm.c
    branches/google/main/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c89-ext.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c89-ext.c
    branches/google/main/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c90-asm.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c90-asm.c
    branches/google/main/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c90-ext.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c90-ext.c
    branches/google/main/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c99-asm.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c99-asm.c
    branches/google/main/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c99-ext.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c99-ext.c
    branches/google/main/gcc/testsuite/gcc.dg/Wstrict-overflow-23.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/Wstrict-overflow-23.c
    branches/google/main/gcc/testsuite/gcc.dg/autopar/pr49580.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/autopar/pr49580.c
    branches/google/main/gcc/testsuite/gcc.dg/binop-notand1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/binop-notand1.c
    branches/google/main/gcc/testsuite/gcc.dg/binop-notand2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/binop-notand2.c
    branches/google/main/gcc/testsuite/gcc.dg/binop-notand3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/binop-notand3.c
    branches/google/main/gcc/testsuite/gcc.dg/binop-notand4.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/binop-notand4.c
    branches/google/main/gcc/testsuite/gcc.dg/binop-notand5.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/binop-notand5.c
    branches/google/main/gcc/testsuite/gcc.dg/binop-notand6.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/binop-notand6.c
    branches/google/main/gcc/testsuite/gcc.dg/binop-xor1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/binop-xor1.c
    branches/google/main/gcc/testsuite/gcc.dg/binop-xor2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/binop-xor2.c
    branches/google/main/gcc/testsuite/gcc.dg/binop-xor3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/binop-xor3.c
    branches/google/main/gcc/testsuite/gcc.dg/binop-xor4.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/binop-xor4.c
    branches/google/main/gcc/testsuite/gcc.dg/binop-xor5.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/binop-xor5.c
    branches/google/main/gcc/testsuite/gcc.dg/builtin-assume-aligned-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/builtin-assume-aligned-1.c
    branches/google/main/gcc/testsuite/gcc.dg/builtin-assume-aligned-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/builtin-assume-aligned-2.c
    branches/google/main/gcc/testsuite/gcc.dg/builtin-object-size-10.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/builtin-object-size-10.c
    branches/google/main/gcc/testsuite/gcc.dg/builtin-object-size-11.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/builtin-object-size-11.c
    branches/google/main/gcc/testsuite/gcc.dg/c1x-anon-struct-3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/c1x-anon-struct-3.c
    branches/google/main/gcc/testsuite/gcc.dg/cpp/pragma-3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/cpp/pragma-3.c
    branches/google/main/gcc/testsuite/gcc.dg/debug/dwarf2/pr47939-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr47939-1.c
    branches/google/main/gcc/testsuite/gcc.dg/debug/dwarf2/pr47939-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr47939-2.c
    branches/google/main/gcc/testsuite/gcc.dg/debug/dwarf2/pr47939-3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr47939-3.c
    branches/google/main/gcc/testsuite/gcc.dg/debug/dwarf2/pr47939-4.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr47939-4.c
    branches/google/main/gcc/testsuite/gcc.dg/debug/pr49032.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/debug/pr49032.c
    branches/google/main/gcc/testsuite/gcc.dg/debug/pr49294.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/debug/pr49294.c
    branches/google/main/gcc/testsuite/gcc.dg/dfp/pr48204.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/dfp/pr48204.c
    branches/google/main/gcc/testsuite/gcc.dg/dfp/pr48928.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/dfp/pr48928.c
    branches/google/main/gcc/testsuite/gcc.dg/fail_always_inline.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/fail_always_inline.c
    branches/google/main/gcc/testsuite/gcc.dg/fail_always_inline2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/fail_always_inline2.c
    branches/google/main/gcc/testsuite/gcc.dg/fold-complex-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/fold-complex-1.c
    branches/google/main/gcc/testsuite/gcc.dg/gomp/pr48591.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/gomp/pr48591.c
    branches/google/main/gcc/testsuite/gcc.dg/gomp/pr48716.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/gomp/pr48716.c
    branches/google/main/gcc/testsuite/gcc.dg/graphite/block-pr47654.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/graphite/block-pr47654.c
    branches/google/main/gcc/testsuite/gcc.dg/guality/bswaptest.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/guality/bswaptest.c
    branches/google/main/gcc/testsuite/gcc.dg/guality/clztest.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/guality/clztest.c
    branches/google/main/gcc/testsuite/gcc.dg/guality/ctztest.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/guality/ctztest.c
    branches/google/main/gcc/testsuite/gcc.dg/guality/drap.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/guality/drap.c
    branches/google/main/gcc/testsuite/gcc.dg/guality/pr36977.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/guality/pr36977.c
    branches/google/main/gcc/testsuite/gcc.dg/guality/pr45882.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/guality/pr45882.c
    branches/google/main/gcc/testsuite/gcc.dg/guality/pr48466.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/guality/pr48466.c
    branches/google/main/gcc/testsuite/gcc.dg/guality/rotatetest.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/guality/rotatetest.c
    branches/google/main/gcc/testsuite/gcc.dg/h8300-bit-insn-ice2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/h8300-bit-insn-ice2.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/ipa-pta-17.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/ipa/ipa-pta-17.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/pr48195.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/ipa/pr48195.c
    branches/google/main/gcc/testsuite/gcc.dg/large-size-array-5.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/large-size-array-5.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/pr48622_0.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/lto/pr48622_0.c
    branches/google/main/gcc/testsuite/gcc.dg/memcpy-3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/memcpy-3.c
    branches/google/main/gcc/testsuite/gcc.dg/optimize-bswapdi-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/optimize-bswapdi-2.c
    branches/google/main/gcc/testsuite/gcc.dg/pr15347.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr15347.c
    branches/google/main/gcc/testsuite/gcc.dg/pr35445.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr35445.c
    branches/google/main/gcc/testsuite/gcc.dg/pr44194-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr44194-1.c
    branches/google/main/gcc/testsuite/gcc.dg/pr44194-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr44194-2.c
    branches/google/main/gcc/testsuite/gcc.dg/pr46728-12.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr46728-12.c
    branches/google/main/gcc/testsuite/gcc.dg/pr46728-6.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr46728-6.c
    branches/google/main/gcc/testsuite/gcc.dg/pr46728-9.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr46728-9.c
    branches/google/main/gcc/testsuite/gcc.dg/pr47917.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr47917.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48134.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48134.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48141.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48141.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48144.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48144.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48156.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48156.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48159-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48159-1.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48159-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48159-2.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48203.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48203.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48213.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48213.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48235.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48235.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48335-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48335-1.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48335-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48335-2.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48335-3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48335-3.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48335-4.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48335-4.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48335-5.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48335-5.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48335-6.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48335-6.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48335-7.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48335-7.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48335-8.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48335-8.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48442.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48442.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48552-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48552-1.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48552-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48552-2.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48616.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48616.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48685.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48685.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48768.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48768.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48770.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48770.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48774.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48774.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48826.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48826.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48837.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48837.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48975.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr48975.c
    branches/google/main/gcc/testsuite/gcc.dg/pr49000.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr49000.c
    branches/google/main/gcc/testsuite/gcc.dg/pr49120.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr49120.c
    branches/google/main/gcc/testsuite/gcc.dg/pr49235.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr49235.c
    branches/google/main/gcc/testsuite/gcc.dg/pr49243.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr49243.c
    branches/google/main/gcc/testsuite/gcc.dg/pr49307.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr49307.c
    branches/google/main/gcc/testsuite/gcc.dg/pr49496.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr49496.c
    branches/google/main/gcc/testsuite/gcc.dg/pr49544.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr49544.c
    branches/google/main/gcc/testsuite/gcc.dg/pr49602.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr49602.c
    branches/google/main/gcc/testsuite/gcc.dg/pr49619.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/pr49619.c
    branches/google/main/gcc/testsuite/gcc.dg/slp-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/slp-1.c
    branches/google/main/gcc/testsuite/gcc.dg/sms-9.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/sms-9.c
    branches/google/main/gcc/testsuite/gcc.dg/stack-usage-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/stack-usage-2.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr47725.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr47725.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr47917.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr47917.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr48146.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr48146.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr48343.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr48343.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr48542.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr48542.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr48694-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr48694-1.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr48694-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr48694-2.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr48702.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr48702.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr48731.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr48731.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr48822.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr48822.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr48953.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr48953.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr49079.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr49079.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr49169.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr49169.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr49217.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr49217.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr49518.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr49518.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr49603.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr49603.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/tls/run-gd.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/tls/run-gd.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/tls/run-ie.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/tls/run-ie.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/tls/run-ld.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/tls/run-ld.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/tls/run-le.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/torture/tls/run-le.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/pr49299-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-prof/pr49299-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/pr49299-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-prof/pr49299-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/bitwise-sink.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/bitwise-sink.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/complex-6.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/complex-6.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/forwprop-13.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/forwprop-13.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/forwprop-14.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/forwprop-14.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/inline-10.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/inline-10.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/inline-8.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/inline-8.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/inline-9.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/inline-9.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr49039.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/pr49039.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr49094.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/pr49094.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/sra-12.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/sra-12.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-14.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-14.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-6.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-6.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-7.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-7.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-8.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-8.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-9.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-9.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp55.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/vrp55.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp56.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/vrp56.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp57.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/vrp57.c
    branches/google/main/gcc/testsuite/gcc.dg/uninit-pred-7_d.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/uninit-pred-7_d.c
    branches/google/main/gcc/testsuite/gcc.dg/uninit-pred-8_d.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/uninit-pred-8_d.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/O3-pr41881.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/O3-pr41881.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/O3-pr49087.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/O3-pr49087.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/O3-slp-reduc-10.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/O3-slp-reduc-10.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/fast-math-ifcvt-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/fast-math-ifcvt-1.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/if-cvt-stores-vect-ifcvt-18.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/if-cvt-stores-vect-ifcvt-18.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/no-fast-math-vect16.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/no-fast-math-vect16.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/no-scevccp-pr49199.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/no-scevccp-pr49199.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr48172.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/pr48172.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr48377.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/pr48377.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr48765.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/pr48765.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr49038.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/pr49038.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr49093.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/pr49093.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr49318.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/pr49318.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr49352.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/pr49352.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr49478.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/pr49478.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr49610.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/pr49610.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-11a.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/slp-11a.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-11b.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/slp-11b.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-11c.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/slp-11c.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-12c.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/slp-12c.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-19a.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/slp-19a.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-19b.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/slp-19b.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-19c.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/slp-19c.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-widen-mult-half.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/slp-widen-mult-half.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-119.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/vect-119.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-120.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/vect-120.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-121.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/vect-121.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-cselim-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/vect-cselim-1.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-cselim-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/vect-cselim-2.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-shift-3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/vect-shift-3.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-shift-4.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/vect-shift-4.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-u16-i3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/vect-strided-u16-i3.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap4-unknown.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap4-unknown.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-widen-mult-const-s16.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/vect-widen-mult-const-s16.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-widen-mult-const-u16.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/vect-widen-mult-const-u16.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-widen-mult-half-u8.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/vect-widen-mult-half-u8.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-widen-mult-half.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.dg/vect/vect-widen-mult-half.c
    branches/google/main/gcc/testsuite/gcc.target/arm/cold-lc.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/cold-lc.c
    branches/google/main/gcc/testsuite/gcc.target/arm/ivopts-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/ivopts-2.c
    branches/google/main/gcc/testsuite/gcc.target/arm/ivopts-3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/ivopts-3.c
    branches/google/main/gcc/testsuite/gcc.target/arm/ivopts-4.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/ivopts-4.c
    branches/google/main/gcc/testsuite/gcc.target/arm/ivopts-5.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/ivopts-5.c
    branches/google/main/gcc/testsuite/gcc.target/arm/ivopts.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/ivopts.c
    branches/google/main/gcc/testsuite/gcc.target/arm/mla-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/mla-2.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon-modes-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/neon-modes-2.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon-reload-class.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/neon-reload-class.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon-vld-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/neon-vld-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon-vld3-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/neon-vld3-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon-vlshr-imm-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/neon-vlshr-imm-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon-vorn-vbic.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/neon-vorn-vbic.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon-vset_lanes8.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/neon-vset_lanes8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon-vshl-imm-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/neon-vshl-imm-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon-vshr-imm-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/neon-vshr-imm-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon-vst3-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/neon-vst3-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr43920-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/pr43920-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr43920-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/pr43920-2.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr46329.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/pr46329.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr46788.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/pr46788.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr46934.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/pr46934.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr46975.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/pr46975.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr48252.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/pr48252.c
    branches/google/main/gcc/testsuite/gcc.target/arm/smlaltb-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/smlaltb-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/smlaltt-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/smlaltt-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/smlatb-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/smlatb-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/smlatt-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/smlatt-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/tlscall.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/tlscall.c
    branches/google/main/gcc/testsuite/gcc.target/arm/unsigned-extend-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/unsigned-extend-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/xor-and.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/arm/xor-and.c
    branches/google/main/gcc/testsuite/gcc.target/avr/exit-abort.h
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/avr/exit-abort.h
    branches/google/main/gcc/testsuite/gcc.target/avr/pr46779-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/avr/pr46779-1.c
    branches/google/main/gcc/testsuite/gcc.target/avr/pr46779-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/avr/pr46779-2.c
    branches/google/main/gcc/testsuite/gcc.target/avr/progmem-error-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/avr/progmem-error-1.c
    branches/google/main/gcc/testsuite/gcc.target/avr/progmem-error-1.cpp
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/avr/progmem-error-1.cpp
    branches/google/main/gcc/testsuite/gcc.target/avr/progmem-warning-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/avr/progmem-warning-1.c
    branches/google/main/gcc/testsuite/gcc.target/avr/progmem.h
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/avr/progmem.h
    branches/google/main/gcc/testsuite/gcc.target/avr/torture/progmem-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/avr/torture/progmem-1.c
    branches/google/main/gcc/testsuite/gcc.target/avr/torture/progmem-1.cpp
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/avr/torture/progmem-1.cpp
    branches/google/main/gcc/testsuite/gcc.target/bfin/builtins/
      - copied from r176368, branches/google/integration/gcc/testsuite/gcc.target/bfin/builtins/
    branches/google/main/gcc/testsuite/gcc.target/bfin/mcpu-bf592.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/bfin/mcpu-bf592.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx-ceil-vec.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx-ceil-vec.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx-ceilf-vec.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx-ceilf-vec.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx-floor-vec.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx-floor-vec.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx-floorf-vec.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx-floorf-vec.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx-rint-vec.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx-rint-vec.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx-rintf-vec.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx-rintf-vec.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx-trunc-vec.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx-trunc-vec.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx-truncf-vec.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx-truncf-vec.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx-vinsertps-3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx-vinsertps-3.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx-vinsertps-4.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx-vinsertps-4.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx-vmaskmovdqu.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx-vmaskmovdqu.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx-vpinsrw-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx-vpinsrw-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-2.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-3.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-4.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-4.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-5.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-5.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-6.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-6.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-7.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-7.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-2.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-3.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-4.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-4.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-5.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-5.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-6.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-6.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-7.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-7.c
    branches/google/main/gcc/testsuite/gcc.target/i386/builtin-assume-aligned-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/builtin-assume-aligned-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pause-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pause-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr47315.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pr47315.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr47502-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pr47502-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr47502-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pr47502-2.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr48037-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pr48037-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr48237.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pr48237.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr48335-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pr48335-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr48389.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pr48389.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr48678.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pr48678.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr48688.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pr48688.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr48708.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pr48708.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr48723.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pr48723.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr49002-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pr49002-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr49002-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pr49002-2.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr49095.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pr49095.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr49168-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pr49168-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr49567.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/pr49567.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse2-insvhi.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/sse2-insvhi.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse2-maskmovdqu.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/sse2-maskmovdqu.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse2-pinsrw.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/sse2-pinsrw.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse4_1-ceil-vec.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/sse4_1-ceil-vec.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse4_1-ceilf-vec.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/sse4_1-ceilf-vec.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse4_1-floor-vec.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/sse4_1-floor-vec.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse4_1-floorf-vec.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/sse4_1-floorf-vec.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse4_1-insertps-3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/sse4_1-insertps-3.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse4_1-insertps-4.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/sse4_1-insertps-4.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse4_1-insvdi.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/sse4_1-insvdi.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse4_1-insvqi.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/sse4_1-insvqi.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse4_1-insvsi.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/sse4_1-insvsi.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse4_1-rint-vec.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/sse4_1-rint-vec.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse4_1-rintf-vec.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/sse4_1-rintf-vec.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse4_1-trunc-vec.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/sse4_1-trunc-vec.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse4_1-truncf-vec.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/sse4_1-truncf-vec.c
    branches/google/main/gcc/testsuite/gcc.target/i386/testimm-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/testimm-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/testimm-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/testimm-2.c
    branches/google/main/gcc/testsuite/gcc.target/i386/testimm-3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/testimm-3.c
    branches/google/main/gcc/testsuite/gcc.target/i386/testimm-4.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/testimm-4.c
    branches/google/main/gcc/testsuite/gcc.target/i386/testimm-5.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/testimm-5.c
    branches/google/main/gcc/testsuite/gcc.target/i386/testimm-6.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/testimm-6.c
    branches/google/main/gcc/testsuite/gcc.target/i386/testimm-7.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/testimm-7.c
    branches/google/main/gcc/testsuite/gcc.target/i386/testimm-8.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/testimm-8.c
    branches/google/main/gcc/testsuite/gcc.target/i386/xop-rotate1-int.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/xop-rotate1-int.c
    branches/google/main/gcc/testsuite/gcc.target/i386/xop-rotate2-int.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/i386/xop-rotate2-int.c
    branches/google/main/gcc/testsuite/gcc.target/ia64/pr49303.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/ia64/pr49303.c
    branches/google/main/gcc/testsuite/gcc.target/mips/pr45074.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/mips/pr45074.c
    branches/google/main/gcc/testsuite/gcc.target/mips/reg-var-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/mips/reg-var-1.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/outofline_rnreg.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/outofline_rnreg.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/ppc-switch-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/ppc-switch-1.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/ppc-switch-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/ppc-switch-2.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr46728-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr46728-1.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr46728-10.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr46728-10.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr46728-11.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr46728-11.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr46728-13.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr46728-13.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr46728-14.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr46728-14.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr46728-15.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr46728-15.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr46728-16.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr46728-16.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr46728-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr46728-2.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr46728-3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr46728-3.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr46728-4.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr46728-4.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr46728-5.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr46728-5.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr46728-7.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr46728-7.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr46728-8.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr46728-8.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr48053-3.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr48053-3.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr48192.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr48192.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr48226.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr48226.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr48258-1.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr48258-1.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr48258-2.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr48258-2.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr48857.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr48857.c
    branches/google/main/gcc/testsuite/gcc.target/sparc/ultrasp12.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/sparc/ultrasp12.c
    branches/google/main/gcc/testsuite/gcc.target/sparc/ultrasp13.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gcc.target/sparc/ultrasp13.c
    branches/google/main/gcc/testsuite/gfortran.dg/PR37039.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/PR37039.f90
    branches/google/main/gcc/testsuite/gfortran.dg/PR49268.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/PR49268.f90
    branches/google/main/gcc/testsuite/gfortran.dg/alloc_comp_assign_11.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/alloc_comp_assign_11.f90
    branches/google/main/gcc/testsuite/gfortran.dg/bind_c_usage_22.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/bind_c_usage_22.f90
    branches/google/main/gcc/testsuite/gfortran.dg/bind_c_usage_23.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/bind_c_usage_23.f90
    branches/google/main/gcc/testsuite/gfortran.dg/bind_c_usage_24.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/bind_c_usage_24.f90
    branches/google/main/gcc/testsuite/gfortran.dg/bind_c_usage_24_c.c
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/bind_c_usage_24_c.c
    branches/google/main/gcc/testsuite/gfortran.dg/character_comparison_8.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/character_comparison_8.f90
    branches/google/main/gcc/testsuite/gfortran.dg/class_42.f03
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/class_42.f03
    branches/google/main/gcc/testsuite/gfortran.dg/class_43.f03
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/class_43.f03
    branches/google/main/gcc/testsuite/gfortran.dg/class_44.f03
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/class_44.f03
    branches/google/main/gcc/testsuite/gfortran.dg/coarray/
      - copied from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/coarray/
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_15.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/coarray_15.f90
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_16.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/coarray_16.f90
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_17.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/coarray_17.f90
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_18.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/coarray_18.f90
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_19.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/coarray_19.f90
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_20.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/coarray_20.f90
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_21.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/coarray_21.f90
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_22.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/coarray_22.f90
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_23.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/coarray_23.f90
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_24.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/coarray_24.f90
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_atomic_1.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/coarray_atomic_1.f90
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_lock_1.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/coarray_lock_1.f90
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_lock_2.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/coarray_lock_2.f90
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_lock_3.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/coarray_lock_3.f90
    branches/google/main/gcc/testsuite/gfortran.dg/dependency_40.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/dependency_40.f90
    branches/google/main/gcc/testsuite/gfortran.dg/extends_12.f03
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/extends_12.f03
    branches/google/main/gcc/testsuite/gfortran.dg/extends_13.f03
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/extends_13.f03
    branches/google/main/gcc/testsuite/gfortran.dg/extends_14.f03
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/extends_14.f03
    branches/google/main/gcc/testsuite/gfortran.dg/fmt_g0_5.f08
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/fmt_g0_5.f08
    branches/google/main/gcc/testsuite/gfortran.dg/fmt_g0_6.f08
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/fmt_g0_6.f08
    branches/google/main/gcc/testsuite/gfortran.dg/function_optimize_1.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/function_optimize_1.f90
    branches/google/main/gcc/testsuite/gfortran.dg/function_optimize_2.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/function_optimize_2.f90
    branches/google/main/gcc/testsuite/gfortran.dg/function_optimize_3.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/function_optimize_3.f90
    branches/google/main/gcc/testsuite/gfortran.dg/function_optimize_4.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/function_optimize_4.f90
    branches/google/main/gcc/testsuite/gfortran.dg/function_optimize_5.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/function_optimize_5.f90
    branches/google/main/gcc/testsuite/gfortran.dg/function_optimize_6.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/function_optimize_6.f90
    branches/google/main/gcc/testsuite/gfortran.dg/function_optimize_7.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/function_optimize_7.f90
    branches/google/main/gcc/testsuite/gfortran.dg/function_optimize_8.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/function_optimize_8.f90
    branches/google/main/gcc/testsuite/gfortran.dg/generic_24.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/generic_24.f90
    branches/google/main/gcc/testsuite/gfortran.dg/gomp/pr48117.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/gomp/pr48117.f90
    branches/google/main/gcc/testsuite/gfortran.dg/gomp/pr48611.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/gomp/pr48611.f90
    branches/google/main/gcc/testsuite/gfortran.dg/gomp/pr48794.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/gomp/pr48794.f90
    branches/google/main/gcc/testsuite/gfortran.dg/import9.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/import9.f90
    branches/google/main/gcc/testsuite/gfortran.dg/interface_35.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/interface_35.f90
    branches/google/main/gcc/testsuite/gfortran.dg/interface_36.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/interface_36.f90
    branches/google/main/gcc/testsuite/gfortran.dg/io_constraints_8.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/io_constraints_8.f90
    branches/google/main/gcc/testsuite/gfortran.dg/io_constraints_9.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/io_constraints_9.f90
    branches/google/main/gcc/testsuite/gfortran.dg/iso_c_binding_compiler_3.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/iso_c_binding_compiler_3.f90
    branches/google/main/gcc/testsuite/gfortran.dg/module_procedure_double_colon_1.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/module_procedure_double_colon_1.f90
    branches/google/main/gcc/testsuite/gfortran.dg/module_procedure_double_colon_2.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/module_procedure_double_colon_2.f90
    branches/google/main/gcc/testsuite/gfortran.dg/move_alloc_4.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/move_alloc_4.f90
    branches/google/main/gcc/testsuite/gfortran.dg/move_alloc_5.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/move_alloc_5.f90
    branches/google/main/gcc/testsuite/gfortran.dg/operator_7.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/operator_7.f90
    branches/google/main/gcc/testsuite/gfortran.dg/pointer_check_10.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/pointer_check_10.f90
    branches/google/main/gcc/testsuite/gfortran.dg/pointer_check_9.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/pointer_check_9.f90
    branches/google/main/gcc/testsuite/gfortran.dg/pr48757.f
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/pr48757.f
    branches/google/main/gcc/testsuite/gfortran.dg/pr49103.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/pr49103.f90
    branches/google/main/gcc/testsuite/gfortran.dg/pr49179.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/pr49179.f90
    branches/google/main/gcc/testsuite/gfortran.dg/pr49308.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/pr49308.f90
    branches/google/main/gcc/testsuite/gfortran.dg/pr49472.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/pr49472.f90
    branches/google/main/gcc/testsuite/gfortran.dg/pr49540-1.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/pr49540-1.f90
    branches/google/main/gcc/testsuite/gfortran.dg/pr49540-2.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/pr49540-2.f90
    branches/google/main/gcc/testsuite/gfortran.dg/proc_ptr_31.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/proc_ptr_31.f90
    branches/google/main/gcc/testsuite/gfortran.dg/proc_ptr_comp_32.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/proc_ptr_comp_32.f90
    branches/google/main/gcc/testsuite/gfortran.dg/rank_3.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/rank_3.f90
    branches/google/main/gcc/testsuite/gfortran.dg/rank_4.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/rank_4.f90
    branches/google/main/gcc/testsuite/gfortran.dg/read_list_eof_1.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/read_list_eof_1.f90
    branches/google/main/gcc/testsuite/gfortran.dg/realloc_on_assign_6.f03
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/realloc_on_assign_6.f03
    branches/google/main/gcc/testsuite/gfortran.dg/realloc_on_assign_7.f03
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/realloc_on_assign_7.f03
    branches/google/main/gcc/testsuite/gfortran.dg/reshape_zerosize_3.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/reshape_zerosize_3.f90
    branches/google/main/gcc/testsuite/gfortran.dg/round_3.f08
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/round_3.f08
    branches/google/main/gcc/testsuite/gfortran.dg/scratch_1.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/scratch_1.f90
    branches/google/main/gcc/testsuite/gfortran.dg/select_type_23.f03
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/select_type_23.f03
    branches/google/main/gcc/testsuite/gfortran.dg/trim_optimize_5.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/trim_optimize_5.f90
    branches/google/main/gcc/testsuite/gfortran.dg/trim_optimize_6.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/trim_optimize_6.f90
    branches/google/main/gcc/testsuite/gfortran.dg/trim_optimize_7.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/trim_optimize_7.f90
    branches/google/main/gcc/testsuite/gfortran.dg/trim_optimize_8.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/trim_optimize_8.f90
    branches/google/main/gcc/testsuite/gfortran.dg/typebound_assignment_3.f03
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/typebound_assignment_3.f03
    branches/google/main/gcc/testsuite/gfortran.dg/typebound_proc_22.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/typebound_proc_22.f90
    branches/google/main/gcc/testsuite/gfortran.dg/typebound_proc_23.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/typebound_proc_23.f90
    branches/google/main/gcc/testsuite/gfortran.dg/whole_file_33.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/whole_file_33.f90
    branches/google/main/gcc/testsuite/gfortran.dg/whole_file_34.f90
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gfortran.dg/whole_file_34.f90
    branches/google/main/gcc/testsuite/gnat.dg/aggr17.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/aggr17.adb
    branches/google/main/gcc/testsuite/gnat.dg/aggr18.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/aggr18.adb
    branches/google/main/gcc/testsuite/gnat.dg/array14.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/array14.adb
    branches/google/main/gcc/testsuite/gnat.dg/array14.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/array14.ads
    branches/google/main/gcc/testsuite/gnat.dg/array14_pkg.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/array14_pkg.ads
    branches/google/main/gcc/testsuite/gnat.dg/array15.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/array15.adb
    branches/google/main/gcc/testsuite/gnat.dg/array15.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/array15.ads
    branches/google/main/gcc/testsuite/gnat.dg/array16.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/array16.adb
    branches/google/main/gcc/testsuite/gnat.dg/array16.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/array16.ads
    branches/google/main/gcc/testsuite/gnat.dg/array16_pkg.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/array16_pkg.ads
    branches/google/main/gcc/testsuite/gnat.dg/bit_packed_array5.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/bit_packed_array5.adb
    branches/google/main/gcc/testsuite/gnat.dg/bit_packed_array5.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/bit_packed_array5.ads
    branches/google/main/gcc/testsuite/gnat.dg/boolean_subtype1.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/boolean_subtype1.adb
    branches/google/main/gcc/testsuite/gnat.dg/boolean_subtype2.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/boolean_subtype2.adb
    branches/google/main/gcc/testsuite/gnat.dg/boolean_subtype2.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/boolean_subtype2.ads
    branches/google/main/gcc/testsuite/gnat.dg/boolean_subtype2_pkg.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/boolean_subtype2_pkg.ads
    branches/google/main/gcc/testsuite/gnat.dg/constant3.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/constant3.adb
    branches/google/main/gcc/testsuite/gnat.dg/debug2.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/debug2.adb
    branches/google/main/gcc/testsuite/gnat.dg/debug2.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/debug2.ads
    branches/google/main/gcc/testsuite/gnat.dg/debug2_pkg.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/debug2_pkg.ads
    branches/google/main/gcc/testsuite/gnat.dg/debug3.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/debug3.adb
    branches/google/main/gcc/testsuite/gnat.dg/debug3.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/debug3.ads
    branches/google/main/gcc/testsuite/gnat.dg/deferred_const4.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/deferred_const4.adb
    branches/google/main/gcc/testsuite/gnat.dg/deferred_const4.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/deferred_const4.ads
    branches/google/main/gcc/testsuite/gnat.dg/deferred_const4_pkg.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/deferred_const4_pkg.ads
    branches/google/main/gcc/testsuite/gnat.dg/derived_type2.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/derived_type2.adb
    branches/google/main/gcc/testsuite/gnat.dg/discr26.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/discr26.adb
    branches/google/main/gcc/testsuite/gnat.dg/discr26.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/discr26.ads
    branches/google/main/gcc/testsuite/gnat.dg/discr26_pkg.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/discr26_pkg.ads
    branches/google/main/gcc/testsuite/gnat.dg/discr27.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/discr27.adb
    branches/google/main/gcc/testsuite/gnat.dg/discr27.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/discr27.ads
    branches/google/main/gcc/testsuite/gnat.dg/discr28.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/discr28.adb
    branches/google/main/gcc/testsuite/gnat.dg/discr28.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/discr28.ads
    branches/google/main/gcc/testsuite/gnat.dg/discr28_pkg.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/discr28_pkg.ads
    branches/google/main/gcc/testsuite/gnat.dg/discr29.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/discr29.adb
    branches/google/main/gcc/testsuite/gnat.dg/discr29.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/discr29.ads
    branches/google/main/gcc/testsuite/gnat.dg/discr30.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/discr30.adb
    branches/google/main/gcc/testsuite/gnat.dg/discr31.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/discr31.adb
    branches/google/main/gcc/testsuite/gnat.dg/discr31.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/discr31.ads
    branches/google/main/gcc/testsuite/gnat.dg/invalid1.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/invalid1.adb
    branches/google/main/gcc/testsuite/gnat.dg/limited_with2.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/limited_with2.adb
    branches/google/main/gcc/testsuite/gnat.dg/limited_with2.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/limited_with2.ads
    branches/google/main/gcc/testsuite/gnat.dg/limited_with2_pkg1.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/limited_with2_pkg1.ads
    branches/google/main/gcc/testsuite/gnat.dg/limited_with2_pkg2.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/limited_with2_pkg2.ads
    branches/google/main/gcc/testsuite/gnat.dg/opt15.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/opt15.adb
    branches/google/main/gcc/testsuite/gnat.dg/opt15_pkg.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/opt15_pkg.adb
    branches/google/main/gcc/testsuite/gnat.dg/opt15_pkg.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/opt15_pkg.ads
    branches/google/main/gcc/testsuite/gnat.dg/opt16.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/opt16.adb
    branches/google/main/gcc/testsuite/gnat.dg/opt17.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/opt17.adb
    branches/google/main/gcc/testsuite/gnat.dg/opt17.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/opt17.ads
    branches/google/main/gcc/testsuite/gnat.dg/return3.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/return3.adb
    branches/google/main/gcc/testsuite/gnat.dg/specs/aggr2.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/specs/aggr2.ads
    branches/google/main/gcc/testsuite/gnat.dg/specs/cond_expr1.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/specs/cond_expr1.ads
    branches/google/main/gcc/testsuite/gnat.dg/specs/debug1.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/specs/debug1.ads
    branches/google/main/gcc/testsuite/gnat.dg/specs/elab2.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/specs/elab2.ads
    branches/google/main/gcc/testsuite/gnat.dg/specs/elab2_pkg.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/specs/elab2_pkg.ads
    branches/google/main/gcc/testsuite/gnat.dg/taft_type1.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/taft_type1.adb
    branches/google/main/gcc/testsuite/gnat.dg/taft_type1_pkg1.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/taft_type1_pkg1.adb
    branches/google/main/gcc/testsuite/gnat.dg/taft_type1_pkg1.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/taft_type1_pkg1.ads
    branches/google/main/gcc/testsuite/gnat.dg/taft_type1_pkg2.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/taft_type1_pkg2.ads
    branches/google/main/gcc/testsuite/gnat.dg/taft_type2.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/taft_type2.adb
    branches/google/main/gcc/testsuite/gnat.dg/taft_type2.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/taft_type2.ads
    branches/google/main/gcc/testsuite/gnat.dg/taft_type2_pkg.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/taft_type2_pkg.ads
    branches/google/main/gcc/testsuite/gnat.dg/taft_type3.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/taft_type3.adb
    branches/google/main/gcc/testsuite/gnat.dg/taft_type3_pkg.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/taft_type3_pkg.ads
    branches/google/main/gcc/testsuite/gnat.dg/view_conversion1.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/view_conversion1.adb
    branches/google/main/gcc/testsuite/gnat.dg/volatile5.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/volatile5.adb
    branches/google/main/gcc/testsuite/gnat.dg/volatile5_pkg.ads
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/volatile5_pkg.ads
    branches/google/main/gcc/testsuite/gnat.dg/volatile6.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/volatile6.adb
    branches/google/main/gcc/testsuite/gnat.dg/volatile7.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/volatile7.adb
    branches/google/main/gcc/testsuite/gnat.dg/volatile8.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/volatile8.adb
    branches/google/main/gcc/testsuite/gnat.dg/volatile9.adb
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/gnat.dg/volatile9.adb
    branches/google/main/gcc/testsuite/go.test/test/append.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/append.go
    branches/google/main/gcc/testsuite/go.test/test/bench/Makefile
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/bench/Makefile
    branches/google/main/gcc/testsuite/go.test/test/bugs/bug322.dir/
      - copied from r176368, branches/google/integration/gcc/testsuite/go.test/test/bugs/bug322.dir/
    branches/google/main/gcc/testsuite/go.test/test/bugs/bug322.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/bugs/bug322.go
    branches/google/main/gcc/testsuite/go.test/test/bugs/bug324.dir/
      - copied from r176368, branches/google/integration/gcc/testsuite/go.test/test/bugs/bug324.dir/
    branches/google/main/gcc/testsuite/go.test/test/bugs/bug324.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/bugs/bug324.go
    branches/google/main/gcc/testsuite/go.test/test/chan/select4.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/chan/select4.go
    branches/google/main/gcc/testsuite/go.test/test/chan/select5.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/chan/select5.go
    branches/google/main/gcc/testsuite/go.test/test/chan/sendstmt.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/chan/sendstmt.go
    branches/google/main/gcc/testsuite/go.test/test/cmp6.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/cmp6.go
    branches/google/main/gcc/testsuite/go.test/test/eof.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/eof.go
    branches/google/main/gcc/testsuite/go.test/test/eof1.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/eof1.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug1515.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug1515.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug260.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug260.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug305.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug305.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug306.dir/
      - copied from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug306.dir/
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug306.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug306.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug307.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug307.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug308.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug308.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug309.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug309.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug310.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug310.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug311.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug311.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug312.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug312.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug313.dir/
      - copied from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug313.dir/
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug313.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug313.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug314.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug314.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug315.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug315.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug316.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug316.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug317.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug317.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug318.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug318.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug319.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug319.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug320.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug320.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug321.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug321.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug323.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug323.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug325.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug325.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug326.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/fixedbugs/bug326.go
    branches/google/main/gcc/testsuite/go.test/test/garbage/stats.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/garbage/stats.go
    branches/google/main/gcc/testsuite/go.test/test/init.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/init.go
    branches/google/main/gcc/testsuite/go.test/test/interface/embed2.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/interface/embed2.go
    branches/google/main/gcc/testsuite/go.test/test/ken/convert.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/ken/convert.go
    branches/google/main/gcc/testsuite/go.test/test/label.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/label.go
    branches/google/main/gcc/testsuite/go.test/test/label1.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/label1.go
    branches/google/main/gcc/testsuite/go.test/test/syntax/chan.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/syntax/chan.go
    branches/google/main/gcc/testsuite/go.test/test/syntax/chan1.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/syntax/chan1.go
    branches/google/main/gcc/testsuite/go.test/test/syntax/if.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/syntax/if.go
    branches/google/main/gcc/testsuite/go.test/test/syntax/typesw.go
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/go.test/test/syntax/typesw.go
    branches/google/main/gcc/testsuite/obj-c++.dg/attributes/method-nonnull-1.mm
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/obj-c++.dg/attributes/method-nonnull-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/method-lookup-1.mm
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/obj-c++.dg/method-lookup-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/naming-3.mm
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/obj-c++.dg/naming-3.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/naming-4.mm
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/obj-c++.dg/naming-4.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/pr48187.mm
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/obj-c++.dg/pr48187.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/property/cxx-property-1.mm
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/obj-c++.dg/property/cxx-property-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/property/cxx-property-2.mm
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/obj-c++.dg/property/cxx-property-2.mm
    branches/google/main/gcc/testsuite/objc-obj-c++-shared/TestsuiteObject.h
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/objc-obj-c++-shared/TestsuiteObject.h
    branches/google/main/gcc/testsuite/objc-obj-c++-shared/TestsuiteObject.m
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/objc-obj-c++-shared/TestsuiteObject.m
    branches/google/main/gcc/testsuite/objc-obj-c++-shared/runtime.h
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/objc-obj-c++-shared/runtime.h
    branches/google/main/gcc/testsuite/objc.dg/attributes/method-nonnull-1.m
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/objc.dg/attributes/method-nonnull-1.m
    branches/google/main/gcc/testsuite/objc.dg/ivar-extra-semicolon.m
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/objc.dg/ivar-extra-semicolon.m
    branches/google/main/gcc/testsuite/objc.dg/method-lookup-1.m
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/objc.dg/method-lookup-1.m
    branches/google/main/gcc/testsuite/objc.dg/naming-6.m
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/objc.dg/naming-6.m
    branches/google/main/gcc/testsuite/objc.dg/naming-7.m
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/objc.dg/naming-7.m
    branches/google/main/gcc/testsuite/objc.dg/pr48177.m
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/objc.dg/pr48177.m
    branches/google/main/gcc/testsuite/objc.dg/pr48187.m
      - copied unchanged from r176368, branches/google/integration/gcc/testsuite/objc.dg/pr48187.m
    branches/google/main/libdecnumber/.gitignore
      - copied unchanged from r176368, branches/google/integration/libdecnumber/.gitignore
    branches/google/main/libgcc/config/alpha/libgcc-osf5.ver
      - copied unchanged from r176368, branches/google/integration/libgcc/config/alpha/libgcc-osf5.ver
    branches/google/main/libgcc/config/alpha/linux-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/alpha/linux-unwind.h
    branches/google/main/libgcc/config/alpha/osf5-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/alpha/osf5-unwind.h
    branches/google/main/libgcc/config/alpha/t-alpha
      - copied unchanged from r176368, branches/google/integration/libgcc/config/alpha/t-alpha
    branches/google/main/libgcc/config/alpha/t-ieee
      - copied unchanged from r176368, branches/google/integration/libgcc/config/alpha/t-ieee
    branches/google/main/libgcc/config/alpha/t-osf-pthread
      - copied unchanged from r176368, branches/google/integration/libgcc/config/alpha/t-osf-pthread
    branches/google/main/libgcc/config/alpha/t-slibgcc-osf
      - copied unchanged from r176368, branches/google/integration/libgcc/config/alpha/t-slibgcc-osf
    branches/google/main/libgcc/config/alpha/vms-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/alpha/vms-unwind.h
    branches/google/main/libgcc/config/arm/symbian-lib.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/arm/symbian-lib.h
    branches/google/main/libgcc/config/bfin/
      - copied from r176368, branches/google/integration/libgcc/config/bfin/
    branches/google/main/libgcc/config/gmon-sol2.c
      - copied unchanged from r176368, branches/google/integration/libgcc/config/gmon-sol2.c
    branches/google/main/libgcc/config/i386/darwin-lib.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/i386/darwin-lib.h
    branches/google/main/libgcc/config/i386/enable-execute-stack-mingw32.c
      - copied unchanged from r176368, branches/google/integration/libgcc/config/i386/enable-execute-stack-mingw32.c
    branches/google/main/libgcc/config/i386/linux-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/i386/linux-unwind.h
    branches/google/main/libgcc/config/i386/sol2-c1.S
      - copied unchanged from r176368, branches/google/integration/libgcc/config/i386/sol2-c1.S
    branches/google/main/libgcc/config/i386/sol2-ci.S
      - copied unchanged from r176368, branches/google/integration/libgcc/config/i386/sol2-ci.S
    branches/google/main/libgcc/config/i386/sol2-cn.S
      - copied unchanged from r176368, branches/google/integration/libgcc/config/i386/sol2-cn.S
    branches/google/main/libgcc/config/i386/sol2-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/i386/sol2-unwind.h
    branches/google/main/libgcc/config/i386/t-crtstuff
      - copied unchanged from r176368, branches/google/integration/libgcc/config/i386/t-crtstuff
    branches/google/main/libgcc/config/i386/w32-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/i386/w32-unwind.h
    branches/google/main/libgcc/config/ia64/linux-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/ia64/linux-unwind.h
    branches/google/main/libgcc/config/ia64/vms-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/ia64/vms-unwind.h
    branches/google/main/libgcc/config/m68k/
      - copied from r176368, branches/google/integration/libgcc/config/m68k/
    branches/google/main/libgcc/config/mips/irix-crti.S
      - copied unchanged from r176368, branches/google/integration/libgcc/config/mips/irix-crti.S
    branches/google/main/libgcc/config/mips/irix-crtn.S
      - copied unchanged from r176368, branches/google/integration/libgcc/config/mips/irix-crtn.S
    branches/google/main/libgcc/config/mips/irix6-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/mips/irix6-unwind.h
    branches/google/main/libgcc/config/mips/linux-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/mips/linux-unwind.h
    branches/google/main/libgcc/config/mips/t-irix6
      - copied unchanged from r176368, branches/google/integration/libgcc/config/mips/t-irix6
    branches/google/main/libgcc/config/mips/t-slibgcc-irix
      - copied unchanged from r176368, branches/google/integration/libgcc/config/mips/t-slibgcc-irix
    branches/google/main/libgcc/config/no-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/no-unwind.h
    branches/google/main/libgcc/config/pa/
      - copied from r176368, branches/google/integration/libgcc/config/pa/
    branches/google/main/libgcc/config/rs6000/darwin-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/rs6000/darwin-unwind.h
    branches/google/main/libgcc/config/rs6000/linux-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/rs6000/linux-unwind.h
    branches/google/main/libgcc/config/s390/linux-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/s390/linux-unwind.h
    branches/google/main/libgcc/config/s390/tpf-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/s390/tpf-unwind.h
    branches/google/main/libgcc/config/sh/linux-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/sh/linux-unwind.h
    branches/google/main/libgcc/config/sparc/linux-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/sparc/linux-unwind.h
    branches/google/main/libgcc/config/sparc/sol2-c1.S
      - copied unchanged from r176368, branches/google/integration/libgcc/config/sparc/sol2-c1.S
    branches/google/main/libgcc/config/sparc/sol2-ci.S
      - copied unchanged from r176368, branches/google/integration/libgcc/config/sparc/sol2-ci.S
    branches/google/main/libgcc/config/sparc/sol2-cn.S
      - copied unchanged from r176368, branches/google/integration/libgcc/config/sparc/sol2-cn.S
    branches/google/main/libgcc/config/sparc/sol2-unwind.h
      - copied unchanged from r176368, branches/google/integration/libgcc/config/sparc/sol2-unwind.h
    branches/google/main/libgcc/config/sparc/t-softfp
      - copied unchanged from r176368, branches/google/integration/libgcc/config/sparc/t-softfp
    branches/google/main/libgcc/config/sparc/t-softmul
      - copied unchanged from r176368, branches/google/integration/libgcc/config/sparc/t-softmul
    branches/google/main/libgcc/config/sparc/t-sol2
      - copied unchanged from r176368, branches/google/integration/libgcc/config/sparc/t-sol2
    branches/google/main/libgcc/config/t-crtfm
      - copied unchanged from r176368, branches/google/integration/libgcc/config/t-crtfm
    branches/google/main/libgcc/config/t-crtin
      - copied unchanged from r176368, branches/google/integration/libgcc/config/t-crtin
    branches/google/main/libgcc/config/t-gnu-prefix
      - copied unchanged from r176368, branches/google/integration/libgcc/config/t-gnu-prefix
    branches/google/main/libgcc/config/t-rtems
      - copied unchanged from r176368, branches/google/integration/libgcc/config/t-rtems
    branches/google/main/libgcc/config/t-slibgcc
      - copied unchanged from r176368, branches/google/integration/libgcc/config/t-slibgcc
    branches/google/main/libgcc/config/t-slibgcc-elf-ver
      - copied unchanged from r176368, branches/google/integration/libgcc/config/t-slibgcc-elf-ver
    branches/google/main/libgcc/config/t-slibgcc-gld
      - copied unchanged from r176368, branches/google/integration/libgcc/config/t-slibgcc-gld
    branches/google/main/libgcc/config/t-slibgcc-sld
      - copied unchanged from r176368, branches/google/integration/libgcc/config/t-slibgcc-sld
    branches/google/main/libgcc/config/t-sol2
      - copied unchanged from r176368, branches/google/integration/libgcc/config/t-sol2
    branches/google/main/libgcc/config/xtensa/
      - copied from r176368, branches/google/integration/libgcc/config/xtensa/
    branches/google/main/libgcc/enable-execute-stack-empty.c
      - copied unchanged from r176368, branches/google/integration/libgcc/enable-execute-stack-empty.c
    branches/google/main/libgcc/enable-execute-stack-mprotect.c
      - copied unchanged from r176368, branches/google/integration/libgcc/enable-execute-stack-mprotect.c
    branches/google/main/libgcc/libgcc-std.ver.in
      - copied unchanged from r176368, branches/google/integration/libgcc/libgcc-std.ver.in
    branches/google/main/libgfortran/caf/
      - copied from r176368, branches/google/integration/libgfortran/caf/
    branches/google/main/libgo/go/archive/zip/testdata/dd.zip
      - copied unchanged from r176368, branches/google/integration/libgo/go/archive/zip/testdata/dd.zip
    branches/google/main/libgo/go/compress/bzip2/
      - copied from r176368, branches/google/integration/libgo/go/compress/bzip2/
    branches/google/main/libgo/go/compress/lzw/
      - copied from r176368, branches/google/integration/libgo/go/compress/lzw/
    branches/google/main/libgo/go/compress/testdata/
      - copied from r176368, branches/google/integration/libgo/go/compress/testdata/
    branches/google/main/libgo/go/crypto/crypto.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/crypto/crypto.go
    branches/google/main/libgo/go/crypto/des/
      - copied from r176368, branches/google/integration/libgo/go/crypto/des/
    branches/google/main/libgo/go/crypto/dsa/
      - copied from r176368, branches/google/integration/libgo/go/crypto/dsa/
    branches/google/main/libgo/go/crypto/ecdsa/
      - copied from r176368, branches/google/integration/libgo/go/crypto/ecdsa/
    branches/google/main/libgo/go/crypto/openpgp/canonical_text.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/crypto/openpgp/canonical_text.go
    branches/google/main/libgo/go/crypto/openpgp/canonical_text_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/crypto/openpgp/canonical_text_test.go
    branches/google/main/libgo/go/crypto/openpgp/keys.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/crypto/openpgp/keys.go
    branches/google/main/libgo/go/crypto/openpgp/packet/
      - copied from r176368, branches/google/integration/libgo/go/crypto/openpgp/packet/
    branches/google/main/libgo/go/crypto/openpgp/read.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/crypto/openpgp/read.go
    branches/google/main/libgo/go/crypto/openpgp/read_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/crypto/openpgp/read_test.go
    branches/google/main/libgo/go/crypto/openpgp/write.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/crypto/openpgp/write.go
    branches/google/main/libgo/go/crypto/openpgp/write_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/crypto/openpgp/write_test.go
    branches/google/main/libgo/go/crypto/x509/cert_pool.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/crypto/x509/cert_pool.go
    branches/google/main/libgo/go/crypto/x509/verify.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/crypto/x509/verify.go
    branches/google/main/libgo/go/crypto/x509/verify_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/crypto/x509/verify_test.go
    branches/google/main/libgo/go/debug/proc/proc_irix.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/debug/proc/proc_irix.go
    branches/google/main/libgo/go/debug/proc/regs_linux_alpha.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/debug/proc/regs_linux_alpha.go
    branches/google/main/libgo/go/exec/lp_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/exec/lp_test.go
    branches/google/main/libgo/go/exp/wingui/
      - copied from r176368, branches/google/integration/libgo/go/exp/wingui/
    branches/google/main/libgo/go/go/ast/print_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/go/ast/print_test.go
    branches/google/main/libgo/go/go/ast/resolve.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/go/ast/resolve.go
    branches/google/main/libgo/go/go/printer/performance_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/go/printer/performance_test.go
    branches/google/main/libgo/go/go/printer/testdata/parser.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/go/printer/testdata/parser.go
    branches/google/main/libgo/go/go/printer/testdata/slow.golden
      - copied unchanged from r176368, branches/google/integration/libgo/go/go/printer/testdata/slow.golden
    branches/google/main/libgo/go/go/printer/testdata/slow.input
      - copied unchanged from r176368, branches/google/integration/libgo/go/go/printer/testdata/slow.input
    branches/google/main/libgo/go/go/typechecker/testdata/test0.src
      - copied unchanged from r176368, branches/google/integration/libgo/go/go/typechecker/testdata/test0.src
    branches/google/main/libgo/go/go/typechecker/testdata/test1.src
      - copied unchanged from r176368, branches/google/integration/libgo/go/go/typechecker/testdata/test1.src
    branches/google/main/libgo/go/go/typechecker/testdata/test3.src
      - copied unchanged from r176368, branches/google/integration/libgo/go/go/typechecker/testdata/test3.src
    branches/google/main/libgo/go/go/typechecker/testdata/test4.src
      - copied unchanged from r176368, branches/google/integration/libgo/go/go/typechecker/testdata/test4.src
    branches/google/main/libgo/go/go/typechecker/type.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/go/typechecker/type.go
    branches/google/main/libgo/go/go/types/
      - copied from r176368, branches/google/integration/libgo/go/go/types/
    branches/google/main/libgo/go/gob/gobencdec_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/gob/gobencdec_test.go
    branches/google/main/libgo/go/gob/timing_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/gob/timing_test.go
    branches/google/main/libgo/go/hash/fnv/
      - copied from r176368, branches/google/integration/libgo/go/hash/fnv/
    branches/google/main/libgo/go/http/cgi/
      - copied from r176368, branches/google/integration/libgo/go/http/cgi/
    branches/google/main/libgo/go/http/cookie.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/http/cookie.go
    branches/google/main/libgo/go/http/cookie_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/http/cookie_test.go
    branches/google/main/libgo/go/http/export_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/http/export_test.go
    branches/google/main/libgo/go/http/fcgi/
      - copied from r176368, branches/google/integration/libgo/go/http/fcgi/
    branches/google/main/libgo/go/http/header.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/http/header.go
    branches/google/main/libgo/go/http/header_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/http/header_test.go
    branches/google/main/libgo/go/http/httptest/
      - copied from r176368, branches/google/integration/libgo/go/http/httptest/
    branches/google/main/libgo/go/http/proxy_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/http/proxy_test.go
    branches/google/main/libgo/go/http/range_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/http/range_test.go
    branches/google/main/libgo/go/http/reverseproxy.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/http/reverseproxy.go
    branches/google/main/libgo/go/http/reverseproxy_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/http/reverseproxy_test.go
    branches/google/main/libgo/go/http/spdy/
      - copied from r176368, branches/google/integration/libgo/go/http/spdy/
    branches/google/main/libgo/go/http/transport.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/http/transport.go
    branches/google/main/libgo/go/http/transport_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/http/transport_test.go
    branches/google/main/libgo/go/image/decode_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/image/decode_test.go
    branches/google/main/libgo/go/image/gif/
      - copied from r176368, branches/google/integration/libgo/go/image/gif/
    branches/google/main/libgo/go/image/jpeg/fdct.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/image/jpeg/fdct.go
    branches/google/main/libgo/go/image/jpeg/writer.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/image/jpeg/writer.go
    branches/google/main/libgo/go/image/jpeg/writer_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/image/jpeg/writer_test.go
    branches/google/main/libgo/go/image/png/testdata/pngsuite/basn0g01-30.png
      - copied unchanged from r176368, branches/google/integration/libgo/go/image/png/testdata/pngsuite/basn0g01-30.png
    branches/google/main/libgo/go/image/png/testdata/pngsuite/basn0g01-30.sng
      - copied unchanged from r176368, branches/google/integration/libgo/go/image/png/testdata/pngsuite/basn0g01-30.sng
    branches/google/main/libgo/go/image/png/testdata/pngsuite/basn0g02-29.png
      - copied unchanged from r176368, branches/google/integration/libgo/go/image/png/testdata/pngsuite/basn0g02-29.png
    branches/google/main/libgo/go/image/png/testdata/pngsuite/basn0g02-29.sng
      - copied unchanged from r176368, branches/google/integration/libgo/go/image/png/testdata/pngsuite/basn0g02-29.sng
    branches/google/main/libgo/go/image/png/testdata/pngsuite/basn0g04-31.png
      - copied unchanged from r176368, branches/google/integration/libgo/go/image/png/testdata/pngsuite/basn0g04-31.png
    branches/google/main/libgo/go/image/png/testdata/pngsuite/basn0g04-31.sng
      - copied unchanged from r176368, branches/google/integration/libgo/go/image/png/testdata/pngsuite/basn0g04-31.sng
    branches/google/main/libgo/go/image/testdata/
      - copied from r176368, branches/google/integration/libgo/go/image/testdata/
    branches/google/main/libgo/go/image/tiff/
      - copied from r176368, branches/google/integration/libgo/go/image/tiff/
    branches/google/main/libgo/go/image/ycbcr/
      - copied from r176368, branches/google/integration/libgo/go/image/ycbcr/
    branches/google/main/libgo/go/mime/multipart/formdata.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/mime/multipart/formdata.go
    branches/google/main/libgo/go/mime/multipart/formdata_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/mime/multipart/formdata_test.go
    branches/google/main/libgo/go/net/cgo_bsd.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/net/cgo_bsd.go
    branches/google/main/libgo/go/net/cgo_linux.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/net/cgo_linux.go
    branches/google/main/libgo/go/net/cgo_stub.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/net/cgo_stub.go
    branches/google/main/libgo/go/net/cgo_unix.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/net/cgo_unix.go
    branches/google/main/libgo/go/net/dnsmsg_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/net/dnsmsg_test.go
    branches/google/main/libgo/go/net/fd_select.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/net/fd_select.go
    branches/google/main/libgo/go/net/file.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/net/file.go
    branches/google/main/libgo/go/net/file_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/net/file_test.go
    branches/google/main/libgo/go/net/file_windows.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/net/file_windows.go
    branches/google/main/libgo/go/net/lookup.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/net/lookup.go
    branches/google/main/libgo/go/net/multicast_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/net/multicast_test.go
    branches/google/main/libgo/go/net/sock_bsd.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/net/sock_bsd.go
    branches/google/main/libgo/go/net/sock_linux.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/net/sock_linux.go
    branches/google/main/libgo/go/net/sock_windows.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/net/sock_windows.go
    branches/google/main/libgo/go/net/textproto/header.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/net/textproto/header.go
    branches/google/main/libgo/go/os/dir_plan9.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/os/dir_plan9.go
    branches/google/main/libgo/go/os/dir_unix.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/os/dir_unix.go
    branches/google/main/libgo/go/os/env_plan9.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/os/env_plan9.go
    branches/google/main/libgo/go/os/error_plan9.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/os/error_plan9.go
    branches/google/main/libgo/go/os/error_posix.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/os/error_posix.go
    branches/google/main/libgo/go/os/exec_plan9.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/os/exec_plan9.go
    branches/google/main/libgo/go/os/exec_posix.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/os/exec_posix.go
    branches/google/main/libgo/go/os/exec_unix.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/os/exec_unix.go
    branches/google/main/libgo/go/os/exec_windows.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/os/exec_windows.go
    branches/google/main/libgo/go/os/file_plan9.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/os/file_plan9.go
    branches/google/main/libgo/go/os/file_posix.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/os/file_posix.go
    branches/google/main/libgo/go/os/stat_plan9.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/os/stat_plan9.go
    branches/google/main/libgo/go/os/sys_plan9.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/os/sys_plan9.go
    branches/google/main/libgo/go/os/user/
      - copied from r176368, branches/google/integration/libgo/go/os/user/
    branches/google/main/libgo/go/path/filepath/
      - copied from r176368, branches/google/integration/libgo/go/path/filepath/
    branches/google/main/libgo/go/reflect/set_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/reflect/set_test.go
    branches/google/main/libgo/go/runtime/mem.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/runtime/mem.go
    branches/google/main/libgo/go/runtime/pprof/pprof_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/runtime/pprof/pprof_test.go
    branches/google/main/libgo/go/runtime/proc_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/runtime/proc_test.go
    branches/google/main/libgo/go/sync/atomic/
      - copied from r176368, branches/google/integration/libgo/go/sync/atomic/
    branches/google/main/libgo/go/sync/cond.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/sync/cond.go
    branches/google/main/libgo/go/sync/cond_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/sync/cond_test.go
    branches/google/main/libgo/go/sync/waitgroup.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/sync/waitgroup.go
    branches/google/main/libgo/go/sync/waitgroup_test.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/sync/waitgroup_test.go
    branches/google/main/libgo/go/syslog/syslog_libc.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/syslog/syslog_libc.go
    branches/google/main/libgo/go/time/sys.go
      - copied unchanged from r176368, branches/google/integration/libgo/go/time/sys.go
    branches/google/main/libgo/runtime/cpuprof.c
      - copied unchanged from r176368, branches/google/integration/libgo/runtime/cpuprof.c
    branches/google/main/libgo/runtime/go-make-slice.c
      - copied unchanged from r176368, branches/google/integration/libgo/runtime/go-make-slice.c
    branches/google/main/libgo/runtime/go-setenv.c
      - copied unchanged from r176368, branches/google/integration/libgo/runtime/go-setenv.c
    branches/google/main/libgo/syscalls/errstr_nor.go
      - copied unchanged from r176368, branches/google/integration/libgo/syscalls/errstr_nor.go
    branches/google/main/libgo/syscalls/socket_irix.go
      - copied unchanged from r176368, branches/google/integration/libgo/syscalls/socket_irix.go
    branches/google/main/libgo/syscalls/syscall_irix.go
      - copied unchanged from r176368, branches/google/integration/libgo/syscalls/syscall_irix.go
    branches/google/main/libgo/syscalls/syscall_linux_alpha.go
      - copied unchanged from r176368, branches/google/integration/libgo/syscalls/syscall_linux_alpha.go
    branches/google/main/libgo/syscalls/wait4.go
      - copied unchanged from r176368, branches/google/integration/libgo/syscalls/wait4.go
    branches/google/main/libgo/syscalls/waitpid.go
      - copied unchanged from r176368, branches/google/integration/libgo/syscalls/waitpid.go
    branches/google/main/libgomp/testsuite/libgomp.c++/pr48869.C
      - copied unchanged from r176368, branches/google/integration/libgomp/testsuite/libgomp.c++/pr48869.C
    branches/google/main/libgomp/testsuite/libgomp.c++/pr49043.C
      - copied unchanged from r176368, branches/google/integration/libgomp/testsuite/libgomp.c++/pr49043.C
    branches/google/main/libgomp/testsuite/libgomp.c/pr48591.c
      - copied unchanged from r176368, branches/google/integration/libgomp/testsuite/libgomp.c/pr48591.c
    branches/google/main/libgomp/testsuite/libgomp.fortran/pr48894.f90
      - copied unchanged from r176368, branches/google/integration/libgomp/testsuite/libgomp.fortran/pr48894.f90
    branches/google/main/libjava/include/posix-signal.h
      - copied unchanged from r176368, branches/google/integration/libjava/include/posix-signal.h
    branches/google/main/libstdc++-v3/config/os/aix/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/aix/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/config/os/bionic/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/bionic/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/config/os/bsd/darwin/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/bsd/darwin/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/config/os/bsd/freebsd/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/bsd/freebsd/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/config/os/bsd/netbsd/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/bsd/netbsd/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/config/os/djgpp/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/djgpp/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/config/os/generic/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/generic/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/config/os/gnu-linux/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/gnu-linux/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/config/os/hpux/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/hpux/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/config/os/irix/irix6.5/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/irix/irix6.5/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/config/os/mingw32/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/mingw32/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/config/os/newlib/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/newlib/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/config/os/qnx/qnx6.1/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/qnx/qnx6.1/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/config/os/solaris/solaris2.7/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/solaris/solaris2.7/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/config/os/tpf/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/tpf/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/config/os/uclibc/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/uclibc/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/config/os/vxworks/ctype_configure_char.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/config/os/vxworks/ctype_configure_char.cc
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/sample_trie_access_traits.html
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/doc/html/ext/pb_ds/sample_trie_access_traits.html
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/trie_string_access_traits.html
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/doc/html/ext/pb_ds/trie_string_access_traits.html
    branches/google/main/libstdc++-v3/include/bits/alloc_traits.h
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/include/bits/alloc_traits.h
    branches/google/main/libstdc++-v3/include/bits/ptr_traits.h
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/include/bits/ptr_traits.h
    branches/google/main/libstdc++-v3/include/bits/uses_allocator.h
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/include/bits/uses_allocator.h
    branches/google/main/libstdc++-v3/include/ext/alloc_traits.h
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/include/ext/alloc_traits.h
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
      - copied from r176368, branches/google/integration/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp
    branches/google/main/libstdc++-v3/libsupc++/nested_exception.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/libsupc++/nested_exception.cc
    branches/google/main/libstdc++-v3/src/functional.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/src/functional.cc
    branches/google/main/libstdc++-v3/src/shared_ptr.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/src/shared_ptr.cc
    branches/google/main/libstdc++-v3/testsuite/19_diagnostics/stdexcept.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/19_diagnostics/stdexcept.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/allocator_traits/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/allocator_traits/
    branches/google/main/libstdc++-v3/testsuite/20_util/bind/49058_1.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/bind/49058_1.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/bind/49058_2.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/bind/49058_2.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/bind/cv_quals_2.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/bind/cv_quals_2.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/bind/socket.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/bind/socket.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/default_delete/48631_neg.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/default_delete/48631_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr2020.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr2020.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/function/48541.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/function/48541.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/is_assignable/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_assignable/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_compound/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_compound/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_constructible/value-2.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_constructible/value-2.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/is_copy_assignable/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_copy_assignable/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_copy_constructible/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_copy_constructible/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_default_constructible/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_default_constructible/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_destructible/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_destructible/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_function/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_function/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_fundamental/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_fundamental/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_member_function_pointer/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_member_function_pointer/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_member_object_pointer/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_member_object_pointer/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_member_pointer/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_member_pointer/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_move_assignable/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_move_assignable/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_move_constructible/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_move_constructible/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_nothrow_assignable/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_nothrow_assignable/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_nothrow_copy_assignable/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_nothrow_copy_assignable/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_nothrow_copy_constructible/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_nothrow_copy_constructible/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_nothrow_default_constructible/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_nothrow_default_constructible/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
    branches/google/main/libstdc++-v3/testsuite/20_util/is_object/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/is_object/
    branches/google/main/libstdc++-v3/testsuite/20_util/move_if_noexcept/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/move_if_noexcept/
    branches/google/main/libstdc++-v3/testsuite/20_util/pair/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/pair/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/pair/get.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/pair/get.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/pair/noexcept_move_assign.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/pair/noexcept_move_assign.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/pair/noexcept_swap.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/pair/noexcept_swap.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/pointer_traits/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/pointer_traits/
    branches/google/main/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/reference_wrapper/ref_neg.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/reference_wrapper/ref_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs-3.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs-3.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/dr1401.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/dr1401.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/shared_ptr/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/shared_ptr/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/tuple/48476.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/tuple/48476.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/tuple/cons/48476.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/tuple/cons/48476.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/tuple/cons/allocators.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/tuple/cons/allocators.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/tuple/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/tuple/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/tuple/creation_functions/48476.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/tuple/creation_functions/48476.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_element.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_element.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_size.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_size.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/tuple/element_access/get2.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/tuple/element_access/get2.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/tuple/noexcept_move_assign.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/tuple/noexcept_move_assign.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/tuple/noexcept_swap.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/tuple/noexcept_swap.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/underlying_type/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/underlying_type/
    branches/google/main/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635_neg.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/unique_ptr/comparison/dr1401.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/unique_ptr/comparison/dr1401.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/unique_ptr/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/unique_ptr/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/48398.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/48398.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/uses_allocator/construction.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/uses_allocator/construction.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/weak_ptr/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/20_util/weak_ptr/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable2.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable2.cc
    branches/google/main/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc
    branches/google/main/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/21_strings/debug/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/21_strings/debug/
    branches/google/main/libstdc++-v3/testsuite/23_containers/array/requirements/get.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/array/requirements/get.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/deque/debug/shrink_to_fit.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/deque/debug/shrink_to_fit.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/forward_list/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/forward_list/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/list/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/list/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/map/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/map/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/multimap/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/multimap/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/multiset/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/multiset/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/set/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/set/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/unordered_map/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/unordered_map/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/unordered_set/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/unordered_set/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/shrink_to_fit.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/shrink_to_fit.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/vector/bool/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/vector/bool/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/vector/capacity/reserve/moveable2.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/vector/capacity/reserve/moveable2.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/moveable2.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/moveable2.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/vector/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/vector/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/vector/debug/bool/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/vector/debug/bool/
    branches/google/main/libstdc++-v3/testsuite/23_containers/vector/debug/shrink_to_fit.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/vector/debug/shrink_to_fit.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/explicit_instantiation/2.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/explicit_instantiation/2.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/types/2.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/types/2.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/vector/modifiers/moveable2.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/23_containers/vector/modifiers/moveable2.cc
    branches/google/main/libstdc++-v3/testsuite/25_algorithms/swap/noexcept.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/25_algorithms/swap/noexcept.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/accumulate/48750.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/26_numerics/accumulate/48750.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/complex/cons/48760.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/26_numerics/complex/cons/48760.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/complex/cons/48760_c++0x.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/26_numerics/complex/cons/48760_c++0x.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/headers/cmath/overloads_c++0x_neg.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/26_numerics/headers/cmath/overloads_c++0x_neg.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/values.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/values.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/values.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/values.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/values.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/values.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/values.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/values.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/values.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/values.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/values.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/values.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/valarray/moveable.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/26_numerics/valarray/moveable.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/valarray/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/26_numerics/valarray/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/valarray/swap.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/26_numerics/valarray/swap.cc
    branches/google/main/libstdc++-v3/testsuite/30_threads/async/launch.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/30_threads/async/launch.cc
    branches/google/main/libstdc++-v3/testsuite/30_threads/future/members/share.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/30_threads/future/members/share.cc
    branches/google/main/libstdc++-v3/testsuite/30_threads/packaged_task/uses_allocator.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/30_threads/packaged_task/uses_allocator.cc
    branches/google/main/libstdc++-v3/testsuite/30_threads/promise/uses_allocator.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/30_threads/promise/uses_allocator.cc
    branches/google/main/libstdc++-v3/testsuite/backward/hash_set/49060.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/backward/hash_set/49060.cc
    branches/google/main/libstdc++-v3/testsuite/ext/iota/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/ext/iota/
    branches/google/main/libstdc++-v3/testsuite/ext/is_sorted/
      - copied from r176368, branches/google/integration/libstdc++-v3/testsuite/ext/is_sorted/
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_data_map_rand_debug.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_data_map_rand_debug.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_no_data_map_rand_debug.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_no_data_map_rand_debug.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_data_map_rand_debug.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_data_map_rand_debug.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_no_data_map_rand_debug.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_no_data_map_rand_debug.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand_debug.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand_debug.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_data_map_rand_debug.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_data_map_rand_debug.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_no_data_map_rand_debug.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_no_data_map_rand_debug.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_data_map_rand_debug.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_data_map_rand_debug.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_no_data_map_rand_debug.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_no_data_map_rand_debug.cc
    branches/google/main/libstdc++-v3/testsuite/ext/vstring/cons/noexcept_move_construct.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/ext/vstring/cons/noexcept_move_construct.cc
    branches/google/main/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/overloads_neg.cc
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/overloads_neg.cc
    branches/google/main/libstdc++-v3/testsuite/util/testsuite_random.h
      - copied unchanged from r176368, branches/google/integration/libstdc++-v3/testsuite/util/testsuite_random.h
Removed:
    branches/google/main/boehm-gc/tests/
    branches/google/main/config/mh-cxux
    branches/google/main/config/mh-decstation
    branches/google/main/config/mh-dgux386
    branches/google/main/config/mh-lynxrs6k
    branches/google/main/config/mh-ncr3000
    branches/google/main/config/mh-necv4
    branches/google/main/config/mh-sco
    branches/google/main/config/mh-solaris
    branches/google/main/config/mh-sysv4
    branches/google/main/config/mh-sysv5
    branches/google/main/config/mh-x86omitfp
    branches/google/main/config/mt-mep
    branches/google/main/config/mt-netware
    branches/google/main/config/mt-v810
    branches/google/main/config/mt-wince
    branches/google/main/gcc/config/alpha/gnu.h
    branches/google/main/gcc/config/alpha/linux-unwind.h
    branches/google/main/gcc/config/alpha/osf5-unwind.h
    branches/google/main/gcc/config/alpha/t-osf-pthread
    branches/google/main/gcc/config/alpha/t-osf5
    branches/google/main/gcc/config/alpha/vms-unwind.h
    branches/google/main/gcc/config/arc/
    branches/google/main/gcc/config/arm/netbsd.h
    branches/google/main/gcc/config/arm/t-pe
    branches/google/main/gcc/config/bfin/linux-unwind.h
    branches/google/main/gcc/config/crx/
    branches/google/main/gcc/config/i386/gmon-sol2.c
    branches/google/main/gcc/config/i386/linux-unwind.h
    branches/google/main/gcc/config/i386/netbsd.h
    branches/google/main/gcc/config/i386/sol2-10.h
    branches/google/main/gcc/config/i386/sol2-c1.asm
    branches/google/main/gcc/config/i386/sol2-ci.asm
    branches/google/main/gcc/config/i386/sol2-cn.asm
    branches/google/main/gcc/config/i386/sol2-gas.h
    branches/google/main/gcc/config/i386/sol2-gc1.asm
    branches/google/main/gcc/config/i386/sol2-unwind.h
    branches/google/main/gcc/config/i386/t-rtems-i386
    branches/google/main/gcc/config/i386/t-sol2-10
    branches/google/main/gcc/config/i386/w32-unwind.h
    branches/google/main/gcc/config/ia64/linux-unwind.h
    branches/google/main/gcc/config/ia64/vms-unwind.h
    branches/google/main/gcc/config/m68hc11/
    branches/google/main/gcc/config/m68k/linux-unwind.h
    branches/google/main/gcc/config/m68k/uclinux-oldabi.h
    branches/google/main/gcc/config/mcore/mcore-pe.h
    branches/google/main/gcc/config/mcore/t-mcore-pe
    branches/google/main/gcc/config/mips/irix-crti.asm
    branches/google/main/gcc/config/mips/irix-crtn.asm
    branches/google/main/gcc/config/mips/linux-unwind.h
    branches/google/main/gcc/config/mips/t-iris
    branches/google/main/gcc/config/mips/t-iris6
    branches/google/main/gcc/config/mips/t-slibgcc-irix
    branches/google/main/gcc/config/netbsd-aout.h
    branches/google/main/gcc/config/pa/hpux-unwind.h
    branches/google/main/gcc/config/pa/linux-unwind.h
    branches/google/main/gcc/config/rs6000/darwin-unwind.h
    branches/google/main/gcc/config/rs6000/gnu.h
    branches/google/main/gcc/config/rs6000/linux-unwind.h
    branches/google/main/gcc/config/rs6000/vxworksae.h
    branches/google/main/gcc/config/s390/linux-unwind.h
    branches/google/main/gcc/config/s390/tpf-unwind.h
    branches/google/main/gcc/config/score/score7.c
    branches/google/main/gcc/config/score/score7.h
    branches/google/main/gcc/config/sh/linux-unwind.h
    branches/google/main/gcc/config/sh/sh-symbian.h
    branches/google/main/gcc/config/sh/symbian-base.c
    branches/google/main/gcc/config/sh/symbian-c.c
    branches/google/main/gcc/config/sh/symbian-cxx.c
    branches/google/main/gcc/config/sh/symbian-post.h
    branches/google/main/gcc/config/sh/symbian-pre.h
    branches/google/main/gcc/config/sh/t-symbian
    branches/google/main/gcc/config/sol2-gld.h
    branches/google/main/gcc/config/sparc/gmon-sol2.c
    branches/google/main/gcc/config/sparc/linux-unwind.h
    branches/google/main/gcc/config/sparc/sol2-bi.h
    branches/google/main/gcc/config/sparc/sol2-c1.asm
    branches/google/main/gcc/config/sparc/sol2-ci.asm
    branches/google/main/gcc/config/sparc/sol2-cn.asm
    branches/google/main/gcc/config/sparc/sol2-gas-bi.h
    branches/google/main/gcc/config/sparc/sol2-gas.h
    branches/google/main/gcc/config/sparc/sol2-gld-bi.h
    branches/google/main/gcc/config/sparc/sol2-unwind.h
    branches/google/main/gcc/config/sparc/t-sol2
    branches/google/main/gcc/config/svr3.h
    branches/google/main/gcc/config/t-slibgcc-darwin
    branches/google/main/gcc/config/t-slibgcc-sld
    branches/google/main/gcc/config/v850/t-v850e
    branches/google/main/gcc/config/vax/netbsd.h
    branches/google/main/gcc/config/vms/vms-crtl-64.h
    branches/google/main/gcc/config/vms/vms-crtl.h
    branches/google/main/gcc/config/xtensa/linux-unwind.h
    branches/google/main/gcc/gthr-gnat.c
    branches/google/main/gcc/gthr-gnat.h
    branches/google/main/gcc/gthr-solaris.h
    branches/google/main/gcc/ipa-struct-reorg.c
    branches/google/main/gcc/ipa-struct-reorg.h
    branches/google/main/gcc/ipa-type-escape.c
    branches/google/main/gcc/ipa-type-escape.h
    branches/google/main/gcc/libgcc-std.ver
    branches/google/main/gcc/testsuite/g++.dg/warn/Wcast-qual2.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/920501-8.x
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/930513-1.x
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/960312-1.x
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/960321-1.x
    branches/google/main/gcc/testsuite/gcc.dg/c1x-typedef-2.c
    branches/google/main/gcc/testsuite/gcc.dg/cast-qual-3.c
    branches/google/main/gcc/testsuite/gcc.dg/fold-bitand-4.c
    branches/google/main/gcc/testsuite/gcc.dg/struct/
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr23382.c
    branches/google/main/gcc/testsuite/gcc.dg/uninit-D-O0.c
    branches/google/main/gcc/testsuite/gcc.dg/uninit-D.c
    branches/google/main/gcc/testsuite/gcc.dg/uninit-E-O0.c
    branches/google/main/gcc/testsuite/gcc.dg/uninit-E.c
    branches/google/main/gcc/testsuite/gcc.dg/uninit-F-O0.c
    branches/google/main/gcc/testsuite/gcc.dg/uninit-F.c
    branches/google/main/gcc/testsuite/gcc.dg/uninit-G-O0.c
    branches/google/main/gcc/testsuite/gcc.dg/uninit-G.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-11.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-19.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-16.c
    branches/google/main/gcc/testsuite/gcc.target/bfin/hisilh-O0.c
    branches/google/main/gcc/testsuite/gcc.target/bfin/hisilh.c
    branches/google/main/gcc/testsuite/gnat.dg/boolean_subtype.adb
    branches/google/main/gcc/testsuite/gnat.dg/tamdt.adb
    branches/google/main/gcc/testsuite/gnat.dg/tamdt.ads
    branches/google/main/gcc/testsuite/gnat.dg/tamdt_aux.ads
    branches/google/main/gcc/testsuite/gnat.dg/test_tamdt.adb
    branches/google/main/gcc/testsuite/go.test/test/arm-pass.txt
    branches/google/main/gcc/testsuite/go.test/test/bench/clean.bash
    branches/google/main/gcc/testsuite/go.test/test/bugs/bug260.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug001.go
    branches/google/main/gcc/testsuite/go.test/test/golden-arm.out
    branches/google/main/gcc/testsuite/go.test/test/if1.go
    branches/google/main/gcc/testsuite/go.test/test/ken/robif.go
    branches/google/main/gcc/testsuite/go.test/test/run-arm
    branches/google/main/gcc/testsuite/objc-obj-c++-shared/Object1-implementation.h
    branches/google/main/gcc/testsuite/objc-obj-c++-shared/Object1.h
    branches/google/main/gcc/testsuite/objc-obj-c++-shared/Object1.m
    branches/google/main/gcc/testsuite/objc-obj-c++-shared/Object1.mm
    branches/google/main/gcc/testsuite/objc-obj-c++-shared/Protocol1.h
    branches/google/main/gcc/testsuite/objc-obj-c++-shared/next-mapping.h
    branches/google/main/gcc/testsuite/objc.dg/type-stream-1.m
    branches/google/main/gcc/testsuite/objc/execute/next_mapping.h
    branches/google/main/libgcc/config/mips/t-crtfm
    branches/google/main/libgcc/config/sparc/t-crtfm
    branches/google/main/libgo/go/crypto/block/
    branches/google/main/libgo/go/crypto/tls/ca_set.go
    branches/google/main/libgo/go/go/typechecker/testdata/test0.go
    branches/google/main/libgo/go/go/typechecker/testdata/test1.go
    branches/google/main/libgo/go/go/typechecker/testdata/test3.go
    branches/google/main/libgo/go/go/typechecker/testdata/test4.go
    branches/google/main/libgo/go/net/fd_rtems.go
    branches/google/main/libgo/go/path/path_unix.go
    branches/google/main/libgo/go/path/path_windows.go
    branches/google/main/libgo/go/runtime/chan_defs.go
    branches/google/main/libgo/go/runtime/hashmap_defs.go
    branches/google/main/libgo/go/runtime/iface_defs.go
    branches/google/main/libgo/go/runtime/malloc_defs.go
    branches/google/main/libgo/go/runtime/mheapmap32_defs.go
    branches/google/main/libgo/go/runtime/mheapmap64_defs.go
    branches/google/main/libgo/go/runtime/runtime_defs.go
    branches/google/main/libgo/go/sync/xadd_test.go
    branches/google/main/libgo/go/syslog/syslog_solaris.go
    branches/google/main/libgo/runtime/go-closed.c
    branches/google/main/libgo/runtime/mheapmap32.c
    branches/google/main/libgo/runtime/mheapmap32.h
    branches/google/main/libgo/runtime/mheapmap64.c
    branches/google/main/libgo/runtime/mheapmap64.h
    branches/google/main/libjava/include/solaris-signal.h
    branches/google/main/libjava/sysdep/x86-64/locks.h
    branches/google/main/libobjc/archive.c
    branches/google/main/libobjc/objc/deprecated/
    branches/google/main/libobjc/objc/encoding.h
    branches/google/main/libobjc/objc/hash.h
    branches/google/main/libobjc/objc/objc-api.h
    branches/google/main/libobjc/objc/objc-list.h
    branches/google/main/libobjc/objc/sarray.h
    branches/google/main/libobjc/objc/typedstream.h
    branches/google/main/libstdc++-v3/config/os/aix/ctype_noninline.h
    branches/google/main/libstdc++-v3/config/os/bionic/ctype_noninline.h
    branches/google/main/libstdc++-v3/config/os/bsd/darwin/ctype_noninline.h
    branches/google/main/libstdc++-v3/config/os/bsd/freebsd/ctype_noninline.h
    branches/google/main/libstdc++-v3/config/os/bsd/netbsd/ctype_noninline.h
    branches/google/main/libstdc++-v3/config/os/djgpp/ctype_noninline.h
    branches/google/main/libstdc++-v3/config/os/generic/ctype_noninline.h
    branches/google/main/libstdc++-v3/config/os/gnu-linux/ctype_noninline.h
    branches/google/main/libstdc++-v3/config/os/hpux/ctype_noninline.h
    branches/google/main/libstdc++-v3/config/os/irix/irix6.5/ctype_noninline.h
    branches/google/main/libstdc++-v3/config/os/mingw32/ctype_noninline.h
    branches/google/main/libstdc++-v3/config/os/newlib/ctype_noninline.h
    branches/google/main/libstdc++-v3/config/os/qnx/qnx6.1/ctype_noninline.h
    branches/google/main/libstdc++-v3/config/os/solaris/solaris2.7/ctype_noninline.h
    branches/google/main/libstdc++-v3/config/os/tpf/ctype_noninline.h
    branches/google/main/libstdc++-v3/config/os/uclibc/ctype_noninline.h
    branches/google/main/libstdc++-v3/config/os/vxworks/ctype_noninline.h
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/sample_trie_e_access_traits.html
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/string_trie_e_access_traits.html
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/basic_types.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/head.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/internal_node.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/leaf.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_base.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp
    branches/google/main/libstdc++-v3/testsuite/20_util/has_nothrow_copy_assign/
    branches/google/main/libstdc++-v3/testsuite/20_util/has_nothrow_copy_constructor/
    branches/google/main/libstdc++-v3/testsuite/20_util/has_nothrow_default_constructor/
    branches/google/main/libstdc++-v3/testsuite/30_threads/packaged_task/requirements/typedefs.cc
Modified:
    branches/google/main/   (props changed)
    branches/google/main/ChangeLog
    branches/google/main/MAINTAINERS
    branches/google/main/Makefile.def
    branches/google/main/Makefile.in
    branches/google/main/Makefile.tpl
    branches/google/main/boehm-gc/ChangeLog
    branches/google/main/boehm-gc/Makefile.am
    branches/google/main/boehm-gc/Makefile.in
    branches/google/main/boehm-gc/configure
    branches/google/main/boehm-gc/configure.ac
    branches/google/main/boehm-gc/dyn_load.c
    branches/google/main/boehm-gc/include/Makefile.in
    branches/google/main/boehm-gc/include/private/gcconfig.h
    branches/google/main/config-ml.in
    branches/google/main/config.guess
    branches/google/main/config.sub
    branches/google/main/config/ChangeLog
    branches/google/main/config/bootstrap-lto.mk
    branches/google/main/config/mh-cygwin
    branches/google/main/config/mh-darwin
    branches/google/main/configure
    branches/google/main/configure.ac
    branches/google/main/contrib/ChangeLog
    branches/google/main/contrib/compare-all-tests
    branches/google/main/contrib/gcc_update
    branches/google/main/contrib/make_sunver.pl
    branches/google/main/contrib/paranoia.cc
    branches/google/main/fixincludes/ChangeLog
    branches/google/main/fixincludes/check.tpl
    branches/google/main/fixincludes/config.h.in
    branches/google/main/fixincludes/configure
    branches/google/main/fixincludes/configure.ac
    branches/google/main/fixincludes/fixincl.x
    branches/google/main/fixincludes/inclhack.def
    branches/google/main/fixincludes/mkfixinc.sh
    branches/google/main/gcc/BASE-VER
    branches/google/main/gcc/ChangeLog
    branches/google/main/gcc/ChangeLog-2009
    branches/google/main/gcc/ChangeLog.google-integration
    branches/google/main/gcc/ChangeLog.google-main
    branches/google/main/gcc/DATESTAMP
    branches/google/main/gcc/Makefile.in
    branches/google/main/gcc/README.Portability
    branches/google/main/gcc/acinclude.m4
    branches/google/main/gcc/ada/ChangeLog
    branches/google/main/gcc/ada/adaint.c
    branches/google/main/gcc/ada/einfo.ads
    branches/google/main/gcc/ada/gcc-interface/Make-lang.in
    branches/google/main/gcc/ada/gcc-interface/Makefile.in
    branches/google/main/gcc/ada/gcc-interface/ada-tree.h
    branches/google/main/gcc/ada/gcc-interface/decl.c
    branches/google/main/gcc/ada/gcc-interface/gigi.h
    branches/google/main/gcc/ada/gcc-interface/lang.opt
    branches/google/main/gcc/ada/gcc-interface/misc.c
    branches/google/main/gcc/ada/gcc-interface/trans.c
    branches/google/main/gcc/ada/gcc-interface/utils.c
    branches/google/main/gcc/ada/gcc-interface/utils2.c
    branches/google/main/gcc/ada/gnat_ugn.texi
    branches/google/main/gcc/ada/gnatvsn.ads
    branches/google/main/gcc/ada/initialize.c
    branches/google/main/gcc/ada/inline.adb
    branches/google/main/gcc/ada/layout.adb
    branches/google/main/gcc/ada/raise-gcc.c
    branches/google/main/gcc/ada/s-oscons-tmplt.c
    branches/google/main/gcc/ada/sem_attr.adb
    branches/google/main/gcc/ada/sem_util.adb
    branches/google/main/gcc/ada/system-mingw.ads
    branches/google/main/gcc/alias.c
    branches/google/main/gcc/attribs.c
    branches/google/main/gcc/auto-inc-dec.c
    branches/google/main/gcc/basic-block.h
    branches/google/main/gcc/bb-reorder.c
    branches/google/main/gcc/bt-load.c
    branches/google/main/gcc/builtin-types.def
    branches/google/main/gcc/builtins.c
    branches/google/main/gcc/builtins.def
    branches/google/main/gcc/c-decl.c
    branches/google/main/gcc/c-family/ChangeLog
    branches/google/main/gcc/c-family/c-ada-spec.c
    branches/google/main/gcc/c-family/c-common.c
    branches/google/main/gcc/c-family/c-common.h
    branches/google/main/gcc/c-family/c-cppbuiltin.c
    branches/google/main/gcc/c-family/c-format.c
    branches/google/main/gcc/c-family/c-gimplify.c
    branches/google/main/gcc/c-family/c-lex.c
    branches/google/main/gcc/c-family/c-objc.h
    branches/google/main/gcc/c-family/c-omp.c
    branches/google/main/gcc/c-family/c-opts.c
    branches/google/main/gcc/c-family/c-ppoutput.c
    branches/google/main/gcc/c-family/c-pragma.c
    branches/google/main/gcc/c-family/c-pragma.h
    branches/google/main/gcc/c-family/c-pretty-print.c
    branches/google/main/gcc/c-family/c-pretty-print.h
    branches/google/main/gcc/c-family/c-semantics.c
    branches/google/main/gcc/c-family/c.opt
    branches/google/main/gcc/c-family/stub-objc.c
    branches/google/main/gcc/c-lang.c
    branches/google/main/gcc/c-parser.c
    branches/google/main/gcc/c-tree.h
    branches/google/main/gcc/c-typeck.c
    branches/google/main/gcc/caller-save.c
    branches/google/main/gcc/calls.c
    branches/google/main/gcc/cfg.c
    branches/google/main/gcc/cfganal.c
    branches/google/main/gcc/cfgcleanup.c
    branches/google/main/gcc/cfgexpand.c
    branches/google/main/gcc/cfghooks.c
    branches/google/main/gcc/cfghooks.h
    branches/google/main/gcc/cfglayout.c
    branches/google/main/gcc/cfglayout.h
    branches/google/main/gcc/cfgloop.h
    branches/google/main/gcc/cfgrtl.c
    branches/google/main/gcc/cgraph.c
    branches/google/main/gcc/cgraph.h
    branches/google/main/gcc/cgraphbuild.c
    branches/google/main/gcc/cgraphunit.c
    branches/google/main/gcc/cif-code.def
    branches/google/main/gcc/collect2.c
    branches/google/main/gcc/collect2.h
    branches/google/main/gcc/combine-stack-adj.c
    branches/google/main/gcc/combine.c
    branches/google/main/gcc/common.opt
    branches/google/main/gcc/compare-elim.c
    branches/google/main/gcc/config.build
    branches/google/main/gcc/config.gcc
    branches/google/main/gcc/config.host
    branches/google/main/gcc/config.in
    branches/google/main/gcc/config/alpha/alpha-protos.h
    branches/google/main/gcc/config/alpha/alpha.c
    branches/google/main/gcc/config/alpha/alpha.h
    branches/google/main/gcc/config/alpha/alpha.md
    branches/google/main/gcc/config/alpha/constraints.md
    branches/google/main/gcc/config/alpha/elf.h
    branches/google/main/gcc/config/alpha/freebsd.h
    branches/google/main/gcc/config/alpha/linux-elf.h
    branches/google/main/gcc/config/alpha/linux.h
    branches/google/main/gcc/config/alpha/netbsd.h
    branches/google/main/gcc/config/alpha/osf5.h
    branches/google/main/gcc/config/alpha/predicates.md
    branches/google/main/gcc/config/alpha/vms.h
    branches/google/main/gcc/config/alpha/vms64.h
    branches/google/main/gcc/config/arm/arm-cores.def
    branches/google/main/gcc/config/arm/arm-protos.h
    branches/google/main/gcc/config/arm/arm-tune.md
    branches/google/main/gcc/config/arm/arm.c
    branches/google/main/gcc/config/arm/arm.h
    branches/google/main/gcc/config/arm/arm.md
    branches/google/main/gcc/config/arm/arm.opt
    branches/google/main/gcc/config/arm/coff.h
    branches/google/main/gcc/config/arm/constraints.md
    branches/google/main/gcc/config/arm/ecos-elf.h
    branches/google/main/gcc/config/arm/elf.h
    branches/google/main/gcc/config/arm/freebsd.h
    branches/google/main/gcc/config/arm/iterators.md
    branches/google/main/gcc/config/arm/linux-eabi.h
    branches/google/main/gcc/config/arm/linux-elf.h
    branches/google/main/gcc/config/arm/neon-testgen.ml
    branches/google/main/gcc/config/arm/neon.md
    branches/google/main/gcc/config/arm/netbsd-elf.h
    branches/google/main/gcc/config/arm/pe.h
    branches/google/main/gcc/config/arm/predicates.md
    branches/google/main/gcc/config/arm/rtems-elf.h
    branches/google/main/gcc/config/arm/semi.h
    branches/google/main/gcc/config/arm/symbian.h
    branches/google/main/gcc/config/arm/t-arm
    branches/google/main/gcc/config/arm/t-arm-elf
    branches/google/main/gcc/config/arm/t-bpabi
    branches/google/main/gcc/config/arm/t-linux
    branches/google/main/gcc/config/arm/t-rtems
    branches/google/main/gcc/config/arm/t-strongarm-elf
    branches/google/main/gcc/config/arm/t-symbian
    branches/google/main/gcc/config/arm/t-wince-pe
    branches/google/main/gcc/config/arm/thumb2.md
    branches/google/main/gcc/config/arm/uclinux-elf.h
    branches/google/main/gcc/config/arm/unknown-elf.h
    branches/google/main/gcc/config/arm/unwind-arm.c
    branches/google/main/gcc/config/arm/unwind-arm.h
    branches/google/main/gcc/config/arm/vfp.md
    branches/google/main/gcc/config/arm/vxworks.h
    branches/google/main/gcc/config/arm/wince-pe.h
    branches/google/main/gcc/config/avr/avr-c.c
    branches/google/main/gcc/config/avr/avr-devices.c
    branches/google/main/gcc/config/avr/avr-protos.h
    branches/google/main/gcc/config/avr/avr.c
    branches/google/main/gcc/config/avr/avr.h
    branches/google/main/gcc/config/avr/avr.md
    branches/google/main/gcc/config/avr/avr.opt
    branches/google/main/gcc/config/avr/constraints.md
    branches/google/main/gcc/config/avr/libgcc.S
    branches/google/main/gcc/config/avr/predicates.md
    branches/google/main/gcc/config/avr/t-avr
    branches/google/main/gcc/config/bfin/bfin-protos.h
    branches/google/main/gcc/config/bfin/bfin.c
    branches/google/main/gcc/config/bfin/bfin.h
    branches/google/main/gcc/config/bfin/bfin.md
    branches/google/main/gcc/config/bfin/bfin.opt
    branches/google/main/gcc/config/bfin/elf.h
    branches/google/main/gcc/config/bfin/lib1funcs.asm
    branches/google/main/gcc/config/bfin/linux.h
    branches/google/main/gcc/config/bfin/t-bfin
    branches/google/main/gcc/config/bfin/t-bfin-elf
    branches/google/main/gcc/config/bfin/t-bfin-linux
    branches/google/main/gcc/config/bfin/t-bfin-uclinux
    branches/google/main/gcc/config/bfin/uclinux.h
    branches/google/main/gcc/config/cris/cris-protos.h
    branches/google/main/gcc/config/cris/cris.c
    branches/google/main/gcc/config/cris/cris.h
    branches/google/main/gcc/config/cris/cris.md
    branches/google/main/gcc/config/cris/cris.opt
    branches/google/main/gcc/config/cris/linux.h
    branches/google/main/gcc/config/darwin-c.c
    branches/google/main/gcc/config/darwin-driver.c
    branches/google/main/gcc/config/darwin-protos.h
    branches/google/main/gcc/config/darwin.c
    branches/google/main/gcc/config/darwin.h
    branches/google/main/gcc/config/darwin.opt
    branches/google/main/gcc/config/darwin9.h
    branches/google/main/gcc/config/fixed-bit.h
    branches/google/main/gcc/config/fr30/fr30-protos.h
    branches/google/main/gcc/config/fr30/fr30.c
    branches/google/main/gcc/config/fr30/fr30.h
    branches/google/main/gcc/config/frv/frv-protos.h
    branches/google/main/gcc/config/frv/frv.c
    branches/google/main/gcc/config/frv/frv.h
    branches/google/main/gcc/config/frv/frv.opt
    branches/google/main/gcc/config/frv/linux.h
    branches/google/main/gcc/config/frv/predicates.md
    branches/google/main/gcc/config/frv/t-linux
    branches/google/main/gcc/config/gnu-user.h
    branches/google/main/gcc/config/gnu.h
    branches/google/main/gcc/config/h8300/h8300-protos.h
    branches/google/main/gcc/config/h8300/h8300.c
    branches/google/main/gcc/config/h8300/h8300.h
    branches/google/main/gcc/config/h8300/h8300.md
    branches/google/main/gcc/config/h8300/predicates.md
    branches/google/main/gcc/config/host-linux.c
    branches/google/main/gcc/config/i386/athlon.md
    branches/google/main/gcc/config/i386/constraints.md
    branches/google/main/gcc/config/i386/cpuid.h
    branches/google/main/gcc/config/i386/crtfastmath.c
    branches/google/main/gcc/config/i386/cygming.h
    branches/google/main/gcc/config/i386/cygming.opt
    branches/google/main/gcc/config/i386/cygwin.h
    branches/google/main/gcc/config/i386/darwin.h
    branches/google/main/gcc/config/i386/darwin64.h
    branches/google/main/gcc/config/i386/djgpp.h
    branches/google/main/gcc/config/i386/driver-i386.c
    branches/google/main/gcc/config/i386/freebsd.h
    branches/google/main/gcc/config/i386/freebsd64.h
    branches/google/main/gcc/config/i386/gnu.h
    branches/google/main/gcc/config/i386/i386-builtin-types.def
    branches/google/main/gcc/config/i386/i386-c.c
    branches/google/main/gcc/config/i386/i386-interix.h
    branches/google/main/gcc/config/i386/i386-protos.h
    branches/google/main/gcc/config/i386/i386.c
    branches/google/main/gcc/config/i386/i386.h
    branches/google/main/gcc/config/i386/i386.md
    branches/google/main/gcc/config/i386/i386.opt
    branches/google/main/gcc/config/i386/i386elf.h
    branches/google/main/gcc/config/i386/ia32intrin.h
    branches/google/main/gcc/config/i386/kfreebsd-gnu.h
    branches/google/main/gcc/config/i386/knetbsd-gnu.h
    branches/google/main/gcc/config/i386/kopensolaris-gnu.h
    branches/google/main/gcc/config/i386/linux.h
    branches/google/main/gcc/config/i386/linux64.h
    branches/google/main/gcc/config/i386/lynx.h
    branches/google/main/gcc/config/i386/mingw-w64.h
    branches/google/main/gcc/config/i386/mingw-w64.opt
    branches/google/main/gcc/config/i386/mingw.opt
    branches/google/main/gcc/config/i386/mingw32.h
    branches/google/main/gcc/config/i386/mmx.md
    branches/google/main/gcc/config/i386/netbsd-elf.h
    branches/google/main/gcc/config/i386/netbsd64.h
    branches/google/main/gcc/config/i386/netware.c
    branches/google/main/gcc/config/i386/netware.h
    branches/google/main/gcc/config/i386/nto.h
    branches/google/main/gcc/config/i386/openbsd.h
    branches/google/main/gcc/config/i386/predicates.md
    branches/google/main/gcc/config/i386/smmintrin.h
    branches/google/main/gcc/config/i386/sol2.h
    branches/google/main/gcc/config/i386/sse.md
    branches/google/main/gcc/config/i386/sync.md
    branches/google/main/gcc/config/i386/t-cygming
    branches/google/main/gcc/config/i386/t-i386
    branches/google/main/gcc/config/i386/t-linux
    branches/google/main/gcc/config/i386/t-nwld
    branches/google/main/gcc/config/i386/vxworks.h
    branches/google/main/gcc/config/i386/winnt.c
    branches/google/main/gcc/config/ia64/elf.h
    branches/google/main/gcc/config/ia64/freebsd.h
    branches/google/main/gcc/config/ia64/hpux.h
    branches/google/main/gcc/config/ia64/ia64-protos.h
    branches/google/main/gcc/config/ia64/ia64.c
    branches/google/main/gcc/config/ia64/ia64.h
    branches/google/main/gcc/config/ia64/ia64.opt
    branches/google/main/gcc/config/ia64/linux.h
    branches/google/main/gcc/config/ia64/t-ia64
    branches/google/main/gcc/config/ia64/t-vms
    branches/google/main/gcc/config/ia64/unwind-ia64.c
    branches/google/main/gcc/config/ia64/vms.h
    branches/google/main/gcc/config/ia64/vms64.h
    branches/google/main/gcc/config/iq2000/iq2000.c
    branches/google/main/gcc/config/iq2000/iq2000.h
    branches/google/main/gcc/config/iq2000/iq2000.opt
    branches/google/main/gcc/config/kfreebsd-gnu.h
    branches/google/main/gcc/config/knetbsd-gnu.h
    branches/google/main/gcc/config/kopensolaris-gnu.h
    branches/google/main/gcc/config/linux.h
    branches/google/main/gcc/config/lm32/lm32-protos.h
    branches/google/main/gcc/config/lm32/lm32.c
    branches/google/main/gcc/config/lm32/lm32.h
    branches/google/main/gcc/config/lm32/uclinux-elf.h
    branches/google/main/gcc/config/m32c/blkmov.md
    branches/google/main/gcc/config/m32c/m32c-protos.h
    branches/google/main/gcc/config/m32c/m32c.c
    branches/google/main/gcc/config/m32c/m32c.h
    branches/google/main/gcc/config/m32c/m32c.opt
    branches/google/main/gcc/config/m32c/prologue.md
    branches/google/main/gcc/config/m32r/linux.h
    branches/google/main/gcc/config/m32r/m32r-protos.h
    branches/google/main/gcc/config/m32r/m32r.c
    branches/google/main/gcc/config/m32r/m32r.h
    branches/google/main/gcc/config/m32r/m32r.opt
    branches/google/main/gcc/config/m68k/constraints.md
    branches/google/main/gcc/config/m68k/linux.h
    branches/google/main/gcc/config/m68k/m68k-protos.h
    branches/google/main/gcc/config/m68k/m68k.c
    branches/google/main/gcc/config/m68k/m68k.h
    branches/google/main/gcc/config/m68k/m68k.md
    branches/google/main/gcc/config/m68k/m68k.opt
    branches/google/main/gcc/config/m68k/m68kelf.h
    branches/google/main/gcc/config/m68k/netbsd-elf.h
    branches/google/main/gcc/config/m68k/t-mlibs
    branches/google/main/gcc/config/m68k/uclinux.h
    branches/google/main/gcc/config/mcore/mcore-elf.h
    branches/google/main/gcc/config/mcore/mcore.c
    branches/google/main/gcc/config/mcore/mcore.h
    branches/google/main/gcc/config/mep/mep-protos.h
    branches/google/main/gcc/config/mep/mep.c
    branches/google/main/gcc/config/mep/mep.h
    branches/google/main/gcc/config/mep/mep.opt
    branches/google/main/gcc/config/microblaze/microblaze-protos.h
    branches/google/main/gcc/config/microblaze/microblaze.c
    branches/google/main/gcc/config/microblaze/microblaze.h
    branches/google/main/gcc/config/microblaze/microblaze.opt
    branches/google/main/gcc/config/mips/iris6.h
    branches/google/main/gcc/config/mips/linux.h
    branches/google/main/gcc/config/mips/linux64.h
    branches/google/main/gcc/config/mips/mips-protos.h
    branches/google/main/gcc/config/mips/mips.c
    branches/google/main/gcc/config/mips/mips.h
    branches/google/main/gcc/config/mips/mips.md
    branches/google/main/gcc/config/mips/mips.opt
    branches/google/main/gcc/config/mips/netbsd.h
    branches/google/main/gcc/config/mips/predicates.md
    branches/google/main/gcc/config/mips/t-mips
    branches/google/main/gcc/config/mips/vxworks.h
    branches/google/main/gcc/config/mmix/mmix-protos.h
    branches/google/main/gcc/config/mmix/mmix.c
    branches/google/main/gcc/config/mmix/mmix.h
    branches/google/main/gcc/config/mmix/mmix.md
    branches/google/main/gcc/config/mn10300/linux.h
    branches/google/main/gcc/config/mn10300/mn10300-protos.h
    branches/google/main/gcc/config/mn10300/mn10300.c
    branches/google/main/gcc/config/mn10300/mn10300.h
    branches/google/main/gcc/config/mn10300/mn10300.md
    branches/google/main/gcc/config/mn10300/mn10300.opt
    branches/google/main/gcc/config/moxie/moxie.c
    branches/google/main/gcc/config/moxie/moxie.h
    branches/google/main/gcc/config/moxie/moxie.md
    branches/google/main/gcc/config/moxie/uclinux.h
    branches/google/main/gcc/config/netbsd.h
    branches/google/main/gcc/config/openbsd.h
    branches/google/main/gcc/config/pa/pa-hpux.h
    branches/google/main/gcc/config/pa/pa-hpux.opt
    branches/google/main/gcc/config/pa/pa-hpux1010.opt
    branches/google/main/gcc/config/pa/pa-hpux1111.opt
    branches/google/main/gcc/config/pa/pa-linux.h
    branches/google/main/gcc/config/pa/pa-protos.h
    branches/google/main/gcc/config/pa/pa.c
    branches/google/main/gcc/config/pa/pa.h
    branches/google/main/gcc/config/pa/pa.md
    branches/google/main/gcc/config/pa/pa.opt
    branches/google/main/gcc/config/pa/pa32-linux.h
    branches/google/main/gcc/config/pa/pa32-regs.h
    branches/google/main/gcc/config/pa/pa64-hpux.h
    branches/google/main/gcc/config/pa/pa64-regs.h
    branches/google/main/gcc/config/pa/predicates.md
    branches/google/main/gcc/config/pa/som.h
    branches/google/main/gcc/config/pdp11/pdp11.c
    branches/google/main/gcc/config/pdp11/pdp11.h
    branches/google/main/gcc/config/picochip/picochip.c
    branches/google/main/gcc/config/picochip/picochip.h
    branches/google/main/gcc/config/picochip/picochip.md
    branches/google/main/gcc/config/picochip/t-picochip
    branches/google/main/gcc/config/rs6000/aix.h
    branches/google/main/gcc/config/rs6000/aix43.h
    branches/google/main/gcc/config/rs6000/aix52.h
    branches/google/main/gcc/config/rs6000/aix53.h
    branches/google/main/gcc/config/rs6000/aix61.h
    branches/google/main/gcc/config/rs6000/altivec.md
    branches/google/main/gcc/config/rs6000/constraints.md
    branches/google/main/gcc/config/rs6000/darwin.h
    branches/google/main/gcc/config/rs6000/darwin.md
    branches/google/main/gcc/config/rs6000/darwin64.h
    branches/google/main/gcc/config/rs6000/dfp.md
    branches/google/main/gcc/config/rs6000/e500-double.h
    branches/google/main/gcc/config/rs6000/eabi.h
    branches/google/main/gcc/config/rs6000/eabialtivec.h
    branches/google/main/gcc/config/rs6000/eabisim.h
    branches/google/main/gcc/config/rs6000/eabispe.h
    branches/google/main/gcc/config/rs6000/freebsd.h
    branches/google/main/gcc/config/rs6000/linux.h
    branches/google/main/gcc/config/rs6000/linux64.h
    branches/google/main/gcc/config/rs6000/linux64.opt
    branches/google/main/gcc/config/rs6000/linuxaltivec.h
    branches/google/main/gcc/config/rs6000/linuxspe.h
    branches/google/main/gcc/config/rs6000/lynx.h
    branches/google/main/gcc/config/rs6000/netbsd.h
    branches/google/main/gcc/config/rs6000/paired.md
    branches/google/main/gcc/config/rs6000/predicates.md
    branches/google/main/gcc/config/rs6000/rs6000-c.c
    branches/google/main/gcc/config/rs6000/rs6000-opts.h
    branches/google/main/gcc/config/rs6000/rs6000-protos.h
    branches/google/main/gcc/config/rs6000/rs6000.c
    branches/google/main/gcc/config/rs6000/rs6000.h
    branches/google/main/gcc/config/rs6000/rs6000.md
    branches/google/main/gcc/config/rs6000/rs6000.opt
    branches/google/main/gcc/config/rs6000/sync.md
    branches/google/main/gcc/config/rs6000/sysv4.h
    branches/google/main/gcc/config/rs6000/sysv4.opt
    branches/google/main/gcc/config/rs6000/t-aix43
    branches/google/main/gcc/config/rs6000/t-aix52
    branches/google/main/gcc/config/rs6000/t-freebsd
    branches/google/main/gcc/config/rs6000/t-rs6000
    branches/google/main/gcc/config/rs6000/t-spe
    branches/google/main/gcc/config/rs6000/titan.md
    branches/google/main/gcc/config/rs6000/vector.md
    branches/google/main/gcc/config/rs6000/vsx.md
    branches/google/main/gcc/config/rs6000/vxworks.h
    branches/google/main/gcc/config/rx/rx-protos.h
    branches/google/main/gcc/config/rx/rx.c
    branches/google/main/gcc/config/rx/rx.h
    branches/google/main/gcc/config/rx/rx.md
    branches/google/main/gcc/config/rx/rx.opt
    branches/google/main/gcc/config/rx/t-rx
    branches/google/main/gcc/config/s390/2084.md
    branches/google/main/gcc/config/s390/linux.h
    branches/google/main/gcc/config/s390/s390-protos.h
    branches/google/main/gcc/config/s390/s390.c
    branches/google/main/gcc/config/s390/s390.h
    branches/google/main/gcc/config/s390/s390.md
    branches/google/main/gcc/config/s390/s390.opt
    branches/google/main/gcc/config/s390/tpf.h
    branches/google/main/gcc/config/score/score-protos.h
    branches/google/main/gcc/config/score/score.c
    branches/google/main/gcc/config/score/score.h
    branches/google/main/gcc/config/score/score.opt
    branches/google/main/gcc/config/score/t-score-elf
    branches/google/main/gcc/config/sh/constraints.md
    branches/google/main/gcc/config/sh/linux.h
    branches/google/main/gcc/config/sh/netbsd-elf.h
    branches/google/main/gcc/config/sh/predicates.md
    branches/google/main/gcc/config/sh/sh-protos.h
    branches/google/main/gcc/config/sh/sh.c
    branches/google/main/gcc/config/sh/sh.h
    branches/google/main/gcc/config/sh/sh.md
    branches/google/main/gcc/config/sh/sh64.h
    branches/google/main/gcc/config/sh/superh.h
    branches/google/main/gcc/config/sh/vxworks.h
    branches/google/main/gcc/config/sol2-10.h
    branches/google/main/gcc/config/sol2-protos.h
    branches/google/main/gcc/config/sol2.c
    branches/google/main/gcc/config/sol2.h
    branches/google/main/gcc/config/sol2.opt
    branches/google/main/gcc/config/sparc/freebsd.h
    branches/google/main/gcc/config/sparc/linux.h
    branches/google/main/gcc/config/sparc/linux64.h
    branches/google/main/gcc/config/sparc/netbsd-elf.h
    branches/google/main/gcc/config/sparc/openbsd64.h
    branches/google/main/gcc/config/sparc/sol2-64.h
    branches/google/main/gcc/config/sparc/sol2.h
    branches/google/main/gcc/config/sparc/sp-elf.h
    branches/google/main/gcc/config/sparc/sp64-elf.h
    branches/google/main/gcc/config/sparc/sparc-protos.h
    branches/google/main/gcc/config/sparc/sparc.c
    branches/google/main/gcc/config/sparc/sparc.h
    branches/google/main/gcc/config/sparc/sparc.md
    branches/google/main/gcc/config/sparc/sparc.opt
    branches/google/main/gcc/config/sparc/sync.md
    branches/google/main/gcc/config/sparc/sysv4.h
    branches/google/main/gcc/config/sparc/t-elf
    branches/google/main/gcc/config/sparc/t-leon
    branches/google/main/gcc/config/sparc/t-linux
    branches/google/main/gcc/config/sparc/t-linux64
    branches/google/main/gcc/config/sparc/t-sol2-64
    branches/google/main/gcc/config/sparc/vxworks.h
    branches/google/main/gcc/config/spu/divmodti4.c
    branches/google/main/gcc/config/spu/multi3.c
    branches/google/main/gcc/config/spu/predicates.md
    branches/google/main/gcc/config/spu/spu-protos.h
    branches/google/main/gcc/config/spu/spu.c
    branches/google/main/gcc/config/spu/spu.h
    branches/google/main/gcc/config/spu/t-spu-elf
    branches/google/main/gcc/config/stormy16/stormy16.c
    branches/google/main/gcc/config/stormy16/stormy16.h
    branches/google/main/gcc/config/t-darwin
    branches/google/main/gcc/config/t-freebsd
    branches/google/main/gcc/config/t-linux
    branches/google/main/gcc/config/t-slibgcc-elf-ver
    branches/google/main/gcc/config/t-sol2
    branches/google/main/gcc/config/v850/v850-protos.h
    branches/google/main/gcc/config/v850/v850.c
    branches/google/main/gcc/config/v850/v850.h
    branches/google/main/gcc/config/v850/v850.md
    branches/google/main/gcc/config/v850/v850.opt
    branches/google/main/gcc/config/vax/linux.h
    branches/google/main/gcc/config/vax/vax-protos.h
    branches/google/main/gcc/config/vax/vax.c
    branches/google/main/gcc/config/vax/vax.h
    branches/google/main/gcc/config/vax/vax.md
    branches/google/main/gcc/config/vms/t-vms
    branches/google/main/gcc/config/xtensa/elf.h
    branches/google/main/gcc/config/xtensa/linux.h
    branches/google/main/gcc/config/xtensa/unwind-dw2-xtensa.c
    branches/google/main/gcc/config/xtensa/xtensa.c
    branches/google/main/gcc/config/xtensa/xtensa.h
    branches/google/main/gcc/configure
    branches/google/main/gcc/configure.ac
    branches/google/main/gcc/coverage.c
    branches/google/main/gcc/coverage.h
    branches/google/main/gcc/cp/ChangeLog
    branches/google/main/gcc/cp/ChangeLog.google-main
    branches/google/main/gcc/cp/Make-lang.in
    branches/google/main/gcc/cp/call.c
    branches/google/main/gcc/cp/class.c
    branches/google/main/gcc/cp/config-lang.in
    branches/google/main/gcc/cp/cp-gimplify.c
    branches/google/main/gcc/cp/cp-lang.c
    branches/google/main/gcc/cp/cp-objcp-common.c
    branches/google/main/gcc/cp/cp-objcp-common.h
    branches/google/main/gcc/cp/cp-tree.def
    branches/google/main/gcc/cp/cp-tree.h
    branches/google/main/gcc/cp/cvt.c
    branches/google/main/gcc/cp/cxx-pretty-print.c
    branches/google/main/gcc/cp/decl.c
    branches/google/main/gcc/cp/decl2.c
    branches/google/main/gcc/cp/error.c
    branches/google/main/gcc/cp/except.c
    branches/google/main/gcc/cp/friend.c
    branches/google/main/gcc/cp/init.c
    branches/google/main/gcc/cp/lex.c
    branches/google/main/gcc/cp/mangle.c
    branches/google/main/gcc/cp/method.c
    branches/google/main/gcc/cp/name-lookup.c
    branches/google/main/gcc/cp/name-lookup.h
    branches/google/main/gcc/cp/optimize.c
    branches/google/main/gcc/cp/parser.c
    branches/google/main/gcc/cp/pt.c
    branches/google/main/gcc/cp/ptree.c
    branches/google/main/gcc/cp/rtti.c
    branches/google/main/gcc/cp/search.c
    branches/google/main/gcc/cp/semantics.c
    branches/google/main/gcc/cp/tree.c
    branches/google/main/gcc/cp/typeck.c
    branches/google/main/gcc/cp/typeck2.c
    branches/google/main/gcc/cppspec.c
    branches/google/main/gcc/cse.c
    branches/google/main/gcc/cselib.c
    branches/google/main/gcc/dbxout.c
    branches/google/main/gcc/dce.c
    branches/google/main/gcc/ddg.c
    branches/google/main/gcc/debug.c
    branches/google/main/gcc/debug.h
    branches/google/main/gcc/defaults.h
    branches/google/main/gcc/df-core.c
    branches/google/main/gcc/df-problems.c
    branches/google/main/gcc/df-scan.c
    branches/google/main/gcc/dfp.c
    branches/google/main/gcc/doc/cfg.texi
    branches/google/main/gcc/doc/contrib.texi
    branches/google/main/gcc/doc/cpp.texi
    branches/google/main/gcc/doc/extend.texi
    branches/google/main/gcc/doc/gcov.texi
    branches/google/main/gcc/doc/generic.texi
    branches/google/main/gcc/doc/gimple.texi
    branches/google/main/gcc/doc/gty.texi
    branches/google/main/gcc/doc/hostconfig.texi
    branches/google/main/gcc/doc/install-old.texi
    branches/google/main/gcc/doc/install.texi
    branches/google/main/gcc/doc/invoke.texi
    branches/google/main/gcc/doc/libgcc.texi
    branches/google/main/gcc/doc/loop.texi
    branches/google/main/gcc/doc/md.texi
    branches/google/main/gcc/doc/objc.texi
    branches/google/main/gcc/doc/options.texi
    branches/google/main/gcc/doc/passes.texi
    branches/google/main/gcc/doc/plugins.texi
    branches/google/main/gcc/doc/rtl.texi
    branches/google/main/gcc/doc/sourcebuild.texi
    branches/google/main/gcc/doc/tm.texi
    branches/google/main/gcc/doc/tm.texi.in
    branches/google/main/gcc/doc/tree-ssa.texi
    branches/google/main/gcc/doc/trouble.texi
    branches/google/main/gcc/dojump.c
    branches/google/main/gcc/dse.c
    branches/google/main/gcc/dwarf2asm.c
    branches/google/main/gcc/dwarf2out.c
    branches/google/main/gcc/dwarf2out.h
    branches/google/main/gcc/emit-rtl.c
    branches/google/main/gcc/except.c
    branches/google/main/gcc/explow.c
    branches/google/main/gcc/expmed.c
    branches/google/main/gcc/expr.c
    branches/google/main/gcc/expr.h
    branches/google/main/gcc/final.c
    branches/google/main/gcc/flags.h
    branches/google/main/gcc/fold-const.c
    branches/google/main/gcc/fortran/ChangeLog
    branches/google/main/gcc/fortran/Make-lang.in
    branches/google/main/gcc/fortran/arith.c
    branches/google/main/gcc/fortran/array.c
    branches/google/main/gcc/fortran/check.c
    branches/google/main/gcc/fortran/class.c
    branches/google/main/gcc/fortran/constructor.c
    branches/google/main/gcc/fortran/constructor.h
    branches/google/main/gcc/fortran/cpp.c
    branches/google/main/gcc/fortran/data.c
    branches/google/main/gcc/fortran/data.h
    branches/google/main/gcc/fortran/decl.c
    branches/google/main/gcc/fortran/dependency.c
    branches/google/main/gcc/fortran/dump-parse-tree.c
    branches/google/main/gcc/fortran/error.c
    branches/google/main/gcc/fortran/expr.c
    branches/google/main/gcc/fortran/f95-lang.c
    branches/google/main/gcc/fortran/frontend-passes.c
    branches/google/main/gcc/fortran/gfortran.h
    branches/google/main/gcc/fortran/gfortran.texi
    branches/google/main/gcc/fortran/gfortranspec.c
    branches/google/main/gcc/fortran/interface.c
    branches/google/main/gcc/fortran/intrinsic.c
    branches/google/main/gcc/fortran/intrinsic.h
    branches/google/main/gcc/fortran/intrinsic.texi
    branches/google/main/gcc/fortran/invoke.texi
    branches/google/main/gcc/fortran/io.c
    branches/google/main/gcc/fortran/iresolve.c
    branches/google/main/gcc/fortran/iso-fortran-env.def
    branches/google/main/gcc/fortran/lang.opt
    branches/google/main/gcc/fortran/libgfortran.h
    branches/google/main/gcc/fortran/match.c
    branches/google/main/gcc/fortran/match.h
    branches/google/main/gcc/fortran/misc.c
    branches/google/main/gcc/fortran/module.c
    branches/google/main/gcc/fortran/openmp.c
    branches/google/main/gcc/fortran/options.c
    branches/google/main/gcc/fortran/parse.c
    branches/google/main/gcc/fortran/primary.c
    branches/google/main/gcc/fortran/resolve.c
    branches/google/main/gcc/fortran/scanner.c
    branches/google/main/gcc/fortran/simplify.c
    branches/google/main/gcc/fortran/st.c
    branches/google/main/gcc/fortran/symbol.c
    branches/google/main/gcc/fortran/target-memory.c
    branches/google/main/gcc/fortran/trans-array.c
    branches/google/main/gcc/fortran/trans-array.h
    branches/google/main/gcc/fortran/trans-common.c
    branches/google/main/gcc/fortran/trans-const.c
    branches/google/main/gcc/fortran/trans-decl.c
    branches/google/main/gcc/fortran/trans-expr.c
    branches/google/main/gcc/fortran/trans-intrinsic.c
    branches/google/main/gcc/fortran/trans-io.c
    branches/google/main/gcc/fortran/trans-openmp.c
    branches/google/main/gcc/fortran/trans-stmt.c
    branches/google/main/gcc/fortran/trans-stmt.h
    branches/google/main/gcc/fortran/trans-types.c
    branches/google/main/gcc/fortran/trans.c
    branches/google/main/gcc/fortran/trans.h
    branches/google/main/gcc/function.c
    branches/google/main/gcc/function.h
    branches/google/main/gcc/fwprop.c
    branches/google/main/gcc/gcc.c
    branches/google/main/gcc/gcov-dump.c
    branches/google/main/gcc/gcov-io.c
    branches/google/main/gcc/gcov.c
    branches/google/main/gcc/gcse.c
    branches/google/main/gcc/genattr.c
    branches/google/main/gcc/genemit.c
    branches/google/main/gcc/gengenrtl.c
    branches/google/main/gcc/gengtype-state.c
    branches/google/main/gcc/gengtype.c
    branches/google/main/gcc/gengtype.h
    branches/google/main/gcc/genhooks.c
    branches/google/main/gcc/genopinit.c
    branches/google/main/gcc/genoutput.c
    branches/google/main/gcc/genpreds.c
    branches/google/main/gcc/genrecog.c
    branches/google/main/gcc/gensupport.c
    branches/google/main/gcc/gensupport.h
    branches/google/main/gcc/ggc-page.c
    branches/google/main/gcc/gimple-fold.c
    branches/google/main/gcc/gimple-iterator.c
    branches/google/main/gcc/gimple-low.c
    branches/google/main/gcc/gimple-pretty-print.c
    branches/google/main/gcc/gimple.c
    branches/google/main/gcc/gimple.h
    branches/google/main/gcc/gimplify.c
    branches/google/main/gcc/go/ChangeLog
    branches/google/main/gcc/go/Make-lang.in
    branches/google/main/gcc/go/go-backend.c
    branches/google/main/gcc/go/go-c.h
    branches/google/main/gcc/go/go-lang.c
    branches/google/main/gcc/go/go-system.h
    branches/google/main/gcc/go/gofrontend/README
    branches/google/main/gcc/go/gofrontend/dataflow.cc
    branches/google/main/gcc/go/gofrontend/export.cc
    branches/google/main/gcc/go/gofrontend/export.h
    branches/google/main/gcc/go/gofrontend/expressions.cc
    branches/google/main/gcc/go/gofrontend/expressions.h
    branches/google/main/gcc/go/gofrontend/go.cc
    branches/google/main/gcc/go/gofrontend/gogo-tree.cc
    branches/google/main/gcc/go/gofrontend/gogo.cc
    branches/google/main/gcc/go/gofrontend/gogo.h
    branches/google/main/gcc/go/gofrontend/import.cc
    branches/google/main/gcc/go/gofrontend/lex.cc
    branches/google/main/gcc/go/gofrontend/lex.h
    branches/google/main/gcc/go/gofrontend/parse.cc
    branches/google/main/gcc/go/gofrontend/parse.h
    branches/google/main/gcc/go/gofrontend/statements.cc
    branches/google/main/gcc/go/gofrontend/statements.h
    branches/google/main/gcc/go/gofrontend/types.cc
    branches/google/main/gcc/go/gofrontend/types.h
    branches/google/main/gcc/go/gofrontend/unsafe.cc
    branches/google/main/gcc/godump.c
    branches/google/main/gcc/graphite-blocking.c
    branches/google/main/gcc/graphite-clast-to-gimple.c
    branches/google/main/gcc/graphite-interchange.c
    branches/google/main/gcc/graphite-poly.h
    branches/google/main/gcc/graphite-ppl.h
    branches/google/main/gcc/graphite-sese-to-poly.c
    branches/google/main/gcc/gthr.h
    branches/google/main/gcc/haifa-sched.c
    branches/google/main/gcc/hooks.c
    branches/google/main/gcc/hooks.h
    branches/google/main/gcc/ifcvt.c
    branches/google/main/gcc/implicit-zee.c
    branches/google/main/gcc/incpath.c
    branches/google/main/gcc/init-regs.c
    branches/google/main/gcc/insn-notes.def
    branches/google/main/gcc/integrate.c
    branches/google/main/gcc/integrate.h
    branches/google/main/gcc/ipa-cp.c
    branches/google/main/gcc/ipa-inline.c
    branches/google/main/gcc/ipa-prop.c
    branches/google/main/gcc/ipa-prop.h
    branches/google/main/gcc/ipa-pure-const.c
    branches/google/main/gcc/ipa-ref.c
    branches/google/main/gcc/ipa-ref.h
    branches/google/main/gcc/ipa-reference.c
    branches/google/main/gcc/ipa-split.c
    branches/google/main/gcc/ipa-utils.c
    branches/google/main/gcc/ipa-utils.h
    branches/google/main/gcc/ipa.c
    branches/google/main/gcc/ira-build.c
    branches/google/main/gcc/ira-color.c
    branches/google/main/gcc/ira-conflicts.c
    branches/google/main/gcc/ira-costs.c
    branches/google/main/gcc/ira-emit.c
    branches/google/main/gcc/ira-int.h
    branches/google/main/gcc/ira-lives.c
    branches/google/main/gcc/ira.c
    branches/google/main/gcc/ira.h
    branches/google/main/gcc/java/ChangeLog
    branches/google/main/gcc/java/Make-lang.in
    branches/google/main/gcc/java/builtins.c
    branches/google/main/gcc/java/constants.c
    branches/google/main/gcc/java/decl.c
    branches/google/main/gcc/java/expr.c
    branches/google/main/gcc/java/java-tree.h
    branches/google/main/gcc/java/jcf-dump.c
    branches/google/main/gcc/java/jcf-parse.c
    branches/google/main/gcc/java/jvgenmain.c
    branches/google/main/gcc/java/lang.c
    branches/google/main/gcc/java/win32-host.c
    branches/google/main/gcc/jump.c
    branches/google/main/gcc/l-ipo.c
    branches/google/main/gcc/langhooks-def.h
    branches/google/main/gcc/langhooks.h
    branches/google/main/gcc/libgcc2.c
    branches/google/main/gcc/libgcc2.h
    branches/google/main/gcc/longlong.h
    branches/google/main/gcc/loop-doloop.c
    branches/google/main/gcc/loop-init.c
    branches/google/main/gcc/loop-invariant.c
    branches/google/main/gcc/lower-subreg.c
    branches/google/main/gcc/lto-cgraph.c
    branches/google/main/gcc/lto-opts.c
    branches/google/main/gcc/lto-section-in.c
    branches/google/main/gcc/lto-section-out.c
    branches/google/main/gcc/lto-streamer-in.c
    branches/google/main/gcc/lto-streamer-out.c
    branches/google/main/gcc/lto-streamer.c
    branches/google/main/gcc/lto-streamer.h
    branches/google/main/gcc/lto-symtab.c
    branches/google/main/gcc/lto-wrapper.c
    branches/google/main/gcc/lto/ChangeLog
    branches/google/main/gcc/lto/Make-lang.in
    branches/google/main/gcc/lto/lto-lang.c
    branches/google/main/gcc/lto/lto-tree.h
    branches/google/main/gcc/lto/lto.c
    branches/google/main/gcc/matrix-reorg.c
    branches/google/main/gcc/mips-tdump.c
    branches/google/main/gcc/mips-tfile.c
    branches/google/main/gcc/mkconfig.sh
    branches/google/main/gcc/mkmap-flat.awk
    branches/google/main/gcc/mode-switching.c
    branches/google/main/gcc/modulo-sched.c
    branches/google/main/gcc/mversn-dispatch.c
    branches/google/main/gcc/objc/ChangeLog
    branches/google/main/gcc/objc/Make-lang.in
    branches/google/main/gcc/objc/config-lang.in
    branches/google/main/gcc/objc/objc-act.c
    branches/google/main/gcc/objc/objc-act.h
    branches/google/main/gcc/objc/objc-gnu-runtime-abi-01.c
    branches/google/main/gcc/objc/objc-lang.c
    branches/google/main/gcc/objc/objc-next-metadata-tags.h
    branches/google/main/gcc/objc/objc-next-runtime-abi-01.c
    branches/google/main/gcc/objc/objc-next-runtime-abi-02.c
    branches/google/main/gcc/objc/objc-runtime-hooks.h
    branches/google/main/gcc/objc/objc-runtime-shared-support.c
    branches/google/main/gcc/objc/objc-runtime-shared-support.h
    branches/google/main/gcc/objc/objc-tree.def
    branches/google/main/gcc/objcp/ChangeLog
    branches/google/main/gcc/objcp/Make-lang.in
    branches/google/main/gcc/objcp/config-lang.in
    branches/google/main/gcc/objcp/objcp-decl.c
    branches/google/main/gcc/objcp/objcp-lang.c
    branches/google/main/gcc/omp-low.c
    branches/google/main/gcc/opt-functions.awk
    branches/google/main/gcc/optabs.c
    branches/google/main/gcc/optabs.h
    branches/google/main/gcc/optc-gen.awk
    branches/google/main/gcc/opth-gen.awk
    branches/google/main/gcc/opts-common.c
    branches/google/main/gcc/opts.c
    branches/google/main/gcc/opts.h
    branches/google/main/gcc/params.c
    branches/google/main/gcc/params.def
    branches/google/main/gcc/params.h
    branches/google/main/gcc/passes.c
    branches/google/main/gcc/po/ChangeLog
    branches/google/main/gcc/po/EXCLUDES
    branches/google/main/gcc/po/be.po
    branches/google/main/gcc/po/da.po
    branches/google/main/gcc/po/de.po
    branches/google/main/gcc/po/el.po
    branches/google/main/gcc/po/es.po
    branches/google/main/gcc/po/exgettext
    branches/google/main/gcc/po/fi.po
    branches/google/main/gcc/po/fr.po
    branches/google/main/gcc/po/gcc.pot
    branches/google/main/gcc/po/id.po
    branches/google/main/gcc/po/ja.po
    branches/google/main/gcc/po/nl.po
    branches/google/main/gcc/po/ru.po
    branches/google/main/gcc/po/sr.po
    branches/google/main/gcc/po/sv.po
    branches/google/main/gcc/po/tr.po
    branches/google/main/gcc/po/vi.po
    branches/google/main/gcc/po/zh_CN.po
    branches/google/main/gcc/po/zh_TW.po
    branches/google/main/gcc/postreload-gcse.c
    branches/google/main/gcc/postreload.c
    branches/google/main/gcc/predict.c
    branches/google/main/gcc/prefix.c
    branches/google/main/gcc/pretty-print.h
    branches/google/main/gcc/print-rtl.c
    branches/google/main/gcc/print-tree.c
    branches/google/main/gcc/profile.c
    branches/google/main/gcc/read-md.c
    branches/google/main/gcc/recog.c
    branches/google/main/gcc/recog.h
    branches/google/main/gcc/reg-notes.def
    branches/google/main/gcc/reg-stack.c
    branches/google/main/gcc/regcprop.c
    branches/google/main/gcc/reginfo.c
    branches/google/main/gcc/regmove.c
    branches/google/main/gcc/regrename.c
    branches/google/main/gcc/regs.h
    branches/google/main/gcc/regstat.c
    branches/google/main/gcc/reload.c
    branches/google/main/gcc/reload.h
    branches/google/main/gcc/reload1.c
    branches/google/main/gcc/reorg.c
    branches/google/main/gcc/rtl.c
    branches/google/main/gcc/rtl.def
    branches/google/main/gcc/rtl.h
    branches/google/main/gcc/rtlanal.c
    branches/google/main/gcc/sched-deps.c
    branches/google/main/gcc/sched-ebb.c
    branches/google/main/gcc/sched-int.h
    branches/google/main/gcc/sched-rgn.c
    branches/google/main/gcc/sdbout.c
    branches/google/main/gcc/sel-sched-ir.c
    branches/google/main/gcc/sel-sched-ir.h
    branches/google/main/gcc/sel-sched.c
    branches/google/main/gcc/sese.c
    branches/google/main/gcc/simplify-rtx.c
    branches/google/main/gcc/stmt.c
    branches/google/main/gcc/stor-layout.c
    branches/google/main/gcc/store-motion.c
    branches/google/main/gcc/sync-builtins.def
    branches/google/main/gcc/system.h
    branches/google/main/gcc/target-def.h
    branches/google/main/gcc/target.def
    branches/google/main/gcc/target.h
    branches/google/main/gcc/targhooks.c
    branches/google/main/gcc/targhooks.h
    branches/google/main/gcc/testsuite/ChangeLog
    branches/google/main/gcc/testsuite/ChangeLog.google-integration
    branches/google/main/gcc/testsuite/ada/acats/run_acats
    branches/google/main/gcc/testsuite/ada/acats/tests/c4/c460011.a
    branches/google/main/gcc/testsuite/ada/acats/tests/c9/c954013.a
    branches/google/main/gcc/testsuite/g++.dg/abi/arm_cxa_vec1.C
    branches/google/main/gcc/testsuite/g++.dg/abi/mangle11.C
    branches/google/main/gcc/testsuite/g++.dg/abi/mangle12.C
    branches/google/main/gcc/testsuite/g++.dg/abi/mangle17.C
    branches/google/main/gcc/testsuite/g++.dg/abi/mangle20-2.C
    branches/google/main/gcc/testsuite/g++.dg/abi/packed1.C
    branches/google/main/gcc/testsuite/g++.dg/abi/pragma-pack1.C
    branches/google/main/gcc/testsuite/g++.dg/compat/struct-layout-1_generate.c
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/auto7.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/auto9.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-data2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-diag1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-ex1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-ice2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-is_literal.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-union.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/defaulted15.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/forw_enum8.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/initlist38.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-errloc2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/named.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/noexcept02.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/noexcept03.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/noexcept08.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/pr45908.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/pr47416.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/range-for2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/range-for3.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/range-for5.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/range-for9.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/rv-return.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/variadic41.C
    branches/google/main/gcc/testsuite/g++.dg/debug/dwarf2/icf.C
    branches/google/main/gcc/testsuite/g++.dg/diagnostic/method1.C
    branches/google/main/gcc/testsuite/g++.dg/ext/arm-fp16/arm-fp16-ops-5.C
    branches/google/main/gcc/testsuite/g++.dg/ext/arm-fp16/arm-fp16-ops-6.C
    branches/google/main/gcc/testsuite/g++.dg/ext/attrib32.C
    branches/google/main/gcc/testsuite/g++.dg/ext/bitfield2.C
    branches/google/main/gcc/testsuite/g++.dg/ext/bitfield3.C
    branches/google/main/gcc/testsuite/g++.dg/ext/bitfield4.C
    branches/google/main/gcc/testsuite/g++.dg/ext/bitfield5.C
    branches/google/main/gcc/testsuite/g++.dg/ext/case-range2.C
    branches/google/main/gcc/testsuite/g++.dg/ext/case-range3.C
    branches/google/main/gcc/testsuite/g++.dg/ext/injected-ttp.C
    branches/google/main/gcc/testsuite/g++.dg/gomp/for-19.C
    branches/google/main/gcc/testsuite/g++.dg/gomp/pr37533.C
    branches/google/main/gcc/testsuite/g++.dg/gomp/pr38639.C
    branches/google/main/gcc/testsuite/g++.dg/gomp/tpl-parallel-2.C
    branches/google/main/gcc/testsuite/g++.dg/guality/guality.exp
    branches/google/main/gcc/testsuite/g++.dg/inherit/base3.C
    branches/google/main/gcc/testsuite/g++.dg/inherit/using6.C
    branches/google/main/gcc/testsuite/g++.dg/init/placement4.C
    branches/google/main/gcc/testsuite/g++.dg/init/pr29571.C
    branches/google/main/gcc/testsuite/g++.dg/init/reference3.C
    branches/google/main/gcc/testsuite/g++.dg/lookup/scoped6.C
    branches/google/main/gcc/testsuite/g++.dg/lookup/using7.C
    branches/google/main/gcc/testsuite/g++.dg/lto/20081109-1_0.C
    branches/google/main/gcc/testsuite/g++.dg/lto/20081118_0.C
    branches/google/main/gcc/testsuite/g++.dg/lto/20081119-1_0.C
    branches/google/main/gcc/testsuite/g++.dg/lto/20081123_0.C
    branches/google/main/gcc/testsuite/g++.dg/lto/20081204-1_0.C
    branches/google/main/gcc/testsuite/g++.dg/lto/20081219_0.C
    branches/google/main/gcc/testsuite/g++.dg/lto/20090302_0.C
    branches/google/main/gcc/testsuite/g++.dg/lto/20090313_0.C
    branches/google/main/gcc/testsuite/g++.dg/lto/20091002-1_0.C
    branches/google/main/gcc/testsuite/g++.dg/lto/20091002-2_0.C
    branches/google/main/gcc/testsuite/g++.dg/lto/20091002-3_0.C
    branches/google/main/gcc/testsuite/g++.dg/lto/20091004-1_0.C
    branches/google/main/gcc/testsuite/g++.dg/lto/20091004-2_0.C
    branches/google/main/gcc/testsuite/g++.dg/opt/devirt1.C
    branches/google/main/gcc/testsuite/g++.dg/opt/pr47615.C
    branches/google/main/gcc/testsuite/g++.dg/other/abstract1.C
    branches/google/main/gcc/testsuite/g++.dg/other/error10.C
    branches/google/main/gcc/testsuite/g++.dg/other/error23.C
    branches/google/main/gcc/testsuite/g++.dg/other/error32.C
    branches/google/main/gcc/testsuite/g++.dg/other/error5.C
    branches/google/main/gcc/testsuite/g++.dg/other/field1.C
    branches/google/main/gcc/testsuite/g++.dg/other/offsetof5.C
    branches/google/main/gcc/testsuite/g++.dg/other/packed1.C
    branches/google/main/gcc/testsuite/g++.dg/other/warning1.C
    branches/google/main/gcc/testsuite/g++.dg/overload/defarg1.C
    branches/google/main/gcc/testsuite/g++.dg/parse/bitfield2.C
    branches/google/main/gcc/testsuite/g++.dg/parse/constant4.C
    branches/google/main/gcc/testsuite/g++.dg/parse/crash20.C
    branches/google/main/gcc/testsuite/g++.dg/parse/crash33.C
    branches/google/main/gcc/testsuite/g++.dg/parse/error15.C
    branches/google/main/gcc/testsuite/g++.dg/parse/friend5.C
    branches/google/main/gcc/testsuite/g++.dg/parse/invalid-op1.C
    branches/google/main/gcc/testsuite/g++.dg/parse/non-dependent2.C
    branches/google/main/gcc/testsuite/g++.dg/parse/parameter-declaration-2.C
    branches/google/main/gcc/testsuite/g++.dg/parse/template18.C
    branches/google/main/gcc/testsuite/g++.dg/parse/template7.C
    branches/google/main/gcc/testsuite/g++.dg/plugin/attribute_plugin.c
    branches/google/main/gcc/testsuite/g++.dg/tc1/dr152.C
    branches/google/main/gcc/testsuite/g++.dg/tc1/dr166.C
    branches/google/main/gcc/testsuite/g++.dg/tc1/dr176.C
    branches/google/main/gcc/testsuite/g++.dg/tc1/dr213.C
    branches/google/main/gcc/testsuite/g++.dg/template/access11.C
    branches/google/main/gcc/testsuite/g++.dg/template/access2.C
    branches/google/main/gcc/testsuite/g++.dg/template/access3.C
    branches/google/main/gcc/testsuite/g++.dg/template/access7.C
    branches/google/main/gcc/testsuite/g++.dg/template/arg7.C
    branches/google/main/gcc/testsuite/g++.dg/template/cond2.C
    branches/google/main/gcc/testsuite/g++.dg/template/crash13.C
    branches/google/main/gcc/testsuite/g++.dg/template/crash37.C
    branches/google/main/gcc/testsuite/g++.dg/template/crash40.C
    branches/google/main/gcc/testsuite/g++.dg/template/crash50.C
    branches/google/main/gcc/testsuite/g++.dg/template/crash7.C
    branches/google/main/gcc/testsuite/g++.dg/template/crash84.C
    branches/google/main/gcc/testsuite/g++.dg/template/ctor5.C
    branches/google/main/gcc/testsuite/g++.dg/template/defarg13.C
    branches/google/main/gcc/testsuite/g++.dg/template/defarg14.C
    branches/google/main/gcc/testsuite/g++.dg/template/dependent-expr3.C
    branches/google/main/gcc/testsuite/g++.dg/template/dtor7.C
    branches/google/main/gcc/testsuite/g++.dg/template/eh2.C
    branches/google/main/gcc/testsuite/g++.dg/template/error17.C
    branches/google/main/gcc/testsuite/g++.dg/template/error2.C
    branches/google/main/gcc/testsuite/g++.dg/template/error43.C
    branches/google/main/gcc/testsuite/g++.dg/template/friend32.C
    branches/google/main/gcc/testsuite/g++.dg/template/injected1.C
    branches/google/main/gcc/testsuite/g++.dg/template/instantiate1.C
    branches/google/main/gcc/testsuite/g++.dg/template/instantiate3.C
    branches/google/main/gcc/testsuite/g++.dg/template/instantiate5.C
    branches/google/main/gcc/testsuite/g++.dg/template/instantiate7.C
    branches/google/main/gcc/testsuite/g++.dg/template/local6.C
    branches/google/main/gcc/testsuite/g++.dg/template/lookup2.C
    branches/google/main/gcc/testsuite/g++.dg/template/member5.C
    branches/google/main/gcc/testsuite/g++.dg/template/memfriend15.C
    branches/google/main/gcc/testsuite/g++.dg/template/memfriend16.C
    branches/google/main/gcc/testsuite/g++.dg/template/memfriend17.C
    branches/google/main/gcc/testsuite/g++.dg/template/memfriend7.C
    branches/google/main/gcc/testsuite/g++.dg/template/meminit1.C
    branches/google/main/gcc/testsuite/g++.dg/template/nested3.C
    branches/google/main/gcc/testsuite/g++.dg/template/non-type-template-argument-1.C
    branches/google/main/gcc/testsuite/g++.dg/template/nontype12.C
    branches/google/main/gcc/testsuite/g++.dg/template/nontype13.C
    branches/google/main/gcc/testsuite/g++.dg/template/nontype6.C
    branches/google/main/gcc/testsuite/g++.dg/template/pr23510.C
    branches/google/main/gcc/testsuite/g++.dg/template/pr35240.C
    branches/google/main/gcc/testsuite/g++.dg/template/ptrmem15.C
    branches/google/main/gcc/testsuite/g++.dg/template/ptrmem4.C
    branches/google/main/gcc/testsuite/g++.dg/template/ptrmem6.C
    branches/google/main/gcc/testsuite/g++.dg/template/qualified-id1.C
    branches/google/main/gcc/testsuite/g++.dg/template/qualttp20.C
    branches/google/main/gcc/testsuite/g++.dg/template/qualttp3.C
    branches/google/main/gcc/testsuite/g++.dg/template/qualttp4.C
    branches/google/main/gcc/testsuite/g++.dg/template/qualttp5.C
    branches/google/main/gcc/testsuite/g++.dg/template/qualttp6.C
    branches/google/main/gcc/testsuite/g++.dg/template/qualttp7.C
    branches/google/main/gcc/testsuite/g++.dg/template/qualttp8.C
    branches/google/main/gcc/testsuite/g++.dg/template/recurse.C
    branches/google/main/gcc/testsuite/g++.dg/template/recurse2.C
    branches/google/main/gcc/testsuite/g++.dg/template/ref5.C
    branches/google/main/gcc/testsuite/g++.dg/template/scope2.C
    branches/google/main/gcc/testsuite/g++.dg/template/sfinae10.C
    branches/google/main/gcc/testsuite/g++.dg/template/sfinae3.C
    branches/google/main/gcc/testsuite/g++.dg/template/sfinae8.C
    branches/google/main/gcc/testsuite/g++.dg/template/sizeof3.C
    branches/google/main/gcc/testsuite/g++.dg/template/static9.C
    branches/google/main/gcc/testsuite/g++.dg/template/stdarg1.C
    branches/google/main/gcc/testsuite/g++.dg/template/template-id-2.C
    branches/google/main/gcc/testsuite/g++.dg/template/typedef13.C
    branches/google/main/gcc/testsuite/g++.dg/template/typename4.C
    branches/google/main/gcc/testsuite/g++.dg/template/using14.C
    branches/google/main/gcc/testsuite/g++.dg/template/using2.C
    branches/google/main/gcc/testsuite/g++.dg/template/warn1.C
    branches/google/main/gcc/testsuite/g++.dg/torture/pr34850.C
    branches/google/main/gcc/testsuite/g++.dg/torture/pr39362.C
    branches/google/main/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp
    branches/google/main/gcc/testsuite/g++.dg/tree-ssa/pr33604.C
    branches/google/main/gcc/testsuite/g++.dg/tree-ssa/pr41186.C
    branches/google/main/gcc/testsuite/g++.dg/tree-ssa/pr43411.C
    branches/google/main/gcc/testsuite/g++.dg/tree-ssa/pr8781.C
    branches/google/main/gcc/testsuite/g++.dg/uninit-pred-3_b.C
    branches/google/main/gcc/testsuite/g++.dg/warn/Wconversion-null-2.C
    branches/google/main/gcc/testsuite/g++.dg/warn/Wparentheses-13.C
    branches/google/main/gcc/testsuite/g++.dg/warn/Wparentheses-15.C
    branches/google/main/gcc/testsuite/g++.dg/warn/Wparentheses-16.C
    branches/google/main/gcc/testsuite/g++.dg/warn/Wparentheses-17.C
    branches/google/main/gcc/testsuite/g++.dg/warn/Wparentheses-18.C
    branches/google/main/gcc/testsuite/g++.dg/warn/Wparentheses-19.C
    branches/google/main/gcc/testsuite/g++.dg/warn/Wparentheses-20.C
    branches/google/main/gcc/testsuite/g++.dg/warn/Wparentheses-23.C
    branches/google/main/gcc/testsuite/g++.dg/warn/Wshadow-6.C
    branches/google/main/gcc/testsuite/g++.dg/warn/Wstrict-aliasing-3.C
    branches/google/main/gcc/testsuite/g++.dg/warn/Wunused-parm-3.C
    branches/google/main/gcc/testsuite/g++.dg/warn/noeffect2.C
    branches/google/main/gcc/testsuite/g++.dg/warn/noeffect4.C
    branches/google/main/gcc/testsuite/g++.dg/warn/overflow-warn-1.C
    branches/google/main/gcc/testsuite/g++.dg/warn/overflow-warn-3.C
    branches/google/main/gcc/testsuite/g++.dg/warn/overflow-warn-4.C
    branches/google/main/gcc/testsuite/g++.dg/warn/pr8570.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.brendan/crash56.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.brendan/init2.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.bugs/900119_01.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.eh/spec6.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.ext/arrnew2.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.ext/memconst.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.jason/cond.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.jason/conversion11.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.jason/rfg10.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.law/arg11.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.oliva/overload1.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.oliva/template1.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.other/base1.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.other/friend8.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.other/init4.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.other/pmf3.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.pt/crash10.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.pt/crash32.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.pt/crash36.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.pt/derived3.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.pt/error2.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.pt/explicit70.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.pt/friend38.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.pt/infinite1.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.pt/memtemp47.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.pt/memtemp89.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.pt/overload7.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.pt/vaarg3.C
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20000804-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20001205-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20001226-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20010518-2.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20011106-2.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20020312-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20020604-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/920501-12.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/920501-4.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/920520-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/980506-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr43191.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr44686.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr46534.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/980709-1.x
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/990826-0.x
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/builtin-bitops-1.c
    branches/google/main/gcc/testsuite/gcc.dg/20020312-2.c
    branches/google/main/gcc/testsuite/gcc.dg/20020503-1.c
    branches/google/main/gcc/testsuite/gcc.dg/20051201-1.c
    branches/google/main/gcc/testsuite/gcc.dg/always_inline.c
    branches/google/main/gcc/testsuite/gcc.dg/always_inline2.c
    branches/google/main/gcc/testsuite/gcc.dg/always_inline3.c
    branches/google/main/gcc/testsuite/gcc.dg/anon-struct-11.c
    branches/google/main/gcc/testsuite/gcc.dg/bitfld-15.c
    branches/google/main/gcc/testsuite/gcc.dg/bitfld-16.c
    branches/google/main/gcc/testsuite/gcc.dg/bitfld-17.c
    branches/google/main/gcc/testsuite/gcc.dg/bitfld-18.c
    branches/google/main/gcc/testsuite/gcc.dg/builtin-object-size-1.c
    branches/google/main/gcc/testsuite/gcc.dg/builtin-object-size-2.c
    branches/google/main/gcc/testsuite/gcc.dg/builtin-protos-1.c
    branches/google/main/gcc/testsuite/gcc.dg/c1x-anon-struct-1.c
    branches/google/main/gcc/testsuite/gcc.dg/c1x-typedef-1.c
    branches/google/main/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c
    branches/google/main/gcc/testsuite/gcc.dg/cpp/assert4.c
    branches/google/main/gcc/testsuite/gcc.dg/debug/pr41264-1.c
    branches/google/main/gcc/testsuite/gcc.dg/graphite/block-3.c
    branches/google/main/gcc/testsuite/gcc.dg/graphite/block-4.c
    branches/google/main/gcc/testsuite/gcc.dg/graphite/block-7.c
    branches/google/main/gcc/testsuite/gcc.dg/graphite/block-8.c
    branches/google/main/gcc/testsuite/gcc.dg/guality/guality.exp
    branches/google/main/gcc/testsuite/gcc.dg/guality/vla-1.c
    branches/google/main/gcc/testsuite/gcc.dg/inline-22.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/ipa-pta-13.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/ipa-pta-14.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/ipa-pta-3.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/ipa-pta-4.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/pr45644.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20081204-1_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20081224_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20090116_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20090126-2_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20090206-2_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20090210_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20090218-1_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20090218-1_1.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20090219_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20091013-1_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20091014-1_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20091015-1_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20091016-1_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20091020-1_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20091020-2_0.c
    branches/google/main/gcc/testsuite/gcc.dg/march.c
    branches/google/main/gcc/testsuite/gcc.dg/matrix/matrix.exp
    branches/google/main/gcc/testsuite/gcc.dg/missing-field-init-2.c
    branches/google/main/gcc/testsuite/gcc.dg/mtune.c
    branches/google/main/gcc/testsuite/gcc.dg/pie-link.c
    branches/google/main/gcc/testsuite/gcc.dg/pr42629.c
    branches/google/main/gcc/testsuite/gcc.dg/sibcall-3.c
    branches/google/main/gcc/testsuite/gcc.dg/sibcall-4.c
    branches/google/main/gcc/testsuite/gcc.dg/stack-usage-1.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/20090618-1.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/arm-fp16-ops-5.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/arm-fp16-ops-6.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/builtin-attr-1.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr37868.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr43165.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr47228.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pta-structcopy-1.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/stackalign/non-local-goto-5.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/tls/tls.exp
    branches/google/main/gcc/testsuite/gcc.dg/torture/va-arg-25.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/vector-1.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/vector-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030728-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20041122-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/alias-18.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/asm-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/foldaddr-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/foldstring-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/forwprop-10.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/forwprop-9.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/fre-vce-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ivopt_infer_2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/loadpre6.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/loop-17.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr14814.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr21574.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr38699.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr40087.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr45144.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr46076.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/scev-cast.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-17.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-19.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-4.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-11.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-12.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-13.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-14.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-15.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-16.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-17.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-18.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-19.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-21.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-22.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-23.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-24.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-25.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-26.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-27.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-4.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-5.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-6.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-7.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-8.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-9.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-10.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-26.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-7.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-8.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-9.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-sccvn-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-sccvn-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-sccvn-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-sccvn-4.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/struct-aliasing-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/struct-aliasing-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp47.c
    branches/google/main/gcc/testsuite/gcc.dg/uninit-pred-5_a.c
    branches/google/main/gcc/testsuite/gcc.dg/uninit-pred-5_b.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/O3-pr39675-2.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/bb-slp-10.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/fast-math-pr35982.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/fast-math-slp-27.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/fast-math-vect-complex-3.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-10a.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-10b.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-18.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-20.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/no-vfa-pr29145.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr30843.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr33866.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr37539.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-12a.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-12b.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-18.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-21.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-23.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-3.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-multitypes-2.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/slp-reduc-6.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-1.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-10.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-107.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-98.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-outer-5.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-peel-1.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-peel-3.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-peel-4.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-a-mult.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-a-u16-i2.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-a-u16-i4.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-a-u16-mult.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-a-u32-mult.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-a-u8-i2-gap.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-a-u8-i8-gap2.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-a-u8-i8-gap7.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-float.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-mult-char-ls.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-mult.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-same-dr.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-store-a-u8-i2.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-store-u16-i4.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-store-u32-i2.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-u16-i2.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-u16-i4.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-u32-i4.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-u32-i8.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-u32-mult.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i2-gap.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i2.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap2.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap4.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap7.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-vfa-03.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-widen-mult-u16.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-widen-mult-u8.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect.exp
    branches/google/main/gcc/testsuite/gcc.dg/winline-5.c
    branches/google/main/gcc/testsuite/gcc.target/arm/20031108-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/20090811-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/combine-cmp-shift.c
    branches/google/main/gcc/testsuite/gcc.target/arm/ctz.c
    branches/google/main/gcc/testsuite/gcc.target/arm/fp16-compile-none-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/fp16-compile-vcvt.c
    branches/google/main/gcc/testsuite/gcc.target/arm/mla-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_dupf32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_dupp16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_dupp8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_dups16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_dups32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_dups64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_dups8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_dupu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_dupu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_dupu64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_dupu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_lanef32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_lanep16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_lanep8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_lanes16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_lanes32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_lanes64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_lanes8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_laneu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_laneu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_laneu64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Q_laneu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Qf32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Qp16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Qp8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Qs16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Qs32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Qs64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Qs8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Qu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Qu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Qu64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1Qu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_dupf32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_dupp16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_dupp8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_dups16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_dups32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_dups64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_dups8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_dupu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_dupu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_dupu64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_dupu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_lanef32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_lanep16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_lanep8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_lanes16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_lanes32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_lanes64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_lanes8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_laneu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_laneu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_laneu64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1_laneu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1f32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1p16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1p8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1s16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1s32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1s64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1s8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1u16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1u32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1u64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld1u8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2Q_lanef32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2Q_lanep16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2Q_lanes16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2Q_lanes32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2Q_laneu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2Q_laneu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2Qf32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2Qp16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2Qp8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2Qs16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2Qs32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2Qs8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2Qu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2Qu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2Qu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_dupf32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_dupp16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_dupp8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_dups16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_dups32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_dups64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_dups8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_dupu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_dupu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_dupu64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_dupu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_lanef32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_lanep16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_lanep8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_lanes16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_lanes32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_lanes8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_laneu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_laneu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2_laneu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2f32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2p16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2p8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2s16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2s32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2s64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2s8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2u16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2u32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2u64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld2u8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3Q_lanef32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3Q_lanep16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3Q_lanes16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3Q_lanes32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3Q_laneu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3Q_laneu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3Qf32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3Qp16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3Qp8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3Qs16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3Qs32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3Qs8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3Qu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3Qu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3Qu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_dupf32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_dupp16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_dupp8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_dups16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_dups32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_dups64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_dups8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_dupu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_dupu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_dupu64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_dupu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_lanef32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_lanep16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_lanep8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_lanes16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_lanes32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_lanes8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_laneu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_laneu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3_laneu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3f32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3p16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3p8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3s16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3s32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3s64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3s8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3u16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3u32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3u64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld3u8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4Q_lanef32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4Q_lanep16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4Q_lanes16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4Q_lanes32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4Q_laneu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4Q_laneu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4Qf32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4Qp16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4Qp8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4Qs16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4Qs32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4Qs8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4Qu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4Qu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4Qu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_dupf32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_dupp16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_dupp8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_dups16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_dups32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_dups64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_dups8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_dupu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_dupu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_dupu64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_dupu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_lanef32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_lanep16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_lanep8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_lanes16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_lanes32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_lanes8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_laneu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_laneu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4_laneu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4f32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4p16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4p8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4s16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4s32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4s64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4s8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4u16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4u32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4u64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vld4u8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Q_lanef32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Q_lanep16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Q_lanep8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Q_lanes16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Q_lanes32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Q_lanes64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Q_lanes8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Q_laneu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Q_laneu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Q_laneu64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Q_laneu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Qf32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Qp16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Qp8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Qs16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Qs32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Qs64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Qs8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Qu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Qu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Qu64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1Qu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1_lanef32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1_lanep16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1_lanep8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1_lanes16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1_lanes32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1_lanes64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1_lanes8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1_laneu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1_laneu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1_laneu64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1_laneu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1f32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1p16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1p8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1s16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1s32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1s64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1s8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1u16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1u32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1u64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst1u8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2Q_lanef32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2Q_lanep16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2Q_lanes16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2Q_lanes32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2Q_laneu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2Q_laneu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2Qf32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2Qp16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2Qp8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2Qs16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2Qs32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2Qs8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2Qu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2Qu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2Qu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2_lanef32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2_lanep16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2_lanep8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2_lanes16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2_lanes32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2_lanes8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2_laneu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2_laneu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2_laneu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2f32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2p16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2p8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2s16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2s32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2s64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2s8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2u16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2u32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2u64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst2u8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3Q_lanef32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3Q_lanep16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3Q_lanes16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3Q_lanes32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3Q_laneu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3Q_laneu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3Qf32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3Qp16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3Qp8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3Qs16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3Qs32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3Qs8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3Qu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3Qu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3Qu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3_lanef32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3_lanep16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3_lanep8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3_lanes16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3_lanes32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3_lanes8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3_laneu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3_laneu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3_laneu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3f32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3p16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3p8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3s16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3s32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3s64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3s8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3u16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3u32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3u64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst3u8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4Q_lanef32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4Q_lanep16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4Q_lanes16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4Q_lanes32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4Q_laneu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4Q_laneu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4Qf32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4Qp16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4Qp8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4Qs16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4Qs32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4Qs8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4Qu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4Qu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4Qu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4_lanef32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4_lanep16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4_lanep8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4_lanes16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4_lanes32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4_lanes8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4_laneu16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4_laneu32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4_laneu8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4f32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4p16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4p8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4s16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4s32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4s64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4s8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4u16.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4u32.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4u64.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon/vst4u8.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr39839.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr40482.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr40657-2.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr40956.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr41679.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr42093.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr42235.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr42495.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr42505.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr42574.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr42879.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr43698.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr45094.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr45701-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr45701-2.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr45701-3.c
    branches/google/main/gcc/testsuite/gcc.target/arm/pr46883.c
    branches/google/main/gcc/testsuite/gcc.target/arm/scd42-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/scd42-3.c
    branches/google/main/gcc/testsuite/gcc.target/arm/stack-corruption.c
    branches/google/main/gcc/testsuite/gcc.target/arm/sync-1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/thumb-bitfld1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/thumb-branch1.c
    branches/google/main/gcc/testsuite/gcc.target/arm/thumb-ltu.c
    branches/google/main/gcc/testsuite/gcc.target/arm/vfp-ldmdbd.c
    branches/google/main/gcc/testsuite/gcc.target/arm/vfp-ldmdbs.c
    branches/google/main/gcc/testsuite/gcc.target/arm/vfp-ldmiad.c
    branches/google/main/gcc/testsuite/gcc.target/arm/vfp-ldmias.c
    branches/google/main/gcc/testsuite/gcc.target/arm/vfp-stmdbd.c
    branches/google/main/gcc/testsuite/gcc.target/arm/vfp-stmdbs.c
    branches/google/main/gcc/testsuite/gcc.target/arm/vfp-stmiad.c
    branches/google/main/gcc/testsuite/gcc.target/arm/vfp-stmias.c
    branches/google/main/gcc/testsuite/gcc.target/avr/avr.exp
    branches/google/main/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp
    branches/google/main/gcc/testsuite/gcc.target/avr/torture/pr41885.c
    branches/google/main/gcc/testsuite/gcc.target/avr/torture/trivial.c
    branches/google/main/gcc/testsuite/gcc.target/avr/trivial.c
    branches/google/main/gcc/testsuite/gcc.target/bfin/mcpu-bf512.c
    branches/google/main/gcc/testsuite/gcc.target/bfin/mcpu-bf514.c
    branches/google/main/gcc/testsuite/gcc.target/bfin/mcpu-bf516.c
    branches/google/main/gcc/testsuite/gcc.target/bfin/mcpu-bf518.c
    branches/google/main/gcc/testsuite/gcc.target/bfin/mcpu-bf542.c
    branches/google/main/gcc/testsuite/gcc.target/bfin/mcpu-bf544.c
    branches/google/main/gcc/testsuite/gcc.target/bfin/mcpu-bf547.c
    branches/google/main/gcc/testsuite/gcc.target/bfin/mcpu-bf548.c
    branches/google/main/gcc/testsuite/gcc.target/bfin/mcpu-bf549.c
    branches/google/main/gcc/testsuite/gcc.target/i386/asm-6.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx-vzeroupper-16.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx-vzeroupper-17.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx-vzeroupper-18.c
    branches/google/main/gcc/testsuite/gcc.target/i386/builtin-copysign.c
    branches/google/main/gcc/testsuite/gcc.target/i386/incoming-8.c
    branches/google/main/gcc/testsuite/gcc.target/i386/opt-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/opt-2.c
    branches/google/main/gcc/testsuite/gcc.target/i386/parity-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/parity-2.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr27827.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr38824.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr46084.c
    branches/google/main/gcc/testsuite/gcc.target/i386/recip-vec-divf-avx.c
    branches/google/main/gcc/testsuite/gcc.target/i386/recip-vec-divf.c
    branches/google/main/gcc/testsuite/gcc.target/i386/recip-vec-sqrtf-avx.c
    branches/google/main/gcc/testsuite/gcc.target/i386/recip-vec-sqrtf.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse-19.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse2-init-v2di-2.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse4_1-blendps.c
    branches/google/main/gcc/testsuite/gcc.target/i386/ssefn-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/vecinit-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/vecinit-2.c
    branches/google/main/gcc/testsuite/gcc.target/mips/inter/mips16_stubs_1_x.c
    branches/google/main/gcc/testsuite/gcc.target/mips/madd-7.c
    branches/google/main/gcc/testsuite/gcc.target/mips/msub-7.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/ppc-pow.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/ppc-round.c   (props changed)
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr47755-2.c
    branches/google/main/gcc/testsuite/gcc.target/rx/pack.c
    branches/google/main/gcc/testsuite/gcc.target/sparc/sparc-ret.c
    branches/google/main/gcc/testsuite/gfortran.dg/allocatable_scalar_9.f90
    branches/google/main/gcc/testsuite/gfortran.dg/assign_8.f90
    branches/google/main/gcc/testsuite/gfortran.dg/bessel_1.f90
    branches/google/main/gcc/testsuite/gfortran.dg/bessel_6.f90
    branches/google/main/gcc/testsuite/gfortran.dg/bessel_7.f90
    branches/google/main/gcc/testsuite/gfortran.dg/c_f_pointer_tests_3.f90
    branches/google/main/gcc/testsuite/gfortran.dg/char4_iunit_1.f03
    branches/google/main/gcc/testsuite/gfortran.dg/char4_iunit_2.f03
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_10.f90
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_13.f90
    branches/google/main/gcc/testsuite/gfortran.dg/coarray_4.f90
    branches/google/main/gcc/testsuite/gfortran.dg/cray_pointers_8.f90
    branches/google/main/gcc/testsuite/gfortran.dg/endfile_3.f90
    branches/google/main/gcc/testsuite/gfortran.dg/endfile_4.f90
    branches/google/main/gcc/testsuite/gfortran.dg/erfc_scaled_1.f90
    branches/google/main/gcc/testsuite/gfortran.dg/f2003_io_5.f03
    branches/google/main/gcc/testsuite/gfortran.dg/fmt_cache_1.f
    branches/google/main/gcc/testsuite/gfortran.dg/fmt_g.f
    branches/google/main/gcc/testsuite/gfortran.dg/fmt_g0_1.f08
    branches/google/main/gcc/testsuite/gfortran.dg/ftell_3.f90
    branches/google/main/gcc/testsuite/gfortran.dg/func_result_1.f90
    branches/google/main/gcc/testsuite/gfortran.dg/func_result_6.f90
    branches/google/main/gcc/testsuite/gfortran.dg/g77/cabs.f
    branches/google/main/gcc/testsuite/gfortran.dg/graphite/vect-pr40979.f90
    branches/google/main/gcc/testsuite/gfortran.dg/guality/guality.exp
    branches/google/main/gcc/testsuite/gfortran.dg/hypot_1.f90
    branches/google/main/gcc/testsuite/gfortran.dg/interface_assignment_4.f90
    branches/google/main/gcc/testsuite/gfortran.dg/missing_derived_type_1.f90
    branches/google/main/gcc/testsuite/gfortran.dg/module_md5_1.f90
    branches/google/main/gcc/testsuite/gfortran.dg/namelist_65.f90
    branches/google/main/gcc/testsuite/gfortran.dg/namelist_66.f90
    branches/google/main/gcc/testsuite/gfortran.dg/namelist_print_1.f
    branches/google/main/gcc/testsuite/gfortran.dg/pr42108.f90
    branches/google/main/gcc/testsuite/gfortran.dg/pr47878.f90
    branches/google/main/gcc/testsuite/gfortran.dg/proc_ptr_comp_20.f90
    branches/google/main/gcc/testsuite/gfortran.dg/proc_ptr_comp_21.f90
    branches/google/main/gcc/testsuite/gfortran.dg/real_const_3.f90
    branches/google/main/gcc/testsuite/gfortran.dg/use_rename_1.f90
    branches/google/main/gcc/testsuite/go.test/go-test.exp
    branches/google/main/gcc/testsuite/go.test/test/bench/fannkuch-parallel.go
    branches/google/main/gcc/testsuite/go.test/test/bench/fasta.c
    branches/google/main/gcc/testsuite/go.test/test/bench/fasta.go
    branches/google/main/gcc/testsuite/go.test/test/bench/k-nucleotide-parallel.go
    branches/google/main/gcc/testsuite/go.test/test/bench/pidigits.go
    branches/google/main/gcc/testsuite/go.test/test/bench/timing.log
    branches/google/main/gcc/testsuite/go.test/test/bench/timing.sh
    branches/google/main/gcc/testsuite/go.test/test/chan/doubleselect.go
    branches/google/main/gcc/testsuite/go.test/test/chan/nonblock.go
    branches/google/main/gcc/testsuite/go.test/test/chan/perm.go
    branches/google/main/gcc/testsuite/go.test/test/chan/select3.go
    branches/google/main/gcc/testsuite/go.test/test/closedchan.go
    branches/google/main/gcc/testsuite/go.test/test/closure.go
    branches/google/main/gcc/testsuite/go.test/test/cmp1.go
    branches/google/main/gcc/testsuite/go.test/test/cmplxdivide.c
    branches/google/main/gcc/testsuite/go.test/test/const1.go
    branches/google/main/gcc/testsuite/go.test/test/const3.go
    branches/google/main/gcc/testsuite/go.test/test/convert.go
    branches/google/main/gcc/testsuite/go.test/test/copy.go
    branches/google/main/gcc/testsuite/go.test/test/ddd1.go
    branches/google/main/gcc/testsuite/go.test/test/defer.go
    branches/google/main/gcc/testsuite/go.test/test/env.go
    branches/google/main/gcc/testsuite/go.test/test/errchk
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug016.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug055.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug069.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug076.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug077.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug081.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug091.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug137.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug140.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug177.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug178.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug179.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug219.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug226.dir/y.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug234.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug242.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug243.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug248.dir/bug2.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug252.go
    branches/google/main/gcc/testsuite/go.test/test/fixedbugs/bug274.go
    branches/google/main/gcc/testsuite/go.test/test/float_lit.go
    branches/google/main/gcc/testsuite/go.test/test/garbage/Makefile
    branches/google/main/gcc/testsuite/go.test/test/garbage/parser.go
    branches/google/main/gcc/testsuite/go.test/test/garbage/peano.go
    branches/google/main/gcc/testsuite/go.test/test/garbage/tree.go
    branches/google/main/gcc/testsuite/go.test/test/golden.out
    branches/google/main/gcc/testsuite/go.test/test/hashmap.go
    branches/google/main/gcc/testsuite/go.test/test/if.go
    branches/google/main/gcc/testsuite/go.test/test/index.go
    branches/google/main/gcc/testsuite/go.test/test/interface/embed.go
    branches/google/main/gcc/testsuite/go.test/test/interface/fake.go
    branches/google/main/gcc/testsuite/go.test/test/ken/cplx2.go
    branches/google/main/gcc/testsuite/go.test/test/ken/cplx3.go
    branches/google/main/gcc/testsuite/go.test/test/method.go
    branches/google/main/gcc/testsuite/go.test/test/method2.go
    branches/google/main/gcc/testsuite/go.test/test/named1.go
    branches/google/main/gcc/testsuite/go.test/test/nilptr/arrayindex.go
    branches/google/main/gcc/testsuite/go.test/test/nilptr/arrayindex1.go
    branches/google/main/gcc/testsuite/go.test/test/nilptr/arraytoslice.go
    branches/google/main/gcc/testsuite/go.test/test/nilptr/arraytoslice1.go
    branches/google/main/gcc/testsuite/go.test/test/nilptr/arraytoslice2.go
    branches/google/main/gcc/testsuite/go.test/test/nilptr/slicearray.go
    branches/google/main/gcc/testsuite/go.test/test/nilptr/structfield.go
    branches/google/main/gcc/testsuite/go.test/test/nilptr/structfield1.go
    branches/google/main/gcc/testsuite/go.test/test/nilptr/structfield2.go
    branches/google/main/gcc/testsuite/go.test/test/nilptr/structfieldaddr.go
    branches/google/main/gcc/testsuite/go.test/test/nul1.go
    branches/google/main/gcc/testsuite/go.test/test/recover3.go
    branches/google/main/gcc/testsuite/go.test/test/run
    branches/google/main/gcc/testsuite/go.test/test/sigchld.go
    branches/google/main/gcc/testsuite/go.test/test/stack.go
    branches/google/main/gcc/testsuite/lib/compat.exp
    branches/google/main/gcc/testsuite/lib/gcc-defs.exp
    branches/google/main/gcc/testsuite/lib/gcc-gdb-test.exp
    branches/google/main/gcc/testsuite/lib/lto.exp
    branches/google/main/gcc/testsuite/lib/profopt.exp
    branches/google/main/gcc/testsuite/lib/prune.exp
    branches/google/main/gcc/testsuite/lib/scanasm.exp
    branches/google/main/gcc/testsuite/lib/scandump.exp
    branches/google/main/gcc/testsuite/lib/target-supports-dg.exp
    branches/google/main/gcc/testsuite/lib/target-supports.exp
    branches/google/main/gcc/testsuite/lib/timeout.exp
    branches/google/main/gcc/testsuite/obj-c++.dg/attributes/categ-attribute-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/attributes/categ-attribute-2.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/attributes/method-attribute-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/attributes/method-attribute-2.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/attributes/method-attribute-3.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/basic.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/bitfield-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/bitfield-2.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/bitfield-4.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/class-protocol-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/comp-types-11.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/comp-types-12.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/comp-types-13.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/comp-types-9.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/cxx-ivars-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/cxx-ivars-2.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/cxx-scope-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/cxx-scope-2.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/defs.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/dwarf-2.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/encode-4.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/encode-5.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/encode-6.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/encode-7.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/except-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/exceptions-2.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/fix-and-continue-2.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/fsf-package-0.m
    branches/google/main/gcc/testsuite/obj-c++.dg/gnu-api-2-class.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/gnu-api-2-objc.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/gnu-runtime-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/gnu-runtime-3.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/invalid-type-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/isa-field-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/ivar-list-semi.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/layout-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/local-decl-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/lookup-2.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/method-10.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/method-11.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/method-12.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/method-13.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/method-15.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/method-17.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/method-19.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/method-2.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/method-21.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/method-22.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/method-23.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/method-6.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/method-7.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/naming-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/naming-2.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/no-extra-load.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/objc-gc-3.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/property/property-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/proto-lossage-2.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/proto-lossage-3.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/proto-qual-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/qual-types-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/selector-2.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/selector-5.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/selector-6.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/set-not-used-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/strings/const-str-12.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/strings/strings-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/super-class-2.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/sync-2.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/template-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/template-3.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/template-4.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/threedotthree-abi-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/torture/strings/const-str-10.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/torture/strings/const-str-11.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/torture/strings/const-str-7.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/torture/strings/const-str-8.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/torture/strings/const-str-9.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/torture/strings/string1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/torture/tls/thr-init-3.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/torture/trivial.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/try-catch-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/try-catch-11.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/try-catch-2.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/try-catch-3.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/try-catch-7.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/try-catch-8.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/try-catch-9.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/typedef-alias-1.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/va-meth-1.mm
    branches/google/main/gcc/testsuite/objc-obj-c++-shared/objc-test-suite-next-encode-assist-impl.h
    branches/google/main/gcc/testsuite/objc-obj-c++-shared/objc-test-suite-next-encode-assist.h
    branches/google/main/gcc/testsuite/objc-obj-c++-shared/objc-test-suite-types.h
    branches/google/main/gcc/testsuite/objc.dg/attributes/categ-attribute-1.m
    branches/google/main/gcc/testsuite/objc.dg/attributes/categ-attribute-2.m
    branches/google/main/gcc/testsuite/objc.dg/attributes/method-attribute-1.m
    branches/google/main/gcc/testsuite/objc.dg/attributes/method-attribute-2.m
    branches/google/main/gcc/testsuite/objc.dg/attributes/method-attribute-3.m
    branches/google/main/gcc/testsuite/objc.dg/bitfield-1.m
    branches/google/main/gcc/testsuite/objc.dg/bitfield-3.m
    branches/google/main/gcc/testsuite/objc.dg/bitfield-5.m
    branches/google/main/gcc/testsuite/objc.dg/call-super-1.m
    branches/google/main/gcc/testsuite/objc.dg/call-super-2.m
    branches/google/main/gcc/testsuite/objc.dg/call-super-3.m
    branches/google/main/gcc/testsuite/objc.dg/category-1.m
    branches/google/main/gcc/testsuite/objc.dg/class-protocol-1.m
    branches/google/main/gcc/testsuite/objc.dg/comp-types-10.m
    branches/google/main/gcc/testsuite/objc.dg/comp-types-11.m
    branches/google/main/gcc/testsuite/objc.dg/comp-types-12.m
    branches/google/main/gcc/testsuite/objc.dg/comp-types-8.m
    branches/google/main/gcc/testsuite/objc.dg/defs.m
    branches/google/main/gcc/testsuite/objc.dg/desig-init-1.m
    branches/google/main/gcc/testsuite/objc.dg/encode-2.m
    branches/google/main/gcc/testsuite/objc.dg/encode-3.m
    branches/google/main/gcc/testsuite/objc.dg/encode-4.m
    branches/google/main/gcc/testsuite/objc.dg/encode-5.m
    branches/google/main/gcc/testsuite/objc.dg/encode-7-next-64bit.m
    branches/google/main/gcc/testsuite/objc.dg/encode-7-next.m
    branches/google/main/gcc/testsuite/objc.dg/encode-7.m
    branches/google/main/gcc/testsuite/objc.dg/encode-8.m
    branches/google/main/gcc/testsuite/objc.dg/exceptions-2.m
    branches/google/main/gcc/testsuite/objc.dg/fix-and-continue-1.m
    branches/google/main/gcc/testsuite/objc.dg/fix-and-continue-2.m
    branches/google/main/gcc/testsuite/objc.dg/foreach-1.m
    branches/google/main/gcc/testsuite/objc.dg/foreach-2.m
    branches/google/main/gcc/testsuite/objc.dg/foreach-3.m
    branches/google/main/gcc/testsuite/objc.dg/foreach-4.m
    branches/google/main/gcc/testsuite/objc.dg/foreach-5.m
    branches/google/main/gcc/testsuite/objc.dg/foreach-6.m
    branches/google/main/gcc/testsuite/objc.dg/foreach-7.m
    branches/google/main/gcc/testsuite/objc.dg/fsf-package-0.m
    branches/google/main/gcc/testsuite/objc.dg/func-ptr-1.m
    branches/google/main/gcc/testsuite/objc.dg/func-ptr-2.m
    branches/google/main/gcc/testsuite/objc.dg/gnu-api-2-class.m
    branches/google/main/gcc/testsuite/objc.dg/gnu-api-2-objc.m
    branches/google/main/gcc/testsuite/objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c
    branches/google/main/gcc/testsuite/objc.dg/gnu-runtime-1.m
    branches/google/main/gcc/testsuite/objc.dg/gnu-runtime-3.m
    branches/google/main/gcc/testsuite/objc.dg/headers.m
    branches/google/main/gcc/testsuite/objc.dg/isa-field-1.m
    branches/google/main/gcc/testsuite/objc.dg/layout-1.m
    branches/google/main/gcc/testsuite/objc.dg/layout-2.m
    branches/google/main/gcc/testsuite/objc.dg/local-decl-2.m
    branches/google/main/gcc/testsuite/objc.dg/lookup-1.m
    branches/google/main/gcc/testsuite/objc.dg/method-10.m
    branches/google/main/gcc/testsuite/objc.dg/method-13.m
    branches/google/main/gcc/testsuite/objc.dg/method-15.m
    branches/google/main/gcc/testsuite/objc.dg/method-17.m
    branches/google/main/gcc/testsuite/objc.dg/method-19.m
    branches/google/main/gcc/testsuite/objc.dg/method-20b.m
    branches/google/main/gcc/testsuite/objc.dg/method-3.m
    branches/google/main/gcc/testsuite/objc.dg/method-4.m
    branches/google/main/gcc/testsuite/objc.dg/method-5.m
    branches/google/main/gcc/testsuite/objc.dg/method-6.m
    branches/google/main/gcc/testsuite/objc.dg/method-7.m
    branches/google/main/gcc/testsuite/objc.dg/method-9.m
    branches/google/main/gcc/testsuite/objc.dg/naming-4.m
    branches/google/main/gcc/testsuite/objc.dg/naming-5.m
    branches/google/main/gcc/testsuite/objc.dg/objc-fast-4.m
    branches/google/main/gcc/testsuite/objc.dg/objc-gc-4.m
    branches/google/main/gcc/testsuite/objc.dg/pr18255.m
    branches/google/main/gcc/testsuite/objc.dg/pr23214.m
    branches/google/main/gcc/testsuite/objc.dg/pr45878.m
    branches/google/main/gcc/testsuite/objc.dg/property/property-1.m
    branches/google/main/gcc/testsuite/objc.dg/proto-lossage-2.m
    branches/google/main/gcc/testsuite/objc.dg/proto-lossage-3.m
    branches/google/main/gcc/testsuite/objc.dg/proto-qual-1.m
    branches/google/main/gcc/testsuite/objc.dg/selector-2.m
    branches/google/main/gcc/testsuite/objc.dg/set-not-used-1.m
    branches/google/main/gcc/testsuite/objc.dg/sizeof-1.m
    branches/google/main/gcc/testsuite/objc.dg/special/unclaimed-category-1.h
    branches/google/main/gcc/testsuite/objc.dg/special/unclaimed-category-1.m
    branches/google/main/gcc/testsuite/objc.dg/stret-1.m
    branches/google/main/gcc/testsuite/objc.dg/stret-2.m
    branches/google/main/gcc/testsuite/objc.dg/strings/strings-1.m
    branches/google/main/gcc/testsuite/objc.dg/super-class-3.m
    branches/google/main/gcc/testsuite/objc.dg/super-class-4.m
    branches/google/main/gcc/testsuite/objc.dg/sync-1.m
    branches/google/main/gcc/testsuite/objc.dg/sync-2.m
    branches/google/main/gcc/testsuite/objc.dg/threedotthree-abi-1.m
    branches/google/main/gcc/testsuite/objc.dg/torture/forward-1.m
    branches/google/main/gcc/testsuite/objc.dg/torture/strings/const-str-10.m
    branches/google/main/gcc/testsuite/objc.dg/torture/strings/const-str-11.m
    branches/google/main/gcc/testsuite/objc.dg/torture/strings/const-str-7.m
    branches/google/main/gcc/testsuite/objc.dg/torture/strings/const-str-8.m
    branches/google/main/gcc/testsuite/objc.dg/torture/strings/const-str-9.m
    branches/google/main/gcc/testsuite/objc.dg/torture/tls/thr-init-3.m
    branches/google/main/gcc/testsuite/objc.dg/torture/trivial.m
    branches/google/main/gcc/testsuite/objc.dg/try-catch-1.m
    branches/google/main/gcc/testsuite/objc.dg/try-catch-10.m
    branches/google/main/gcc/testsuite/objc.dg/try-catch-3.m
    branches/google/main/gcc/testsuite/objc.dg/try-catch-6.m
    branches/google/main/gcc/testsuite/objc.dg/try-catch-7.m
    branches/google/main/gcc/testsuite/objc.dg/type-size-2.m
    branches/google/main/gcc/testsuite/objc.dg/typedef-alias-1.m
    branches/google/main/gcc/testsuite/objc.dg/va-meth-1.m
    branches/google/main/gcc/testsuite/objc.dg/zero-link-1.m
    branches/google/main/gcc/testsuite/objc.dg/zero-link-3.m
    branches/google/main/gcc/testsuite/objc/compile/trivial.m
    branches/google/main/gcc/testsuite/objc/execute/IMP.m
    branches/google/main/gcc/testsuite/objc/execute/_cmd.m
    branches/google/main/gcc/testsuite/objc/execute/accessing_ivars.m
    branches/google/main/gcc/testsuite/objc/execute/bf-common.h
    branches/google/main/gcc/testsuite/objc/execute/bycopy-1.m
    branches/google/main/gcc/testsuite/objc/execute/bycopy-2.m
    branches/google/main/gcc/testsuite/objc/execute/bycopy-3.m
    branches/google/main/gcc/testsuite/objc/execute/cascading-1.m
    branches/google/main/gcc/testsuite/objc/execute/class-1.m
    branches/google/main/gcc/testsuite/objc/execute/class-10.m
    branches/google/main/gcc/testsuite/objc/execute/class-11.m
    branches/google/main/gcc/testsuite/objc/execute/class-12.m
    branches/google/main/gcc/testsuite/objc/execute/class-13.m
    branches/google/main/gcc/testsuite/objc/execute/class-14.m
    branches/google/main/gcc/testsuite/objc/execute/class-2.m
    branches/google/main/gcc/testsuite/objc/execute/class-3.m
    branches/google/main/gcc/testsuite/objc/execute/class-4.m
    branches/google/main/gcc/testsuite/objc/execute/class-5.m
    branches/google/main/gcc/testsuite/objc/execute/class-6.m
    branches/google/main/gcc/testsuite/objc/execute/class-7.m
    branches/google/main/gcc/testsuite/objc/execute/class-8.m
    branches/google/main/gcc/testsuite/objc/execute/class-9.m
    branches/google/main/gcc/testsuite/objc/execute/class-tests-1.h
    branches/google/main/gcc/testsuite/objc/execute/class-tests-2.h
    branches/google/main/gcc/testsuite/objc/execute/class_self-1.m
    branches/google/main/gcc/testsuite/objc/execute/class_self-2.m
    branches/google/main/gcc/testsuite/objc/execute/compatibility_alias.m
    branches/google/main/gcc/testsuite/objc/execute/encode-1.m
    branches/google/main/gcc/testsuite/objc/execute/enumeration-1.m
    branches/google/main/gcc/testsuite/objc/execute/enumeration-2.m
    branches/google/main/gcc/testsuite/objc/execute/exceptions/catchall-1.m
    branches/google/main/gcc/testsuite/objc/execute/exceptions/finally-1.m
    branches/google/main/gcc/testsuite/objc/execute/exceptions/foward-1.m
    branches/google/main/gcc/testsuite/objc/execute/exceptions/handler-1.m
    branches/google/main/gcc/testsuite/objc/execute/exceptions/local-variables-1.m
    branches/google/main/gcc/testsuite/objc/execute/exceptions/matcher-1.m
    branches/google/main/gcc/testsuite/objc/execute/exceptions/throw-nil.m
    branches/google/main/gcc/testsuite/objc/execute/exceptions/trivial.m
    branches/google/main/gcc/testsuite/objc/execute/formal_protocol-1.m
    branches/google/main/gcc/testsuite/objc/execute/formal_protocol-2.m
    branches/google/main/gcc/testsuite/objc/execute/formal_protocol-3.m
    branches/google/main/gcc/testsuite/objc/execute/formal_protocol-4.m
    branches/google/main/gcc/testsuite/objc/execute/formal_protocol-5.m
    branches/google/main/gcc/testsuite/objc/execute/formal_protocol-6.m
    branches/google/main/gcc/testsuite/objc/execute/formal_protocol-7.m
    branches/google/main/gcc/testsuite/objc/execute/function-message-1.m
    branches/google/main/gcc/testsuite/objc/execute/informal_protocol.m
    branches/google/main/gcc/testsuite/objc/execute/load-3.m
    branches/google/main/gcc/testsuite/objc/execute/many_args_method.m
    branches/google/main/gcc/testsuite/objc/execute/nested-3.m
    branches/google/main/gcc/testsuite/objc/execute/nested-func-1.m
    branches/google/main/gcc/testsuite/objc/execute/nil_method-1.m
    branches/google/main/gcc/testsuite/objc/execute/no_clash.m
    branches/google/main/gcc/testsuite/objc/execute/np-1.m
    branches/google/main/gcc/testsuite/objc/execute/np-2.m
    branches/google/main/gcc/testsuite/objc/execute/object_is_class.m
    branches/google/main/gcc/testsuite/objc/execute/object_is_meta_class.m
    branches/google/main/gcc/testsuite/objc/execute/private.m
    branches/google/main/gcc/testsuite/objc/execute/protocol-isEqual-1.m
    branches/google/main/gcc/testsuite/objc/execute/protocol-isEqual-2.m
    branches/google/main/gcc/testsuite/objc/execute/protocol-isEqual-3.m
    branches/google/main/gcc/testsuite/objc/execute/protocol-isEqual-4.m
    branches/google/main/gcc/testsuite/objc/execute/redefining_self.m
    branches/google/main/gcc/testsuite/objc/execute/root_methods.m
    branches/google/main/gcc/testsuite/objc/execute/selector-1.m
    branches/google/main/gcc/testsuite/objc/execute/static-1.m
    branches/google/main/gcc/testsuite/objc/execute/static-2.m
    branches/google/main/gcc/testsuite/objc/execute/trivial.m
    branches/google/main/gcc/testsuite/objc/execute/va_method.m
    branches/google/main/gcc/timevar.c
    branches/google/main/gcc/timevar.def
    branches/google/main/gcc/tlink.c
    branches/google/main/gcc/toplev.c
    branches/google/main/gcc/tracer.c
    branches/google/main/gcc/tree-call-cdce.c
    branches/google/main/gcc/tree-cfg.c
    branches/google/main/gcc/tree-cfgcleanup.c
    branches/google/main/gcc/tree-chrec.c
    branches/google/main/gcc/tree-complex.c
    branches/google/main/gcc/tree-data-ref.c
    branches/google/main/gcc/tree-data-ref.h
    branches/google/main/gcc/tree-dfa.c
    branches/google/main/gcc/tree-dump.c
    branches/google/main/gcc/tree-eh.c
    branches/google/main/gcc/tree-emutls.c
    branches/google/main/gcc/tree-flow-inline.h
    branches/google/main/gcc/tree-flow.h
    branches/google/main/gcc/tree-if-conv.c
    branches/google/main/gcc/tree-inline.c
    branches/google/main/gcc/tree-inline.h
    branches/google/main/gcc/tree-into-ssa.c
    branches/google/main/gcc/tree-iterator.c
    branches/google/main/gcc/tree-loop-distribution.c
    branches/google/main/gcc/tree-mudflap.c
    branches/google/main/gcc/tree-nested.c
    branches/google/main/gcc/tree-nrv.c
    branches/google/main/gcc/tree-object-size.c
    branches/google/main/gcc/tree-optimize.c
    branches/google/main/gcc/tree-parloops.c
    branches/google/main/gcc/tree-pass.h
    branches/google/main/gcc/tree-pretty-print.c
    branches/google/main/gcc/tree-profile.c
    branches/google/main/gcc/tree-scalar-evolution.c
    branches/google/main/gcc/tree-sra.c
    branches/google/main/gcc/tree-ssa-address.c
    branches/google/main/gcc/tree-ssa-alias.c
    branches/google/main/gcc/tree-ssa-alias.h
    branches/google/main/gcc/tree-ssa-ccp.c
    branches/google/main/gcc/tree-ssa-coalesce.c
    branches/google/main/gcc/tree-ssa-copy.c
    branches/google/main/gcc/tree-ssa-copyrename.c
    branches/google/main/gcc/tree-ssa-dce.c
    branches/google/main/gcc/tree-ssa-dom.c
    branches/google/main/gcc/tree-ssa-dse.c
    branches/google/main/gcc/tree-ssa-forwprop.c
    branches/google/main/gcc/tree-ssa-ifcombine.c
    branches/google/main/gcc/tree-ssa-live.c
    branches/google/main/gcc/tree-ssa-loop-ch.c
    branches/google/main/gcc/tree-ssa-loop-im.c
    branches/google/main/gcc/tree-ssa-loop-ivopts.c
    branches/google/main/gcc/tree-ssa-loop-niter.c
    branches/google/main/gcc/tree-ssa-loop-prefetch.c
    branches/google/main/gcc/tree-ssa-loop.c
    branches/google/main/gcc/tree-ssa-math-opts.c
    branches/google/main/gcc/tree-ssa-operands.c
    branches/google/main/gcc/tree-ssa-phiopt.c
    branches/google/main/gcc/tree-ssa-phiprop.c
    branches/google/main/gcc/tree-ssa-pre.c
    branches/google/main/gcc/tree-ssa-reassoc.c
    branches/google/main/gcc/tree-ssa-sccvn.c
    branches/google/main/gcc/tree-ssa-sink.c
    branches/google/main/gcc/tree-ssa-structalias.c
    branches/google/main/gcc/tree-ssa-threadedge.c
    branches/google/main/gcc/tree-ssa-threadupdate.c
    branches/google/main/gcc/tree-ssa-uncprop.c
    branches/google/main/gcc/tree-ssa-uninit.c
    branches/google/main/gcc/tree-ssa.c
    branches/google/main/gcc/tree-ssanames.c
    branches/google/main/gcc/tree-stdarg.c
    branches/google/main/gcc/tree-switch-conversion.c
    branches/google/main/gcc/tree-tailcall.c
    branches/google/main/gcc/tree-vect-data-refs.c
    branches/google/main/gcc/tree-vect-generic.c
    branches/google/main/gcc/tree-vect-loop-manip.c
    branches/google/main/gcc/tree-vect-loop.c
    branches/google/main/gcc/tree-vect-patterns.c
    branches/google/main/gcc/tree-vect-slp.c
    branches/google/main/gcc/tree-vect-stmts.c
    branches/google/main/gcc/tree-vectorizer.c
    branches/google/main/gcc/tree-vectorizer.h
    branches/google/main/gcc/tree-vrp.c
    branches/google/main/gcc/tree.c
    branches/google/main/gcc/tree.def
    branches/google/main/gcc/tree.h
    branches/google/main/gcc/treestruct.def
    branches/google/main/gcc/unwind-dw2.c
    branches/google/main/gcc/value-prof.c
    branches/google/main/gcc/var-tracking.c
    branches/google/main/gcc/varasm.c
    branches/google/main/gcc/varpool.c
    branches/google/main/gcc/vec.c
    branches/google/main/gcc/vec.h
    branches/google/main/gcc/vmsdbgout.c
    branches/google/main/gcc/web.c
    branches/google/main/include/ChangeLog
    branches/google/main/include/ansidecl.h
    branches/google/main/include/demangle.h
    branches/google/main/include/dwarf2.h
    branches/google/main/include/filenames.h
    branches/google/main/include/plugin-api.h
    branches/google/main/libcpp/ChangeLog
    branches/google/main/libcpp/directives.c
    branches/google/main/libcpp/expr.c
    branches/google/main/libcpp/files.c
    branches/google/main/libcpp/init.c
    branches/google/main/libcpp/lex.c
    branches/google/main/libcpp/line-map.c
    branches/google/main/libcpp/macro.c
    branches/google/main/libcpp/mkdeps.c
    branches/google/main/libcpp/pch.c
    branches/google/main/libcpp/po/ChangeLog
    branches/google/main/libcpp/po/be.po
    branches/google/main/libcpp/po/ca.po
    branches/google/main/libcpp/po/cpplib.pot
    branches/google/main/libcpp/po/da.po
    branches/google/main/libcpp/po/de.po
    branches/google/main/libcpp/po/el.po
    branches/google/main/libcpp/po/es.po
    branches/google/main/libcpp/po/fi.po
    branches/google/main/libcpp/po/fr.po
    branches/google/main/libcpp/po/id.po
    branches/google/main/libcpp/po/ja.po
    branches/google/main/libcpp/po/nl.po
    branches/google/main/libcpp/po/ru.po
    branches/google/main/libcpp/po/sv.po
    branches/google/main/libcpp/po/tr.po
    branches/google/main/libcpp/po/uk.po
    branches/google/main/libcpp/po/vi.po
    branches/google/main/libcpp/po/zh_CN.po
    branches/google/main/libcpp/po/zh_TW.po
    branches/google/main/libcpp/system.h
    branches/google/main/libdecnumber/ChangeLog
    branches/google/main/libdecnumber/decNumber.c
    branches/google/main/libffi/ChangeLog
    branches/google/main/libffi/src/alpha/osf.S
    branches/google/main/libffi/testsuite/libffi.call/cls_double_va.c
    branches/google/main/libffi/testsuite/libffi.call/cls_longdouble_va.c
    branches/google/main/libffi/testsuite/libffi.call/ffitest.h
    branches/google/main/libffi/testsuite/libffi.call/huge_struct.c
    branches/google/main/libgcc/ChangeLog
    branches/google/main/libgcc/Makefile.in
    branches/google/main/libgcc/config.host
    branches/google/main/libgcc/config/alpha/t-crtfm
    branches/google/main/libgcc/config/avr/t-avr
    branches/google/main/libgcc/config/i386/t-crtfm
    branches/google/main/libgcc/config/i386/t-sol2
    branches/google/main/libgcc/config/s390/t-linux
    branches/google/main/libgcc/config/s390/t-tpf
    branches/google/main/libgcc/config/sh/t-linux
    branches/google/main/libgcc/config/t-slibgcc-darwin
    branches/google/main/libgcc/configure
    branches/google/main/libgcc/configure.ac
    branches/google/main/libgcc/shared-object.mk
    branches/google/main/libgfortran/ChangeLog
    branches/google/main/libgfortran/Makefile.am
    branches/google/main/libgfortran/Makefile.in
    branches/google/main/libgfortran/acinclude.m4
    branches/google/main/libgfortran/config.h.in
    branches/google/main/libgfortran/config/fpu-387.h
    branches/google/main/libgfortran/config/fpu-aix.h
    branches/google/main/libgfortran/config/fpu-generic.h
    branches/google/main/libgfortran/config/fpu-glibc.h
    branches/google/main/libgfortran/config/fpu-sysv.h
    branches/google/main/libgfortran/configure
    branches/google/main/libgfortran/configure.ac
    branches/google/main/libgfortran/configure.host
    branches/google/main/libgfortran/generated/cshift0_c10.c
    branches/google/main/libgfortran/generated/cshift0_c16.c
    branches/google/main/libgfortran/generated/cshift0_c4.c
    branches/google/main/libgfortran/generated/cshift0_c8.c
    branches/google/main/libgfortran/generated/cshift0_i1.c
    branches/google/main/libgfortran/generated/cshift0_i16.c
    branches/google/main/libgfortran/generated/cshift0_i2.c
    branches/google/main/libgfortran/generated/cshift0_i4.c
    branches/google/main/libgfortran/generated/cshift0_i8.c
    branches/google/main/libgfortran/generated/cshift0_r10.c
    branches/google/main/libgfortran/generated/cshift0_r16.c
    branches/google/main/libgfortran/generated/cshift0_r4.c
    branches/google/main/libgfortran/generated/cshift0_r8.c
    branches/google/main/libgfortran/generated/reshape_c10.c
    branches/google/main/libgfortran/generated/reshape_c16.c
    branches/google/main/libgfortran/generated/reshape_c4.c
    branches/google/main/libgfortran/generated/reshape_c8.c
    branches/google/main/libgfortran/generated/reshape_i16.c
    branches/google/main/libgfortran/generated/reshape_i4.c
    branches/google/main/libgfortran/generated/reshape_i8.c
    branches/google/main/libgfortran/generated/reshape_r10.c
    branches/google/main/libgfortran/generated/reshape_r16.c
    branches/google/main/libgfortran/generated/reshape_r4.c
    branches/google/main/libgfortran/generated/reshape_r8.c
    branches/google/main/libgfortran/intrinsics/abort.c
    branches/google/main/libgfortran/intrinsics/cshift0.c
    branches/google/main/libgfortran/intrinsics/date_and_time.c
    branches/google/main/libgfortran/intrinsics/execute_command_line.c
    branches/google/main/libgfortran/intrinsics/move_alloc.c
    branches/google/main/libgfortran/intrinsics/reshape_generic.c
    branches/google/main/libgfortran/intrinsics/system_clock.c
    branches/google/main/libgfortran/io/fbuf.c
    branches/google/main/libgfortran/io/format.c
    branches/google/main/libgfortran/io/io.h
    branches/google/main/libgfortran/io/list_read.c
    branches/google/main/libgfortran/io/open.c
    branches/google/main/libgfortran/io/read.c
    branches/google/main/libgfortran/io/transfer.c
    branches/google/main/libgfortran/io/unit.c
    branches/google/main/libgfortran/io/unix.c
    branches/google/main/libgfortran/io/write.c
    branches/google/main/libgfortran/io/write_float.def
    branches/google/main/libgfortran/libgfortran.h
    branches/google/main/libgfortran/m4/cshift0.m4
    branches/google/main/libgfortran/m4/reshape.m4
    branches/google/main/libgfortran/runtime/backtrace.c
    branches/google/main/libgfortran/runtime/compile_options.c
    branches/google/main/libgfortran/runtime/environ.c
    branches/google/main/libgfortran/runtime/error.c
    branches/google/main/libgfortran/runtime/main.c
    branches/google/main/libgfortran/runtime/pause.c
    branches/google/main/libgfortran/runtime/stop.c
    branches/google/main/libgo/MERGE
    branches/google/main/libgo/Makefile.am
    branches/google/main/libgo/Makefile.in
    branches/google/main/libgo/config.h.in
    branches/google/main/libgo/configure   (contents, props changed)
    branches/google/main/libgo/configure.ac
    branches/google/main/libgo/go/archive/tar/common.go
    branches/google/main/libgo/go/archive/tar/reader.go
    branches/google/main/libgo/go/archive/tar/reader_test.go
    branches/google/main/libgo/go/archive/tar/writer_test.go
    branches/google/main/libgo/go/archive/zip/reader.go
    branches/google/main/libgo/go/archive/zip/reader_test.go
    branches/google/main/libgo/go/archive/zip/struct.go
    branches/google/main/libgo/go/asn1/asn1.go
    branches/google/main/libgo/go/asn1/asn1_test.go
    branches/google/main/libgo/go/asn1/common.go
    branches/google/main/libgo/go/asn1/marshal.go
    branches/google/main/libgo/go/asn1/marshal_test.go
    branches/google/main/libgo/go/big/int.go
    branches/google/main/libgo/go/big/int_test.go
    branches/google/main/libgo/go/big/nat.go
    branches/google/main/libgo/go/bufio/bufio.go
    branches/google/main/libgo/go/bufio/bufio_test.go
    branches/google/main/libgo/go/bytes/buffer.go
    branches/google/main/libgo/go/bytes/buffer_test.go
    branches/google/main/libgo/go/bytes/bytes.go
    branches/google/main/libgo/go/bytes/bytes_test.go
    branches/google/main/libgo/go/cmath/abs.go
    branches/google/main/libgo/go/compress/flate/deflate.go
    branches/google/main/libgo/go/compress/flate/deflate_test.go
    branches/google/main/libgo/go/compress/flate/inflate.go
    branches/google/main/libgo/go/compress/gzip/gunzip.go
    branches/google/main/libgo/go/compress/zlib/reader.go
    branches/google/main/libgo/go/compress/zlib/reader_test.go
    branches/google/main/libgo/go/compress/zlib/writer.go
    branches/google/main/libgo/go/compress/zlib/writer_test.go
    branches/google/main/libgo/go/container/heap/heap.go
    branches/google/main/libgo/go/container/heap/heap_test.go
    branches/google/main/libgo/go/container/list/list.go
    branches/google/main/libgo/go/container/ring/ring.go
    branches/google/main/libgo/go/container/ring/ring_test.go
    branches/google/main/libgo/go/container/vector/defs.go
    branches/google/main/libgo/go/container/vector/numbers_test.go
    branches/google/main/libgo/go/crypto/aes/const.go
    branches/google/main/libgo/go/crypto/blowfish/cipher.go
    branches/google/main/libgo/go/crypto/cast5/cast5.go
    branches/google/main/libgo/go/crypto/cipher/cipher.go
    branches/google/main/libgo/go/crypto/cipher/ctr.go
    branches/google/main/libgo/go/crypto/cipher/ocfb.go
    branches/google/main/libgo/go/crypto/cipher/ocfb_test.go
    branches/google/main/libgo/go/crypto/elliptic/elliptic.go
    branches/google/main/libgo/go/crypto/elliptic/elliptic_test.go
    branches/google/main/libgo/go/crypto/hmac/hmac.go
    branches/google/main/libgo/go/crypto/md4/md4.go
    branches/google/main/libgo/go/crypto/md5/md5.go
    branches/google/main/libgo/go/crypto/ocsp/ocsp.go
    branches/google/main/libgo/go/crypto/openpgp/armor/armor.go
    branches/google/main/libgo/go/crypto/openpgp/armor/armor_test.go
    branches/google/main/libgo/go/crypto/openpgp/armor/encode.go
    branches/google/main/libgo/go/crypto/openpgp/error/error.go
    branches/google/main/libgo/go/crypto/openpgp/s2k/s2k.go
    branches/google/main/libgo/go/crypto/openpgp/s2k/s2k_test.go
    branches/google/main/libgo/go/crypto/rand/rand_test.go
    branches/google/main/libgo/go/crypto/rand/rand_unix.go
    branches/google/main/libgo/go/crypto/rand/rand_windows.go
    branches/google/main/libgo/go/crypto/rc4/rc4.go
    branches/google/main/libgo/go/crypto/ripemd160/ripemd160.go
    branches/google/main/libgo/go/crypto/rsa/pkcs1v15.go
    branches/google/main/libgo/go/crypto/rsa/pkcs1v15_test.go
    branches/google/main/libgo/go/crypto/rsa/rsa.go
    branches/google/main/libgo/go/crypto/rsa/rsa_test.go
    branches/google/main/libgo/go/crypto/sha1/sha1.go
    branches/google/main/libgo/go/crypto/sha256/sha256.go
    branches/google/main/libgo/go/crypto/sha512/sha512.go
    branches/google/main/libgo/go/crypto/subtle/constant_time.go
    branches/google/main/libgo/go/crypto/tls/common.go
    branches/google/main/libgo/go/crypto/tls/conn.go
    branches/google/main/libgo/go/crypto/tls/generate_cert.go
    branches/google/main/libgo/go/crypto/tls/handshake_client.go
    branches/google/main/libgo/go/crypto/tls/handshake_client_test.go
    branches/google/main/libgo/go/crypto/tls/handshake_messages.go
    branches/google/main/libgo/go/crypto/tls/handshake_messages_test.go
    branches/google/main/libgo/go/crypto/tls/handshake_server.go
    branches/google/main/libgo/go/crypto/tls/handshake_server_test.go
    branches/google/main/libgo/go/crypto/tls/key_agreement.go
    branches/google/main/libgo/go/crypto/tls/tls.go
    branches/google/main/libgo/go/crypto/twofish/twofish.go
    branches/google/main/libgo/go/crypto/x509/x509.go
    branches/google/main/libgo/go/crypto/x509/x509_test.go
    branches/google/main/libgo/go/crypto/xtea/cipher.go
    branches/google/main/libgo/go/debug/dwarf/open.go
    branches/google/main/libgo/go/debug/elf/elf.go
    branches/google/main/libgo/go/debug/elf/file.go
    branches/google/main/libgo/go/debug/gosym/pclntab_test.go
    branches/google/main/libgo/go/debug/macho/file.go
    branches/google/main/libgo/go/debug/pe/file.go
    branches/google/main/libgo/go/debug/proc/proc_darwin.go
    branches/google/main/libgo/go/debug/proc/proc_freebsd.go
    branches/google/main/libgo/go/debug/proc/proc_linux.go
    branches/google/main/libgo/go/debug/proc/proc_windows.go
    branches/google/main/libgo/go/ebnf/ebnf.go
    branches/google/main/libgo/go/ebnf/ebnf_test.go
    branches/google/main/libgo/go/ebnf/parser.go
    branches/google/main/libgo/go/encoding/binary/binary.go
    branches/google/main/libgo/go/encoding/binary/binary_test.go
    branches/google/main/libgo/go/encoding/hex/hex.go
    branches/google/main/libgo/go/encoding/line/line.go
    branches/google/main/libgo/go/encoding/line/line_test.go
    branches/google/main/libgo/go/encoding/pem/pem.go
    branches/google/main/libgo/go/exec/exec.go
    branches/google/main/libgo/go/exec/exec_test.go
    branches/google/main/libgo/go/exec/lp_unix.go
    branches/google/main/libgo/go/exec/lp_windows.go
    branches/google/main/libgo/go/exp/datafmt/datafmt.go
    branches/google/main/libgo/go/exp/datafmt/parser.go
    branches/google/main/libgo/go/exp/draw/draw.go
    branches/google/main/libgo/go/exp/draw/draw_test.go
    branches/google/main/libgo/go/exp/draw/x11/auth.go
    branches/google/main/libgo/go/exp/draw/x11/conn.go
    branches/google/main/libgo/go/exp/eval/bridge.go
    branches/google/main/libgo/go/exp/eval/eval_test.go
    branches/google/main/libgo/go/exp/eval/stmt.go
    branches/google/main/libgo/go/exp/eval/stmt_test.go
    branches/google/main/libgo/go/exp/eval/type.go
    branches/google/main/libgo/go/exp/eval/world.go
    branches/google/main/libgo/go/exp/ogle/cmd.go
    branches/google/main/libgo/go/exp/ogle/process.go
    branches/google/main/libgo/go/exp/ogle/rruntime.go
    branches/google/main/libgo/go/expvar/expvar.go
    branches/google/main/libgo/go/expvar/expvar_test.go
    branches/google/main/libgo/go/flag/flag.go
    branches/google/main/libgo/go/flag/flag_test.go
    branches/google/main/libgo/go/fmt/doc.go
    branches/google/main/libgo/go/fmt/fmt_test.go
    branches/google/main/libgo/go/fmt/format.go
    branches/google/main/libgo/go/fmt/print.go
    branches/google/main/libgo/go/fmt/scan.go
    branches/google/main/libgo/go/fmt/scan_test.go
    branches/google/main/libgo/go/go/ast/ast.go
    branches/google/main/libgo/go/go/ast/filter.go
    branches/google/main/libgo/go/go/ast/print.go
    branches/google/main/libgo/go/go/ast/scope.go
    branches/google/main/libgo/go/go/ast/walk.go
    branches/google/main/libgo/go/go/doc/comment.go
    branches/google/main/libgo/go/go/doc/doc.go
    branches/google/main/libgo/go/go/parser/interface.go
    branches/google/main/libgo/go/go/parser/parser.go
    branches/google/main/libgo/go/go/parser/parser_test.go
    branches/google/main/libgo/go/go/printer/nodes.go
    branches/google/main/libgo/go/go/printer/printer.go
    branches/google/main/libgo/go/go/printer/printer_test.go
    branches/google/main/libgo/go/go/printer/testdata/declarations.golden
    branches/google/main/libgo/go/go/printer/testdata/declarations.input
    branches/google/main/libgo/go/go/printer/testdata/expressions.golden
    branches/google/main/libgo/go/go/printer/testdata/expressions.input
    branches/google/main/libgo/go/go/printer/testdata/expressions.raw
    branches/google/main/libgo/go/go/printer/testdata/statements.golden
    branches/google/main/libgo/go/go/printer/testdata/statements.input
    branches/google/main/libgo/go/go/scanner/scanner.go
    branches/google/main/libgo/go/go/scanner/scanner_test.go
    branches/google/main/libgo/go/go/token/position.go
    branches/google/main/libgo/go/go/token/position_test.go
    branches/google/main/libgo/go/go/token/token.go
    branches/google/main/libgo/go/go/typechecker/scope.go
    branches/google/main/libgo/go/go/typechecker/typechecker.go
    branches/google/main/libgo/go/go/typechecker/typechecker_test.go
    branches/google/main/libgo/go/go/typechecker/universe.go
    branches/google/main/libgo/go/gob/codec_test.go
    branches/google/main/libgo/go/gob/decode.go
    branches/google/main/libgo/go/gob/decoder.go
    branches/google/main/libgo/go/gob/doc.go
    branches/google/main/libgo/go/gob/encode.go
    branches/google/main/libgo/go/gob/encoder.go
    branches/google/main/libgo/go/gob/encoder_test.go
    branches/google/main/libgo/go/gob/error.go
    branches/google/main/libgo/go/gob/type.go
    branches/google/main/libgo/go/gob/type_test.go
    branches/google/main/libgo/go/hash/adler32/adler32.go
    branches/google/main/libgo/go/hash/adler32/adler32_test.go
    branches/google/main/libgo/go/hash/crc32/crc32.go
    branches/google/main/libgo/go/hash/crc64/crc64.go
    branches/google/main/libgo/go/hash/hash.go
    branches/google/main/libgo/go/html/doc.go
    branches/google/main/libgo/go/html/parse_test.go
    branches/google/main/libgo/go/html/token.go
    branches/google/main/libgo/go/html/token_test.go
    branches/google/main/libgo/go/http/client.go
    branches/google/main/libgo/go/http/client_test.go
    branches/google/main/libgo/go/http/dump.go
    branches/google/main/libgo/go/http/fs.go
    branches/google/main/libgo/go/http/fs_test.go
    branches/google/main/libgo/go/http/persist.go
    branches/google/main/libgo/go/http/pprof/pprof.go
    branches/google/main/libgo/go/http/readrequest_test.go
    branches/google/main/libgo/go/http/request.go
    branches/google/main/libgo/go/http/request_test.go
    branches/google/main/libgo/go/http/requestwrite_test.go
    branches/google/main/libgo/go/http/response.go
    branches/google/main/libgo/go/http/response_test.go
    branches/google/main/libgo/go/http/responsewrite_test.go
    branches/google/main/libgo/go/http/serve_test.go
    branches/google/main/libgo/go/http/server.go
    branches/google/main/libgo/go/http/transfer.go
    branches/google/main/libgo/go/http/url.go
    branches/google/main/libgo/go/http/url_test.go
    branches/google/main/libgo/go/image/format.go
    branches/google/main/libgo/go/image/image.go
    branches/google/main/libgo/go/image/jpeg/idct.go
    branches/google/main/libgo/go/image/jpeg/reader.go
    branches/google/main/libgo/go/image/png/reader.go
    branches/google/main/libgo/go/image/png/reader_test.go
    branches/google/main/libgo/go/image/png/testdata/pngsuite/README
    branches/google/main/libgo/go/image/png/testdata/pngsuite/basn0g01.sng
    branches/google/main/libgo/go/image/png/testdata/pngsuite/basn0g02.sng
    branches/google/main/libgo/go/image/png/testdata/pngsuite/basn0g04.sng
    branches/google/main/libgo/go/image/png/testdata/pngsuite/basn3p02.sng
    branches/google/main/libgo/go/image/png/testdata/pngsuite/basn3p04.sng
    branches/google/main/libgo/go/image/png/testdata/pngsuite/basn4a08.sng
    branches/google/main/libgo/go/image/png/writer.go
    branches/google/main/libgo/go/image/png/writer_test.go
    branches/google/main/libgo/go/index/suffixarray/qsufsort.go
    branches/google/main/libgo/go/index/suffixarray/suffixarray.go
    branches/google/main/libgo/go/index/suffixarray/suffixarray_test.go
    branches/google/main/libgo/go/io/io.go
    branches/google/main/libgo/go/io/io_test.go
    branches/google/main/libgo/go/io/ioutil/ioutil.go
    branches/google/main/libgo/go/io/ioutil/tempfile.go
    branches/google/main/libgo/go/io/ioutil/tempfile_test.go
    branches/google/main/libgo/go/io/multi.go
    branches/google/main/libgo/go/io/pipe.go
    branches/google/main/libgo/go/json/decode.go
    branches/google/main/libgo/go/json/decode_test.go
    branches/google/main/libgo/go/json/encode.go
    branches/google/main/libgo/go/json/scanner.go
    branches/google/main/libgo/go/json/scanner_test.go
    branches/google/main/libgo/go/json/stream.go
    branches/google/main/libgo/go/log/log.go
    branches/google/main/libgo/go/log/log_test.go
    branches/google/main/libgo/go/math/const.go
    branches/google/main/libgo/go/mime/mediatype.go
    branches/google/main/libgo/go/mime/mediatype_test.go
    branches/google/main/libgo/go/mime/multipart/multipart.go
    branches/google/main/libgo/go/mime/multipart/multipart_test.go
    branches/google/main/libgo/go/mime/type.go
    branches/google/main/libgo/go/net/dial.go
    branches/google/main/libgo/go/net/dialgoogle_test.go
    branches/google/main/libgo/go/net/dnsclient.go
    branches/google/main/libgo/go/net/dnsmsg.go
    branches/google/main/libgo/go/net/fd.go
    branches/google/main/libgo/go/net/fd_linux.go
    branches/google/main/libgo/go/net/fd_windows.go
    branches/google/main/libgo/go/net/hosts.go
    branches/google/main/libgo/go/net/hosts_test.go
    branches/google/main/libgo/go/net/ip.go
    branches/google/main/libgo/go/net/ip_test.go
    branches/google/main/libgo/go/net/ipraw_test.go
    branches/google/main/libgo/go/net/iprawsock.go
    branches/google/main/libgo/go/net/ipsock.go
    branches/google/main/libgo/go/net/net.go
    branches/google/main/libgo/go/net/net_test.go
    branches/google/main/libgo/go/net/newpollserver.go
    branches/google/main/libgo/go/net/newpollserver_rtems.go
    branches/google/main/libgo/go/net/parse.go
    branches/google/main/libgo/go/net/parse_test.go
    branches/google/main/libgo/go/net/port.go
    branches/google/main/libgo/go/net/resolv_windows.go
    branches/google/main/libgo/go/net/server_test.go
    branches/google/main/libgo/go/net/sock.go
    branches/google/main/libgo/go/net/srv_test.go
    branches/google/main/libgo/go/net/tcpsock.go
    branches/google/main/libgo/go/net/textproto/reader.go
    branches/google/main/libgo/go/net/textproto/reader_test.go
    branches/google/main/libgo/go/net/textproto/textproto.go
    branches/google/main/libgo/go/net/timeout_test.go
    branches/google/main/libgo/go/net/udpsock.go
    branches/google/main/libgo/go/netchan/common.go
    branches/google/main/libgo/go/netchan/export.go
    branches/google/main/libgo/go/netchan/import.go
    branches/google/main/libgo/go/netchan/netchan_test.go
    branches/google/main/libgo/go/os/env.go
    branches/google/main/libgo/go/os/env_unix.go
    branches/google/main/libgo/go/os/env_windows.go
    branches/google/main/libgo/go/os/error.go
    branches/google/main/libgo/go/os/exec.go
    branches/google/main/libgo/go/os/file.go
    branches/google/main/libgo/go/os/file_unix.go
    branches/google/main/libgo/go/os/getwd.go
    branches/google/main/libgo/go/os/inotify/inotify_linux.go
    branches/google/main/libgo/go/os/inotify/inotify_linux_test.go
    branches/google/main/libgo/go/os/os_test.go
    branches/google/main/libgo/go/os/path.go
    branches/google/main/libgo/go/os/path_test.go
    branches/google/main/libgo/go/os/proc.go
    branches/google/main/libgo/go/os/stat.go
    branches/google/main/libgo/go/os/sys_linux.go
    branches/google/main/libgo/go/os/time.go
    branches/google/main/libgo/go/path/match.go
    branches/google/main/libgo/go/path/match_test.go
    branches/google/main/libgo/go/path/path.go
    branches/google/main/libgo/go/path/path_test.go
    branches/google/main/libgo/go/reflect/all_test.go
    branches/google/main/libgo/go/reflect/deepequal.go
    branches/google/main/libgo/go/reflect/tostring_test.go
    branches/google/main/libgo/go/reflect/type.go
    branches/google/main/libgo/go/reflect/value.go
    branches/google/main/libgo/go/regexp/all_test.go
    branches/google/main/libgo/go/regexp/find_test.go
    branches/google/main/libgo/go/regexp/regexp.go
    branches/google/main/libgo/go/rpc/client.go
    branches/google/main/libgo/go/rpc/debug.go
    branches/google/main/libgo/go/rpc/jsonrpc/client.go
    branches/google/main/libgo/go/rpc/jsonrpc/server.go
    branches/google/main/libgo/go/rpc/server.go
    branches/google/main/libgo/go/rpc/server_test.go
    branches/google/main/libgo/go/runtime/debug.go
    branches/google/main/libgo/go/runtime/debug/stack.go
    branches/google/main/libgo/go/runtime/extern.go
    branches/google/main/libgo/go/runtime/pprof/pprof.go
    branches/google/main/libgo/go/runtime/type.go
    branches/google/main/libgo/go/scanner/scanner.go
    branches/google/main/libgo/go/scanner/scanner_test.go
    branches/google/main/libgo/go/smtp/smtp.go
    branches/google/main/libgo/go/sort/sort.go
    branches/google/main/libgo/go/sort/sort_test.go
    branches/google/main/libgo/go/strconv/atof.go
    branches/google/main/libgo/go/strconv/atof_test.go
    branches/google/main/libgo/go/strconv/fp_test.go
    branches/google/main/libgo/go/strconv/ftoa.go
    branches/google/main/libgo/go/strconv/ftoa_test.go
    branches/google/main/libgo/go/strings/strings.go
    branches/google/main/libgo/go/strings/strings_test.go
    branches/google/main/libgo/go/sync/mutex.go
    branches/google/main/libgo/go/sync/mutex_test.go
    branches/google/main/libgo/go/sync/once.go
    branches/google/main/libgo/go/sync/rwmutex.go
    branches/google/main/libgo/go/sync/rwmutex_test.go
    branches/google/main/libgo/go/syslog/syslog.go
    branches/google/main/libgo/go/syslog/syslog_test.go
    branches/google/main/libgo/go/syslog/syslog_unix.go
    branches/google/main/libgo/go/tabwriter/tabwriter.go
    branches/google/main/libgo/go/template/template.go
    branches/google/main/libgo/go/template/template_test.go
    branches/google/main/libgo/go/testing/benchmark.go
    branches/google/main/libgo/go/testing/iotest/reader.go
    branches/google/main/libgo/go/testing/quick/quick.go
    branches/google/main/libgo/go/testing/quick/quick_test.go
    branches/google/main/libgo/go/testing/script/script.go
    branches/google/main/libgo/go/testing/testing.go
    branches/google/main/libgo/go/time/sleep.go
    branches/google/main/libgo/go/time/sleep_test.go
    branches/google/main/libgo/go/time/tick.go
    branches/google/main/libgo/go/time/tick_test.go
    branches/google/main/libgo/go/time/time.go
    branches/google/main/libgo/go/time/time_test.go
    branches/google/main/libgo/go/time/zoneinfo_unix.go
    branches/google/main/libgo/go/try/try.go
    branches/google/main/libgo/go/unicode/letter.go
    branches/google/main/libgo/go/unicode/letter_test.go
    branches/google/main/libgo/go/unicode/script_test.go
    branches/google/main/libgo/go/unicode/tables.go
    branches/google/main/libgo/go/utf8/string_test.go
    branches/google/main/libgo/go/utf8/utf8.go
    branches/google/main/libgo/go/websocket/client.go
    branches/google/main/libgo/go/websocket/server.go
    branches/google/main/libgo/go/websocket/websocket.go
    branches/google/main/libgo/go/websocket/websocket_test.go
    branches/google/main/libgo/go/xml/read.go
    branches/google/main/libgo/go/xml/read_test.go
    branches/google/main/libgo/go/xml/xml.go
    branches/google/main/libgo/go/xml/xml_test.go
    branches/google/main/libgo/merge.sh
    branches/google/main/libgo/mksysinfo.sh
    branches/google/main/libgo/runtime/chan.goc
    branches/google/main/libgo/runtime/channel.h
    branches/google/main/libgo/runtime/go-append.c
    branches/google/main/libgo/runtime/go-byte-array-to-string.c
    branches/google/main/libgo/runtime/go-chan-cap.c
    branches/google/main/libgo/runtime/go-chan-len.c
    branches/google/main/libgo/runtime/go-close.c
    branches/google/main/libgo/runtime/go-construct-map.c
    branches/google/main/libgo/runtime/go-copy.c
    branches/google/main/libgo/runtime/go-eface-compare.c
    branches/google/main/libgo/runtime/go-eface-val-compare.c
    branches/google/main/libgo/runtime/go-int-array-to-string.c
    branches/google/main/libgo/runtime/go-int-to-string.c
    branches/google/main/libgo/runtime/go-interface-eface-compare.c
    branches/google/main/libgo/runtime/go-main.c
    branches/google/main/libgo/runtime/go-map-delete.c
    branches/google/main/libgo/runtime/go-map-index.c
    branches/google/main/libgo/runtime/go-map-len.c
    branches/google/main/libgo/runtime/go-map-range.c
    branches/google/main/libgo/runtime/go-new-channel.c
    branches/google/main/libgo/runtime/go-new-map.c
    branches/google/main/libgo/runtime/go-new.c
    branches/google/main/libgo/runtime/go-note.c
    branches/google/main/libgo/runtime/go-panic.c
    branches/google/main/libgo/runtime/go-rec-big.c
    branches/google/main/libgo/runtime/go-rec-nb-big.c
    branches/google/main/libgo/runtime/go-rec-nb-small.c
    branches/google/main/libgo/runtime/go-rec-small.c
    branches/google/main/libgo/runtime/go-reflect-call.c
    branches/google/main/libgo/runtime/go-reflect-chan.c
    branches/google/main/libgo/runtime/go-reflect-map.c
    branches/google/main/libgo/runtime/go-reflect.c
    branches/google/main/libgo/runtime/go-select.c
    branches/google/main/libgo/runtime/go-send-big.c
    branches/google/main/libgo/runtime/go-send-nb-big.c
    branches/google/main/libgo/runtime/go-send-nb-small.c
    branches/google/main/libgo/runtime/go-send-small.c
    branches/google/main/libgo/runtime/go-signal.c
    branches/google/main/libgo/runtime/go-string-to-byte-array.c
    branches/google/main/libgo/runtime/go-string-to-int-array.c
    branches/google/main/libgo/runtime/go-strplus.c
    branches/google/main/libgo/runtime/go-trampoline.c
    branches/google/main/libgo/runtime/go-type-eface.c
    branches/google/main/libgo/runtime/go-type.h
    branches/google/main/libgo/runtime/go-unreflect.c
    branches/google/main/libgo/runtime/go-unsafe-new.c
    branches/google/main/libgo/runtime/go-unsafe-newarray.c
    branches/google/main/libgo/runtime/go-unsafe-pointer.c
    branches/google/main/libgo/runtime/iface.goc
    branches/google/main/libgo/runtime/malloc.goc
    branches/google/main/libgo/runtime/malloc.h
    branches/google/main/libgo/runtime/map.h
    branches/google/main/libgo/runtime/mcache.c
    branches/google/main/libgo/runtime/mcentral.c
    branches/google/main/libgo/runtime/mem.c
    branches/google/main/libgo/runtime/mem_posix_memalign.c
    branches/google/main/libgo/runtime/mfinal.c
    branches/google/main/libgo/runtime/mgc0.c
    branches/google/main/libgo/runtime/mheap.c
    branches/google/main/libgo/runtime/mprof.goc
    branches/google/main/libgo/runtime/msize.c
    branches/google/main/libgo/runtime/proc.c
    branches/google/main/libgo/runtime/reflect.goc
    branches/google/main/libgo/runtime/runtime.h
    branches/google/main/libgo/runtime/sigqueue.goc
    branches/google/main/libgo/syscalls/exec.go
    branches/google/main/libgo/syscalls/socket.go
    branches/google/main/libgo/syscalls/stringbyte.go
    branches/google/main/libgo/syscalls/syscall.go
    branches/google/main/libgo/syscalls/syscall_unix.go
    branches/google/main/libgo/syscalls/sysfile_largefile.go
    branches/google/main/libgo/syscalls/sysfile_posix.go
    branches/google/main/libgo/syscalls/sysfile_regfile.go
    branches/google/main/libgo/testsuite/Makefile.in
    branches/google/main/libgo/testsuite/gotest
    branches/google/main/libgo/testsuite/libgo.testmain/testmain.exp
    branches/google/main/libgomp/ChangeLog
    branches/google/main/libgomp/acinclude.m4
    branches/google/main/libgomp/configure
    branches/google/main/libgomp/env.c
    branches/google/main/libgomp/fortran.c
    branches/google/main/libgomp/iter.c
    branches/google/main/libgomp/iter_ull.c
    branches/google/main/libiberty/ChangeLog
    branches/google/main/libiberty/cp-demangle.c
    branches/google/main/libiberty/cp-demint.c
    branches/google/main/libiberty/cplus-dem.c
    branches/google/main/libiberty/filename_cmp.c
    branches/google/main/libiberty/makefile.vms
    branches/google/main/libiberty/pex-common.c
    branches/google/main/libiberty/pex-msdos.c
    branches/google/main/libiberty/pex-win32.c
    branches/google/main/libiberty/regex.c
    branches/google/main/libiberty/spaces.c
    branches/google/main/libiberty/testsuite/demangle-expected
    branches/google/main/libiberty/testsuite/test-demangle.c
    branches/google/main/libiberty/testsuite/test-expandargv.c
    branches/google/main/libjava/ChangeLog
    branches/google/main/libjava/Makefile.am
    branches/google/main/libjava/Makefile.in
    branches/google/main/libjava/README
    branches/google/main/libjava/classpath/   (props changed)
    branches/google/main/libjava/configure
    branches/google/main/libjava/configure.ac
    branches/google/main/libjava/configure.host
    branches/google/main/libjava/gcj/Makefile.in
    branches/google/main/libjava/gcj/javaprims.h
    branches/google/main/libjava/gnu/gcj/convert/natIconv.cc
    branches/google/main/libjava/headers.txt
    branches/google/main/libjava/include/Makefile.in
    branches/google/main/libjava/include/aix-signal.h
    branches/google/main/libjava/include/jni_md.h
    branches/google/main/libjava/java/lang/Class.h
    branches/google/main/libjava/java/lang/reflect/Constructor.h
    branches/google/main/libjava/java/lang/reflect/Field.h
    branches/google/main/libjava/java/lang/reflect/Method.h
    branches/google/main/libjava/sysdep/i386/backtrace.h
    branches/google/main/libjava/sysdep/i386/locks.h
    branches/google/main/libjava/testsuite/Makefile.in
    branches/google/main/libjava/testsuite/lib/libjava.exp
    branches/google/main/libjava/testsuite/libjava.jar/jar.exp
    branches/google/main/libjava/testsuite/libjava.jni/jni.exp
    branches/google/main/libjava/testsuite/libjava.loader/loader.exp
    branches/google/main/libmudflap/ChangeLog
    branches/google/main/libmudflap/ChangeLog.google-integration
    branches/google/main/libmudflap/config.h.in
    branches/google/main/libmudflap/configure
    branches/google/main/libmudflap/configure.ac
    branches/google/main/libmudflap/mf-hooks2.c
    branches/google/main/libmudflap/testsuite/lib/libmudflap.exp
    branches/google/main/libmudflap/testsuite/libmudflap.c++/pass55-frag.cxx
    branches/google/main/libmudflap/testsuite/libmudflap.c/pass-stratcliff.c
    branches/google/main/libmudflap/testsuite/libmudflap.c/pass49-frag.c
    branches/google/main/libmudflap/testsuite/libmudflap.cth/cthfrags.exp
    branches/google/main/libobjc/ChangeLog
    branches/google/main/libobjc/Makefile.in
    branches/google/main/libobjc/Object.m
    branches/google/main/libobjc/Protocol.m
    branches/google/main/libobjc/class.c
    branches/google/main/libobjc/configure
    branches/google/main/libobjc/configure.ac
    branches/google/main/libobjc/encoding.c
    branches/google/main/libobjc/error.c
    branches/google/main/libobjc/exception.c
    branches/google/main/libobjc/gc.c
    branches/google/main/libobjc/libobjc.def
    branches/google/main/libobjc/linking.m
    branches/google/main/libobjc/memory.c
    branches/google/main/libobjc/objc-private/common.h
    branches/google/main/libobjc/objc-private/module-abi-8.h
    branches/google/main/libobjc/objc-private/protocols.h
    branches/google/main/libobjc/objc-private/runtime.h
    branches/google/main/libobjc/objc-private/selector.h
    branches/google/main/libobjc/objc/Object.h
    branches/google/main/libobjc/objc/Protocol.h
    branches/google/main/libobjc/objc/README
    branches/google/main/libobjc/objc/message.h
    branches/google/main/libobjc/objc/objc.h
    branches/google/main/libobjc/objc/runtime.h
    branches/google/main/libobjc/objects.c
    branches/google/main/libobjc/protocols.c
    branches/google/main/libobjc/sarray.c
    branches/google/main/libobjc/selector.c
    branches/google/main/libobjc/sendmsg.c
    branches/google/main/libobjc/thr.c
    branches/google/main/libquadmath/ChangeLog
    branches/google/main/libquadmath/configure
    branches/google/main/libquadmath/configure.ac
    branches/google/main/libquadmath/libquadmath.texi
    branches/google/main/libquadmath/printf/printf_fp.c
    branches/google/main/libssp/ChangeLog
    branches/google/main/libssp/configure
    branches/google/main/libssp/configure.ac
    branches/google/main/libstdc++-v3/ChangeLog
    branches/google/main/libstdc++-v3/ChangeLog.google-integration
    branches/google/main/libstdc++-v3/acinclude.m4
    branches/google/main/libstdc++-v3/config.h.in
    branches/google/main/libstdc++-v3/config/abi/post/alpha-linux-gnu/baseline_symbols.txt
    branches/google/main/libstdc++-v3/config/abi/post/i386-linux-gnu/baseline_symbols.txt
    branches/google/main/libstdc++-v3/config/abi/post/i486-linux-gnu/baseline_symbols.txt
    branches/google/main/libstdc++-v3/config/abi/post/powerpc-linux-gnu/baseline_symbols.txt
    branches/google/main/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt
    branches/google/main/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt
    branches/google/main/libstdc++-v3/config/abi/post/s390-linux-gnu/baseline_symbols.txt
    branches/google/main/libstdc++-v3/config/abi/post/s390x-linux-gnu/baseline_symbols.txt
    branches/google/main/libstdc++-v3/config/abi/post/solaris2.10/amd64/baseline_symbols.txt
    branches/google/main/libstdc++-v3/config/abi/post/solaris2.10/baseline_symbols.txt
    branches/google/main/libstdc++-v3/config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt
    branches/google/main/libstdc++-v3/config/abi/post/solaris2.8/baseline_symbols.txt
    branches/google/main/libstdc++-v3/config/abi/post/solaris2.8/sparcv9/baseline_symbols.txt
    branches/google/main/libstdc++-v3/config/abi/post/sparc-linux-gnu/baseline_symbols.txt
    branches/google/main/libstdc++-v3/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt
    branches/google/main/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
    branches/google/main/libstdc++-v3/config/abi/pre/gnu.ver
    branches/google/main/libstdc++-v3/configure
    branches/google/main/libstdc++-v3/configure.ac
    branches/google/main/libstdc++-v3/doc/Makefile.am
    branches/google/main/libstdc++-v3/doc/Makefile.in
    branches/google/main/libstdc++-v3/doc/doxygen/user.cfg.in
    branches/google/main/libstdc++-v3/doc/html/api.html
    branches/google/main/libstdc++-v3/doc/html/bk02.html
    branches/google/main/libstdc++-v3/doc/html/bk03.html
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/cc_hash_random_int_find_timing_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/gp_hash_random_int_find_timing_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_random_int_push_timing_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_join_timing_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/priority_queue_text_push_timing_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/random_int_find_find_timing_test_tree_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/text_find_timing_test_hash_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/text_find_timing_test_tree_like_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/tree_order_statistics_timing_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/tree_split_join_timing_test_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_local.png
    branches/google/main/libstdc++-v3/doc/html/ext/pb_ds/tree_text_lor_find_timing_test_local.png
    branches/google/main/libstdc++-v3/doc/html/faq.html
    branches/google/main/libstdc++-v3/doc/html/manual/abi.html
    branches/google/main/libstdc++-v3/doc/html/manual/algorithms.html
    branches/google/main/libstdc++-v3/doc/html/manual/api.html
    branches/google/main/libstdc++-v3/doc/html/manual/appendix_contributing.html
    branches/google/main/libstdc++-v3/doc/html/manual/appendix_free.html
    branches/google/main/libstdc++-v3/doc/html/manual/appendix_gfdl.html
    branches/google/main/libstdc++-v3/doc/html/manual/appendix_gpl.html
    branches/google/main/libstdc++-v3/doc/html/manual/appendix_porting.html
    branches/google/main/libstdc++-v3/doc/html/manual/associative.html
    branches/google/main/libstdc++-v3/doc/html/manual/atomics.html
    branches/google/main/libstdc++-v3/doc/html/manual/backwards.html
    branches/google/main/libstdc++-v3/doc/html/manual/bitmap_allocator.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt02.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt02ch05s02.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch17s02.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch17s03.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch17s04.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch18s02.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch18s03.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch18s04.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch18s05.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch19s02.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch19s03.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch19s04.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch19s05.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch19s06.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch19s07.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch21s02.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch21s03.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch28s02.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03ch28s03.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt03pr01.html
    branches/google/main/libstdc++-v3/doc/html/manual/bk01pt04.html
    branches/google/main/libstdc++-v3/doc/html/manual/bugs.html
    branches/google/main/libstdc++-v3/doc/html/manual/concurrency.html
    branches/google/main/libstdc++-v3/doc/html/manual/configure.html
    branches/google/main/libstdc++-v3/doc/html/manual/containers.html
    branches/google/main/libstdc++-v3/doc/html/manual/containers_and_c.html
    branches/google/main/libstdc++-v3/doc/html/manual/debug.html
    branches/google/main/libstdc++-v3/doc/html/manual/debug_mode.html
    branches/google/main/libstdc++-v3/doc/html/manual/diagnostics.html
    branches/google/main/libstdc++-v3/doc/html/manual/documentation_hacking.html
    branches/google/main/libstdc++-v3/doc/html/manual/dynamic_memory.html
    branches/google/main/libstdc++-v3/doc/html/manual/ext_algorithms.html
    branches/google/main/libstdc++-v3/doc/html/manual/ext_allocators.html
    branches/google/main/libstdc++-v3/doc/html/manual/ext_compile_checks.html
    branches/google/main/libstdc++-v3/doc/html/manual/ext_concurrency.html
    branches/google/main/libstdc++-v3/doc/html/manual/ext_containers.html
    branches/google/main/libstdc++-v3/doc/html/manual/ext_demangling.html
    branches/google/main/libstdc++-v3/doc/html/manual/ext_io.html
    branches/google/main/libstdc++-v3/doc/html/manual/ext_iterators.html
    branches/google/main/libstdc++-v3/doc/html/manual/ext_numerics.html
    branches/google/main/libstdc++-v3/doc/html/manual/ext_utilities.html
    branches/google/main/libstdc++-v3/doc/html/manual/extensions.html
    branches/google/main/libstdc++-v3/doc/html/manual/facets.html
    branches/google/main/libstdc++-v3/doc/html/manual/fstreams.html
    branches/google/main/libstdc++-v3/doc/html/manual/generalized_numeric_operations.html
    branches/google/main/libstdc++-v3/doc/html/manual/internals.html
    branches/google/main/libstdc++-v3/doc/html/manual/intro.html
    branches/google/main/libstdc++-v3/doc/html/manual/io.html
    branches/google/main/libstdc++-v3/doc/html/manual/io_and_c.html
    branches/google/main/libstdc++-v3/doc/html/manual/iterators.html
    branches/google/main/libstdc++-v3/doc/html/manual/license.html
    branches/google/main/libstdc++-v3/doc/html/manual/localization.html
    branches/google/main/libstdc++-v3/doc/html/manual/make.html
    branches/google/main/libstdc++-v3/doc/html/manual/memory.html
    branches/google/main/libstdc++-v3/doc/html/manual/numerics.html
    branches/google/main/libstdc++-v3/doc/html/manual/numerics_and_c.html
    branches/google/main/libstdc++-v3/doc/html/manual/pairs.html
    branches/google/main/libstdc++-v3/doc/html/manual/parallel_mode.html
    branches/google/main/libstdc++-v3/doc/html/manual/profile_mode.html
    branches/google/main/libstdc++-v3/doc/html/manual/setup.html
    branches/google/main/libstdc++-v3/doc/html/manual/source_code_style.html
    branches/google/main/libstdc++-v3/doc/html/manual/source_design_notes.html
    branches/google/main/libstdc++-v3/doc/html/manual/source_organization.html
    branches/google/main/libstdc++-v3/doc/html/manual/spine.html
    branches/google/main/libstdc++-v3/doc/html/manual/status.html
    branches/google/main/libstdc++-v3/doc/html/manual/streambufs.html
    branches/google/main/libstdc++-v3/doc/html/manual/strings.html
    branches/google/main/libstdc++-v3/doc/html/manual/stringstreams.html
    branches/google/main/libstdc++-v3/doc/html/manual/support.html
    branches/google/main/libstdc++-v3/doc/html/manual/termination.html
    branches/google/main/libstdc++-v3/doc/html/manual/test.html
    branches/google/main/libstdc++-v3/doc/html/manual/traits.html
    branches/google/main/libstdc++-v3/doc/html/manual/using.html
    branches/google/main/libstdc++-v3/doc/html/manual/using_concurrency.html
    branches/google/main/libstdc++-v3/doc/html/manual/using_dynamic_or_shared.html
    branches/google/main/libstdc++-v3/doc/html/manual/using_exceptions.html
    branches/google/main/libstdc++-v3/doc/html/manual/using_headers.html
    branches/google/main/libstdc++-v3/doc/html/manual/using_macros.html
    branches/google/main/libstdc++-v3/doc/html/manual/using_namespaces.html
    branches/google/main/libstdc++-v3/doc/html/manual/utilities.html
    branches/google/main/libstdc++-v3/doc/html/spine.html
    branches/google/main/libstdc++-v3/doc/xml/manual/abi.xml
    branches/google/main/libstdc++-v3/doc/xml/manual/bitmap_allocator.xml
    branches/google/main/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
    branches/google/main/libstdc++-v3/doc/xml/manual/internals.xml
    branches/google/main/libstdc++-v3/doc/xml/manual/parallel_mode.xml
    branches/google/main/libstdc++-v3/doc/xml/manual/status_cxx200x.xml
    branches/google/main/libstdc++-v3/include/Makefile.am
    branches/google/main/libstdc++-v3/include/Makefile.in
    branches/google/main/libstdc++-v3/include/backward/hashtable.h
    branches/google/main/libstdc++-v3/include/bits/algorithmfwd.h
    branches/google/main/libstdc++-v3/include/bits/allocator.h
    branches/google/main/libstdc++-v3/include/bits/basic_string.h
    branches/google/main/libstdc++-v3/include/bits/basic_string.tcc
    branches/google/main/libstdc++-v3/include/bits/c++config
    branches/google/main/libstdc++-v3/include/bits/char_traits.h
    branches/google/main/libstdc++-v3/include/bits/deque.tcc
    branches/google/main/libstdc++-v3/include/bits/forward_list.h
    branches/google/main/libstdc++-v3/include/bits/hashtable.h
    branches/google/main/libstdc++-v3/include/bits/hashtable_policy.h
    branches/google/main/libstdc++-v3/include/bits/move.h
    branches/google/main/libstdc++-v3/include/bits/random.h
    branches/google/main/libstdc++-v3/include/bits/random.tcc
    branches/google/main/libstdc++-v3/include/bits/regex.h
    branches/google/main/libstdc++-v3/include/bits/regex_compiler.h
    branches/google/main/libstdc++-v3/include/bits/regex_cursor.h
    branches/google/main/libstdc++-v3/include/bits/regex_grep_matcher.h
    branches/google/main/libstdc++-v3/include/bits/regex_grep_matcher.tcc
    branches/google/main/libstdc++-v3/include/bits/regex_nfa.h
    branches/google/main/libstdc++-v3/include/bits/regex_nfa.tcc
    branches/google/main/libstdc++-v3/include/bits/shared_ptr.h
    branches/google/main/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/google/main/libstdc++-v3/include/bits/stl_bvector.h
    branches/google/main/libstdc++-v3/include/bits/stl_construct.h
    branches/google/main/libstdc++-v3/include/bits/stl_deque.h
    branches/google/main/libstdc++-v3/include/bits/stl_iterator.h
    branches/google/main/libstdc++-v3/include/bits/stl_list.h
    branches/google/main/libstdc++-v3/include/bits/stl_map.h
    branches/google/main/libstdc++-v3/include/bits/stl_multimap.h
    branches/google/main/libstdc++-v3/include/bits/stl_multiset.h
    branches/google/main/libstdc++-v3/include/bits/stl_pair.h
    branches/google/main/libstdc++-v3/include/bits/stl_queue.h
    branches/google/main/libstdc++-v3/include/bits/stl_set.h
    branches/google/main/libstdc++-v3/include/bits/stl_stack.h
    branches/google/main/libstdc++-v3/include/bits/stl_tempbuf.h
    branches/google/main/libstdc++-v3/include/bits/stl_tree.h
    branches/google/main/libstdc++-v3/include/bits/stl_uninitialized.h
    branches/google/main/libstdc++-v3/include/bits/stl_vector.h
    branches/google/main/libstdc++-v3/include/bits/streambuf_iterator.h
    branches/google/main/libstdc++-v3/include/bits/unique_ptr.h
    branches/google/main/libstdc++-v3/include/bits/vector.tcc
    branches/google/main/libstdc++-v3/include/c_global/cmath
    branches/google/main/libstdc++-v3/include/debug/bitset
    branches/google/main/libstdc++-v3/include/debug/deque
    branches/google/main/libstdc++-v3/include/debug/forward_list
    branches/google/main/libstdc++-v3/include/debug/list
    branches/google/main/libstdc++-v3/include/debug/macros.h
    branches/google/main/libstdc++-v3/include/debug/map.h
    branches/google/main/libstdc++-v3/include/debug/multimap.h
    branches/google/main/libstdc++-v3/include/debug/multiset.h
    branches/google/main/libstdc++-v3/include/debug/set.h
    branches/google/main/libstdc++-v3/include/debug/string
    branches/google/main/libstdc++-v3/include/debug/unordered_map
    branches/google/main/libstdc++-v3/include/debug/unordered_set
    branches/google/main/libstdc++-v3/include/debug/vector
    branches/google/main/libstdc++-v3/include/ext/algorithm
    branches/google/main/libstdc++-v3/include/ext/array_allocator.h
    branches/google/main/libstdc++-v3/include/ext/bitmap_allocator.h
    branches/google/main/libstdc++-v3/include/ext/extptr_allocator.h
    branches/google/main/libstdc++-v3/include/ext/malloc_allocator.h
    branches/google/main/libstdc++-v3/include/ext/mt_allocator.h
    branches/google/main/libstdc++-v3/include/ext/new_allocator.h
    branches/google/main/libstdc++-v3/include/ext/numeric
    branches/google/main/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/cond_dealtor.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/container_base_dispatch.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/debug_map_base.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/traits.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/traits.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/node.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/traits.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/node.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/traits.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/standard_policies.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/tree_trace_base.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/types_traits.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/exception.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/hash_policy.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/list_update_policy.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp
    branches/google/main/libstdc++-v3/include/ext/pb_ds/trie_policy.hpp
    branches/google/main/libstdc++-v3/include/ext/pointer.h
    branches/google/main/libstdc++-v3/include/ext/pool_allocator.h
    branches/google/main/libstdc++-v3/include/ext/rc_string_base.h
    branches/google/main/libstdc++-v3/include/ext/rope
    branches/google/main/libstdc++-v3/include/ext/ropeimpl.h
    branches/google/main/libstdc++-v3/include/ext/throw_allocator.h
    branches/google/main/libstdc++-v3/include/ext/vstring.h
    branches/google/main/libstdc++-v3/include/ext/vstring.tcc
    branches/google/main/libstdc++-v3/include/parallel/algo.h
    branches/google/main/libstdc++-v3/include/parallel/algobase.h
    branches/google/main/libstdc++-v3/include/parallel/equally_split.h
    branches/google/main/libstdc++-v3/include/parallel/find.h
    branches/google/main/libstdc++-v3/include/parallel/losertree.h
    branches/google/main/libstdc++-v3/include/parallel/multiseq_selection.h
    branches/google/main/libstdc++-v3/include/parallel/multiway_merge.h
    branches/google/main/libstdc++-v3/include/parallel/multiway_mergesort.h
    branches/google/main/libstdc++-v3/include/parallel/par_loop.h
    branches/google/main/libstdc++-v3/include/parallel/partial_sum.h
    branches/google/main/libstdc++-v3/include/parallel/quicksort.h
    branches/google/main/libstdc++-v3/include/parallel/random_shuffle.h
    branches/google/main/libstdc++-v3/include/parallel/search.h
    branches/google/main/libstdc++-v3/include/parallel/set_operations.h
    branches/google/main/libstdc++-v3/include/parallel/unique_copy.h
    branches/google/main/libstdc++-v3/include/profile/bitset
    branches/google/main/libstdc++-v3/include/profile/deque
    branches/google/main/libstdc++-v3/include/profile/forward_list
    branches/google/main/libstdc++-v3/include/profile/list
    branches/google/main/libstdc++-v3/include/profile/map.h
    branches/google/main/libstdc++-v3/include/profile/multimap.h
    branches/google/main/libstdc++-v3/include/profile/multiset.h
    branches/google/main/libstdc++-v3/include/profile/set.h
    branches/google/main/libstdc++-v3/include/profile/unordered_map
    branches/google/main/libstdc++-v3/include/profile/unordered_set
    branches/google/main/libstdc++-v3/include/profile/vector
    branches/google/main/libstdc++-v3/include/std/array
    branches/google/main/libstdc++-v3/include/std/bitset
    branches/google/main/libstdc++-v3/include/std/chrono
    branches/google/main/libstdc++-v3/include/std/complex
    branches/google/main/libstdc++-v3/include/std/functional
    branches/google/main/libstdc++-v3/include/std/future
    branches/google/main/libstdc++-v3/include/std/istream
    branches/google/main/libstdc++-v3/include/std/limits
    branches/google/main/libstdc++-v3/include/std/memory
    branches/google/main/libstdc++-v3/include/std/mutex
    branches/google/main/libstdc++-v3/include/std/ratio
    branches/google/main/libstdc++-v3/include/std/stdexcept
    branches/google/main/libstdc++-v3/include/std/system_error
    branches/google/main/libstdc++-v3/include/std/thread
    branches/google/main/libstdc++-v3/include/std/tuple
    branches/google/main/libstdc++-v3/include/std/type_traits
    branches/google/main/libstdc++-v3/include/std/typeindex
    branches/google/main/libstdc++-v3/include/std/utility
    branches/google/main/libstdc++-v3/include/std/valarray
    branches/google/main/libstdc++-v3/include/tr1/cmath
    branches/google/main/libstdc++-v3/include/tr1/exp_integral.tcc
    branches/google/main/libstdc++-v3/include/tr1/functional
    branches/google/main/libstdc++-v3/libsupc++/Makefile.am
    branches/google/main/libstdc++-v3/libsupc++/Makefile.in
    branches/google/main/libstdc++-v3/libsupc++/cxxabi.h
    branches/google/main/libstdc++-v3/libsupc++/del_opnt.cc
    branches/google/main/libstdc++-v3/libsupc++/eh_arm.cc
    branches/google/main/libstdc++-v3/libsupc++/exception_ptr.h
    branches/google/main/libstdc++-v3/libsupc++/guard.cc
    branches/google/main/libstdc++-v3/libsupc++/initializer_list
    branches/google/main/libstdc++-v3/libsupc++/nested_exception.h
    branches/google/main/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/google/main/libstdc++-v3/scripts/extract_symvers.pl
    branches/google/main/libstdc++-v3/scripts/make_graph.py
    branches/google/main/libstdc++-v3/scripts/run_doxygen
    branches/google/main/libstdc++-v3/src/Makefile.am
    branches/google/main/libstdc++-v3/src/Makefile.in
    branches/google/main/libstdc++-v3/src/compatibility-list-2.cc
    branches/google/main/libstdc++-v3/src/ctype.cc
    branches/google/main/libstdc++-v3/src/future.cc
    branches/google/main/libstdc++-v3/src/list.cc
    branches/google/main/libstdc++-v3/src/stdexcept.cc
    branches/google/main/libstdc++-v3/src/system_error.cc
    branches/google/main/libstdc++-v3/src/thread.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/duration/cons/1_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg1.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg2.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg3.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/forward/1_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/function/cmp/cmp_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/hash/chi2_quality.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/is_convertible/value.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/is_nothrow_constructible/value.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/ratio/operations/47913.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/reference_wrapper/24803.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/shared_ptr/assign/auto_ptr_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/shared_ptr/assign/unique_ptr_lvalue_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/shared_ptr/cons/auto_ptr_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/35480_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/tuple/moveable2.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/unique_ptr/cons/auto_ptr_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/unique_ptr/cons/ptr_deleter_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/unique_ptr/requirements/pointer_type.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc
    branches/google/main/libstdc++-v3/testsuite/21_strings/basic_string/requirements/exception/basic.cc
    branches/google/main/libstdc++-v3/testsuite/21_strings/basic_string/requirements/exception/propagation_consistent.cc
    branches/google/main/libstdc++-v3/testsuite/22_locale/messages_byname/named_equivalence.cc
    branches/google/main/libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc
    branches/google/main/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-1.cc
    branches/google/main/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-2.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/assign_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_1_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_2_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/insert_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/map/operators/1_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/set/operators/1_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    branches/google/main/libstdc++-v3/testsuite/25_algorithms/heap/moveable.cc
    branches/google/main/libstdc++-v3/testsuite/25_algorithms/inplace_merge/moveable.cc
    branches/google/main/libstdc++-v3/testsuite/25_algorithms/next_permutation/moveable.cc
    branches/google/main/libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc
    branches/google/main/libstdc++-v3/testsuite/25_algorithms/prev_permutation/moveable.cc
    branches/google/main/libstdc++-v3/testsuite/25_algorithms/remove/moveable.cc
    branches/google/main/libstdc++-v3/testsuite/25_algorithms/remove_if/moveable.cc
    branches/google/main/libstdc++-v3/testsuite/25_algorithms/reverse/moveable.cc
    branches/google/main/libstdc++-v3/testsuite/25_algorithms/rotate/moveable.cc
    branches/google/main/libstdc++-v3/testsuite/25_algorithms/sort/35588.cc
    branches/google/main/libstdc++-v3/testsuite/25_algorithms/sort_heap/check_compare_by_value.cc
    branches/google/main/libstdc++-v3/testsuite/25_algorithms/stable_partition/moveable.cc
    branches/google/main/libstdc++-v3/testsuite/25_algorithms/swap_ranges/moveable.cc
    branches/google/main/libstdc++-v3/testsuite/25_algorithms/unique/moveable.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/headers/cmath/19322.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/headers/complex/synopsis.cc
    branches/google/main/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/4.cc
    branches/google/main/libstdc++-v3/testsuite/28_regex/match_results/ctors/char/default.cc
    branches/google/main/libstdc++-v3/testsuite/28_regex/match_results/ctors/wchar_t/default.cc
    branches/google/main/libstdc++-v3/testsuite/29_atomics/atomic/cons/assign_neg.cc
    branches/google/main/libstdc++-v3/testsuite/29_atomics/atomic/cons/copy_neg.cc
    branches/google/main/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/assign_neg.cc
    branches/google/main/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/copy_neg.cc
    branches/google/main/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc
    branches/google/main/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/decrement_neg.cc
    branches/google/main/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/increment_neg.cc
    branches/google/main/libstdc++-v3/testsuite/30_threads/async/any.cc
    branches/google/main/libstdc++-v3/testsuite/30_threads/async/sync.cc
    branches/google/main/libstdc++-v3/testsuite/30_threads/thread/members/hardware_concurrency.cc
    branches/google/main/libstdc++-v3/testsuite/Makefile.am
    branches/google/main/libstdc++-v3/testsuite/Makefile.in
    branches/google/main/libstdc++-v3/testsuite/data/make_graph_test_infos.xml
    branches/google/main/libstdc++-v3/testsuite/decimal/mixed-mode-arith_neg.cc
    branches/google/main/libstdc++-v3/testsuite/decimal/mixed-mode-cmp_neg.cc
    branches/google/main/libstdc++-v3/testsuite/decimal/operator_neg.cc
    branches/google/main/libstdc++-v3/testsuite/ext/ext_pointer/1_neg.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/example/basic_multimap.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/example/basic_priority_queue.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/example/basic_set.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize_neg.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/example/ranged_hash.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/example/tree_intervals.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/example/tree_order_statistics.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/example/trie_dna.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/example/trie_prefix_search.cc
    branches/google/main/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc
    branches/google/main/libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc
    branches/google/main/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_floating_neg.cc
    branches/google/main/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_integer_neg.cc
    branches/google/main/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_floating_neg.cc
    branches/google/main/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_integer_neg.cc
    branches/google/main/libstdc++-v3/testsuite/ext/vstring/requirements/exception/basic.cc
    branches/google/main/libstdc++-v3/testsuite/ext/vstring/requirements/exception/propagation_consistent.cc
    branches/google/main/libstdc++-v3/testsuite/lib/dg-options.exp
    branches/google/main/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/google/main/libstdc++-v3/testsuite/lib/prune.exp
    branches/google/main/libstdc++-v3/testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc
    branches/google/main/libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem_usage.cc
    branches/google/main/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc
    branches/google/main/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_split_join_timing.cc
    branches/google/main/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr_neg.cc
    branches/google/main/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr_rvalue_neg.cc
    branches/google/main/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr_neg.cc
    branches/google/main/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/auto_ptr_neg.cc
    branches/google/main/libstdc++-v3/testsuite/tr1/6_containers/tuple/comparison_operators/35480_neg.cc
    branches/google/main/libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/tie2.cc
    branches/google/main/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/requirements/iterator_null_neg.cc
    branches/google/main/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/iterator_null_neg.cc
    branches/google/main/libstdc++-v3/testsuite/util/common_type/assoc/common_type.hpp
    branches/google/main/libstdc++-v3/testsuite/util/common_type/assoc/detail/ds_string_form.hpp
    branches/google/main/libstdc++-v3/testsuite/util/common_type/assoc/detail/list_update_policy_string_form.hpp
    branches/google/main/libstdc++-v3/testsuite/util/common_type/assoc/detail/probe_fn_string_form.hpp
    branches/google/main/libstdc++-v3/testsuite/util/common_type/assoc/detail/size_policy_string_form.hpp
    branches/google/main/libstdc++-v3/testsuite/util/common_type/assoc/detail/tree_supports_order_statistics.hpp
    branches/google/main/libstdc++-v3/testsuite/util/common_type/assoc/detail/trie_supports_order_statistics.hpp
    branches/google/main/libstdc++-v3/testsuite/util/common_type/assoc/detail/trie_supports_prefix_search.hpp
    branches/google/main/libstdc++-v3/testsuite/util/common_type/assoc/detail/trigger_policy_string_form.hpp
    branches/google/main/libstdc++-v3/testsuite/util/common_type/assoc/native_set.hpp
    branches/google/main/libstdc++-v3/testsuite/util/common_type/assoc/string_form.hpp
    branches/google/main/libstdc++-v3/testsuite/util/common_type/assoc/template_policy.hpp
    branches/google/main/libstdc++-v3/testsuite/util/common_type/priority_queue/common_type.hpp
    branches/google/main/libstdc++-v3/testsuite/util/exception/safety.h
    branches/google/main/libstdc++-v3/testsuite/util/native_type/native_hash_map.hpp
    branches/google/main/libstdc++-v3/testsuite/util/native_type/native_hash_multimap.hpp
    branches/google/main/libstdc++-v3/testsuite/util/native_type/native_hash_set.hpp
    branches/google/main/libstdc++-v3/testsuite/util/native_type/native_map.hpp
    branches/google/main/libstdc++-v3/testsuite/util/native_type/native_multimap.hpp
    branches/google/main/libstdc++-v3/testsuite/util/native_type/native_priority_queue.hpp
    branches/google/main/libstdc++-v3/testsuite/util/native_type/native_set.hpp
    branches/google/main/libstdc++-v3/testsuite/util/performance/assoc/multimap_common_type.hpp
    branches/google/main/libstdc++-v3/testsuite/util/performance/assoc/timing/common_type.hpp
    branches/google/main/libstdc++-v3/testsuite/util/performance/assoc/timing/multimap_find_test.hpp
    branches/google/main/libstdc++-v3/testsuite/util/regression/common_type.hpp
    branches/google/main/libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.h
    branches/google/main/libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.tcc
    branches/google/main/libstdc++-v3/testsuite/util/regression/rand/assoc/rand_regression_test.hpp
    branches/google/main/libstdc++-v3/testsuite/util/regression/rand/priority_queue/container_rand_regression_test.tcc
    branches/google/main/libstdc++-v3/testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp
    branches/google/main/libstdc++-v3/testsuite/util/regression/trait/assoc/native_type_trait.hpp
    branches/google/main/libstdc++-v3/testsuite/util/regression/trait/assoc/trait.hpp
    branches/google/main/libstdc++-v3/testsuite/util/regression/trait/assoc/type_trait.hpp
    branches/google/main/libstdc++-v3/testsuite/util/testsuite_abi.cc
    branches/google/main/libstdc++-v3/testsuite/util/testsuite_allocator.h
    branches/google/main/libstdc++-v3/testsuite/util/testsuite_common_types.h
    branches/google/main/libstdc++-v3/testsuite/util/testsuite_containers.h
    branches/google/main/libstdc++-v3/testsuite/util/testsuite_io.h
    branches/google/main/libstdc++-v3/testsuite/util/testsuite_rvalref.h
    branches/google/main/libstdc++-v3/testsuite/util/testsuite_tr1.h
    branches/google/main/lto-plugin/ChangeLog
    branches/google/main/lto-plugin/lto-plugin.c
    branches/google/main/maintainer-scripts/ChangeLog
    branches/google/main/maintainer-scripts/crontab
    branches/google/main/maintainer-scripts/gcc_release
    branches/google/main/maintainer-scripts/update_version_svn


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