This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r223630 - in /branches/google/main: ./ ChangeLo...


Author: davidxl
Date: Sun May 24 06:35:05 2015
New Revision: 223630

URL: https://gcc.gnu.org/viewcvs?rev=223630&root=gcc&view=rev
Log:
Merge from trunk:
215747,215752-215753,215759-215760,215771-215772,215775-215779,215782,215785,215788-215796,215798-215799,215801-215804,215809-215811,215813-215817,215822-215823,215829-215830,215832-215835,215837,215839-215840,215842-215844,215846,215849,215851,215856,215859-215863,215865-215869,215871-215877,215879-215882,215885-215890,215893,215897-215898,215901-215902,215905,215907-215908,215912,215914-215922,215924-215927,215930-215931,215939,215943,215951-215952,215954

Added:
    branches/google/main/libstdc++-v3/include/experimental/tuple
      - copied unchanged from r215954, trunk/libstdc++-v3/include/experimental/tuple
    branches/google/main/libstdc++-v3/testsuite/20_util/is_final/
      - copied from r215954, trunk/libstdc++-v3/testsuite/20_util/is_final/
    branches/google/main/libstdc++-v3/testsuite/23_containers/unordered_set/63456.cc
      - copied unchanged from r215954, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/63456.cc
    branches/google/main/libstdc++-v3/testsuite/26_numerics/headers/ctgmath/complex.cc
      - copied unchanged from r215954, trunk/libstdc++-v3/testsuite/26_numerics/headers/ctgmath/complex.cc
    branches/google/main/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc
      - copied unchanged from r215954, trunk/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc
    branches/google/main/libstdc++-v3/testsuite/experimental/feat-cxx14.cc
      - copied unchanged from r215954, trunk/libstdc++-v3/testsuite/experimental/feat-cxx14.cc
    branches/google/main/libstdc++-v3/testsuite/experimental/feat-lib-fund.cc
      - copied unchanged from r215954, trunk/libstdc++-v3/testsuite/experimental/feat-lib-fund.cc
    branches/google/main/libstdc++-v3/testsuite/experimental/tuple/
      - copied from r215954, trunk/libstdc++-v3/testsuite/experimental/tuple/
Modified:
    branches/google/main/libstdc++-v3/ChangeLog
    branches/google/main/libstdc++-v3/doc/html/index.html
    branches/google/main/libstdc++-v3/doc/html/manual/containers.html
    branches/google/main/libstdc++-v3/doc/html/manual/index.html
    branches/google/main/libstdc++-v3/doc/html/manual/status.html
    branches/google/main/libstdc++-v3/doc/html/manual/std_contents.html
    branches/google/main/libstdc++-v3/doc/xml/manual/containers.xml
    branches/google/main/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
    branches/google/main/libstdc++-v3/doc/xml/manual/status_cxx2014.xml
    branches/google/main/libstdc++-v3/include/Makefile.am
    branches/google/main/libstdc++-v3/include/Makefile.in
    branches/google/main/libstdc++-v3/include/bits/basic_string.h
    branches/google/main/libstdc++-v3/include/bits/hashtable.h
    branches/google/main/libstdc++-v3/include/bits/ios_base.h
    branches/google/main/libstdc++-v3/include/bits/stl_algobase.h
    branches/google/main/libstdc++-v3/include/bits/stl_function.h
    branches/google/main/libstdc++-v3/include/bits/unique_ptr.h
    branches/google/main/libstdc++-v3/include/c_global/ctgmath
    branches/google/main/libstdc++-v3/include/std/chrono
    branches/google/main/libstdc++-v3/include/std/complex
    branches/google/main/libstdc++-v3/include/std/iomanip
    branches/google/main/libstdc++-v3/include/std/shared_mutex
    branches/google/main/libstdc++-v3/include/std/tuple
    branches/google/main/libstdc++-v3/include/std/type_traits
    branches/google/main/libstdc++-v3/include/std/utility
    branches/google/main/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/google/main/libstdc++-v3/src/c++98/locale_facets.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/duration/literals/range.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/util/testsuite_tr1.h

Changes in other areas also in this revision:
Added:
    branches/google/main/gcc/testsuite/c-c++-common/gomp/pr61200.c
      - copied unchanged from r215954, trunk/gcc/testsuite/c-c++-common/gomp/pr61200.c
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-type-decl1.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-type-decl1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-type-def1.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-type-def1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/noexcept23.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept23.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/noexcept24.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept24.C
    branches/google/main/gcc/testsuite/g++.dg/cpp1y/constexpr-local1.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-local1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp1y/constexpr-neg1.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-neg1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp1y/constexpr-type-def1.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-type-def1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp1y/feat-cxx11-neg.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/cpp1y/feat-cxx11-neg.C
    branches/google/main/gcc/testsuite/g++.dg/cpp1y/feat-cxx11.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/cpp1y/feat-cxx11.C
    branches/google/main/gcc/testsuite/g++.dg/cpp1y/feat-cxx14.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/cpp1y/feat-cxx14.C
    branches/google/main/gcc/testsuite/g++.dg/cpp1y/feat-cxx98-neg.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/cpp1y/feat-cxx98-neg.C
    branches/google/main/gcc/testsuite/g++.dg/cpp1y/feat-cxx98.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/cpp1y/feat-cxx98.C
    branches/google/main/gcc/testsuite/g++.dg/cpp1y/phoobhar.h
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/cpp1y/phoobhar.h
    branches/google/main/gcc/testsuite/g++.dg/cpp1y/testinc/
      - copied from r215954, trunk/gcc/testsuite/g++.dg/cpp1y/testinc/
    branches/google/main/gcc/testsuite/g++.dg/debug/dwarf2/deleted-member-function.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/debug/dwarf2/deleted-member-function.C
    branches/google/main/gcc/testsuite/g++.dg/ext/is_trivially_constructible2.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/ext/is_trivially_constructible2.C
    branches/google/main/gcc/testsuite/g++.dg/ext/is_trivially_constructible3.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/ext/is_trivially_constructible3.C
    branches/google/main/gcc/testsuite/g++.dg/ext/vector28.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/ext/vector28.C
    branches/google/main/gcc/testsuite/g++.dg/ipa/devirt-41.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/ipa/devirt-41.C
    branches/google/main/gcc/testsuite/g++.dg/ipa/devirt-42.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/ipa/devirt-42.C
    branches/google/main/gcc/testsuite/g++.dg/ipa/devirt-43.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/ipa/devirt-43.C
    branches/google/main/gcc/testsuite/g++.dg/ipa/devirt-44.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/ipa/devirt-44.C
    branches/google/main/gcc/testsuite/g++.dg/ipa/devirt-45.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/ipa/devirt-45.C
    branches/google/main/gcc/testsuite/g++.dg/ipa/devirt-46.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/ipa/devirt-46.C
    branches/google/main/gcc/testsuite/g++.dg/ipa/devirt-47.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/ipa/devirt-47.C
    branches/google/main/gcc/testsuite/g++.dg/ipa/devirt-48.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/ipa/devirt-48.C
    branches/google/main/gcc/testsuite/g++.dg/ipa/pr63306.C
      - copied unchanged from r215954, trunk/gcc/testsuite/g++.dg/ipa/pr63306.C
    branches/google/main/gcc/testsuite/gcc.dg/combine-clobber.c
      - copied unchanged from r215954, trunk/gcc/testsuite/gcc.dg/combine-clobber.c
    branches/google/main/gcc/testsuite/gcc.dg/pr63342.c
      - copied unchanged from r215954, trunk/gcc/testsuite/gcc.dg/pr63342.c
    branches/google/main/gcc/testsuite/gcc.dg/pr63453.c
      - copied unchanged from r215954, trunk/gcc/testsuite/gcc.dg/pr63453.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/vshuf-64.inc
      - copied unchanged from r215954, trunk/gcc/testsuite/gcc.dg/torture/vshuf-64.inc
    branches/google/main/gcc/testsuite/gcc.dg/torture/vshuf-v16sf.c
      - copied unchanged from r215954, trunk/gcc/testsuite/gcc.dg/torture/vshuf-v16sf.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/vshuf-v16si.c
      - copied unchanged from r215954, trunk/gcc/testsuite/gcc.dg/torture/vshuf-v16si.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/vshuf-v32hi.c
      - copied unchanged from r215954, trunk/gcc/testsuite/gcc.dg/torture/vshuf-v32hi.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/vshuf-v64qi.c
      - copied unchanged from r215954, trunk/gcc/testsuite/gcc.dg/torture/vshuf-v64qi.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/vshuf-v8df.c
      - copied unchanged from r215954, trunk/gcc/testsuite/gcc.dg/torture/vshuf-v8df.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/vshuf-v8di.c
      - copied unchanged from r215954, trunk/gcc/testsuite/gcc.dg/torture/vshuf-v8di.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr61144.c
      - copied unchanged from r215954, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr61144.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/lvsl-lvsr.c
      - copied unchanged from r215954, trunk/gcc/testsuite/gcc.target/powerpc/lvsl-lvsr.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/warn-lvsl-lvsr.c
      - copied unchanged from r215954, trunk/gcc/testsuite/gcc.target/powerpc/warn-lvsl-lvsr.c
    branches/google/main/gcc/testsuite/gfortran.dg/implicit_14.f90
      - copied unchanged from r215954, trunk/gcc/testsuite/gfortran.dg/implicit_14.f90
    branches/google/main/gcc/testsuite/gfortran.dg/implicit_15.f90
      - copied unchanged from r215954, trunk/gcc/testsuite/gfortran.dg/implicit_15.f90
    branches/google/main/gcc/testsuite/gfortran.dg/widechar_10.f90
      - copied unchanged from r215954, trunk/gcc/testsuite/gfortran.dg/widechar_10.f90
    branches/google/main/libgomp/testsuite/libgomp.c/pr61200.c
      - copied unchanged from r215954, trunk/libgomp/testsuite/libgomp.c/pr61200.c
Removed:
    branches/google/main/gcc/common/config/score/score-common.c
    branches/google/main/gcc/config/score/constraints.md
    branches/google/main/gcc/config/score/elf.h
    branches/google/main/gcc/config/score/predicates.md
    branches/google/main/gcc/config/score/score-conv.h
    branches/google/main/gcc/config/score/score-generic.md
    branches/google/main/gcc/config/score/score-modes.def
    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.md
    branches/google/main/gcc/config/score/score.opt
Modified:
    branches/google/main/   (props changed)
    branches/google/main/ChangeLog
    branches/google/main/boehm-gc/ChangeLog
    branches/google/main/boehm-gc/testsuite/boehm-gc.c/gctest.c
    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/config-list.mk
    branches/google/main/contrib/dg-extract-results.py
    branches/google/main/gcc/   (props changed)
    branches/google/main/gcc/ChangeLog
    branches/google/main/gcc/DATESTAMP
    branches/google/main/gcc/Makefile.in
    branches/google/main/gcc/asan.c
    branches/google/main/gcc/c-family/ChangeLog
    branches/google/main/gcc/c-family/c-common.c
    branches/google/main/gcc/c-family/c-cppbuiltin.c
    branches/google/main/gcc/c/ChangeLog
    branches/google/main/gcc/c/c-decl.c
    branches/google/main/gcc/caller-save.c
    branches/google/main/gcc/cgraph.c
    branches/google/main/gcc/cgraph.h
    branches/google/main/gcc/cgraphclones.c
    branches/google/main/gcc/combine.c
    branches/google/main/gcc/config.gcc
    branches/google/main/gcc/config/arm/arm.md
    branches/google/main/gcc/config/i386/i386.c
    branches/google/main/gcc/config/rs6000/altivec.md
    branches/google/main/gcc/config/rs6000/e500.h
    branches/google/main/gcc/config/rs6000/rs6000-c.c
    branches/google/main/gcc/config/rs6000/rs6000.c
    branches/google/main/gcc/config/rs6000/rs6000.h
    branches/google/main/gcc/config/sparc/predicates.md
    branches/google/main/gcc/convert.c
    branches/google/main/gcc/cp/ChangeLog
    branches/google/main/gcc/cp/call.c
    branches/google/main/gcc/cp/class.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.h
    branches/google/main/gcc/cp/decl.c
    branches/google/main/gcc/cp/init.c
    branches/google/main/gcc/cp/method.c
    branches/google/main/gcc/cp/parser.c
    branches/google/main/gcc/cp/pt.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/doc/extend.texi
    branches/google/main/gcc/doc/md.texi
    branches/google/main/gcc/dwarf2cfi.c
    branches/google/main/gcc/dwarf2out.c
    branches/google/main/gcc/fortran/ChangeLog
    branches/google/main/gcc/fortran/decl.c
    branches/google/main/gcc/fortran/gfortran.h
    branches/google/main/gcc/fortran/interface.c
    branches/google/main/gcc/fortran/libgfortran.h
    branches/google/main/gcc/fortran/parse.c
    branches/google/main/gcc/fortran/resolve.c
    branches/google/main/gcc/fortran/symbol.c
    branches/google/main/gcc/gcc.c
    branches/google/main/gcc/genconditions.c
    branches/google/main/gcc/gimple-pretty-print.c
    branches/google/main/gcc/gimplify.c
    branches/google/main/gcc/go/gofrontend/gogo.cc
    branches/google/main/gcc/go/gofrontend/import-archive.cc
    branches/google/main/gcc/go/gofrontend/types.cc
    branches/google/main/gcc/go/gofrontend/types.h
    branches/google/main/gcc/ipa-cp.c
    branches/google/main/gcc/ipa-devirt.c
    branches/google/main/gcc/ipa-polymorphic-call.c
    branches/google/main/gcc/ipa-prop.c
    branches/google/main/gcc/ipa-prop.h
    branches/google/main/gcc/ipa-utils.h
    branches/google/main/gcc/ipa.c
    branches/google/main/gcc/ira-int.h
    branches/google/main/gcc/langhooks-def.h
    branches/google/main/gcc/langhooks.h
    branches/google/main/gcc/lra-constraints.c
    branches/google/main/gcc/lto-cgraph.c
    branches/google/main/gcc/lto/ChangeLog
    branches/google/main/gcc/lto/lto.c
    branches/google/main/gcc/omp-low.c
    branches/google/main/gcc/opts.c
    branches/google/main/gcc/testsuite/ChangeLog
    branches/google/main/gcc/testsuite/c-c++-common/raw-string-18.c
    branches/google/main/gcc/testsuite/c-c++-common/raw-string-19.c
    branches/google/main/gcc/testsuite/c-c++-common/raw-string-3.c
    branches/google/main/gcc/testsuite/g++.dg/asan/asan.exp
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-rom.C
    branches/google/main/gcc/testsuite/g++.dg/ext/altivec-2.C
    branches/google/main/gcc/testsuite/g++.dg/ext/vector27.C
    branches/google/main/gcc/testsuite/g++.dg/ext/vector9.C
    branches/google/main/gcc/testsuite/g++.dg/lto/pr54625-1_0.c
    branches/google/main/gcc/testsuite/g++.dg/lto/pr54625-2_0.c
    branches/google/main/gcc/testsuite/g++.dg/other/error23.C
    branches/google/main/gcc/testsuite/g++.dg/tree-prof/lipo/vcall1_0.C
    branches/google/main/gcc/testsuite/g++.dg/tsan/tsan.exp
    branches/google/main/gcc/testsuite/g++.dg/ubsan/ubsan.exp
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20000120-2.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20011119-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20011119-2.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20021120-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20021120-2.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20050215-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20050215-2.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20050215-3.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/20090721-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr34808.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr37669.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr42299.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr48517.c
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/simd-6.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/20001121-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/20020107-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/920612-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/920711-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/930526-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/930529-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/961223-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/980608-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/990127-2.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/bcp-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/loop-2c.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/p18298.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr40386.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr53645-2.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr53645.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr57124.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/restrict-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/unroll-1.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/va-arg-7.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/va-arg-8.c
    branches/google/main/gcc/testsuite/gcc.dg/20001012-1.c
    branches/google/main/gcc/testsuite/gcc.dg/20001012-2.c
    branches/google/main/gcc/testsuite/gcc.dg/20001108-1.c
    branches/google/main/gcc/testsuite/gcc.dg/20010516-1.c
    branches/google/main/gcc/testsuite/gcc.dg/20011008-2.c
    branches/google/main/gcc/testsuite/gcc.dg/20020430-1.c
    branches/google/main/gcc/testsuite/gcc.dg/20030612-1.c
    branches/google/main/gcc/testsuite/gcc.dg/20030702-1.c
    branches/google/main/gcc/testsuite/gcc.dg/20030805-1.c
    branches/google/main/gcc/testsuite/gcc.dg/20040127-2.c
    branches/google/main/gcc/testsuite/gcc.dg/20040219-1.c
    branches/google/main/gcc/testsuite/gcc.dg/20041122-1.c
    branches/google/main/gcc/testsuite/gcc.dg/20041213-1.c
    branches/google/main/gcc/testsuite/gcc.dg/20050309-1.c
    branches/google/main/gcc/testsuite/gcc.dg/20050603-2.c
    branches/google/main/gcc/testsuite/gcc.dg/20061026.c
    branches/google/main/gcc/testsuite/gcc.dg/20070507-1.c
    branches/google/main/gcc/testsuite/gcc.dg/20080820.c
    branches/google/main/gcc/testsuite/gcc.dg/20101010-1.c
    branches/google/main/gcc/testsuite/gcc.dg/920413-1.c
    branches/google/main/gcc/testsuite/gcc.dg/Werror-1.c
    branches/google/main/gcc/testsuite/gcc.dg/Werror-10.c
    branches/google/main/gcc/testsuite/gcc.dg/Werror-11.c
    branches/google/main/gcc/testsuite/gcc.dg/Werror-12.c
    branches/google/main/gcc/testsuite/gcc.dg/Werror-2.c
    branches/google/main/gcc/testsuite/gcc.dg/Werror-3.c
    branches/google/main/gcc/testsuite/gcc.dg/Werror-4.c
    branches/google/main/gcc/testsuite/gcc.dg/Werror-5.c
    branches/google/main/gcc/testsuite/gcc.dg/Werror-6.c
    branches/google/main/gcc/testsuite/gcc.dg/Werror-7.c
    branches/google/main/gcc/testsuite/gcc.dg/Werror-8.c
    branches/google/main/gcc/testsuite/gcc.dg/Wmissing-parameter-type-no.c
    branches/google/main/gcc/testsuite/gcc.dg/Wold-style-definition-1.c
    branches/google/main/gcc/testsuite/gcc.dg/Wstrict-overflow-20.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/asan/asan.exp
    branches/google/main/gcc/testsuite/gcc.dg/attr-alias-3.c
    branches/google/main/gcc/testsuite/gcc.dg/bitfld-1.c
    branches/google/main/gcc/testsuite/gcc.dg/bitfld-9.c
    branches/google/main/gcc/testsuite/gcc.dg/builtin-apply4.c
    branches/google/main/gcc/testsuite/gcc.dg/cpp/trad/macroargs.c
    branches/google/main/gcc/testsuite/gcc.dg/debug/20010207-1.c
    branches/google/main/gcc/testsuite/gcc.dg/debug/dwarf2-2.c
    branches/google/main/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-die3.c
    branches/google/main/gcc/testsuite/gcc.dg/debug/dwarf2/inline1.c
    branches/google/main/gcc/testsuite/gcc.dg/debug/dwarf2/inline2.c
    branches/google/main/gcc/testsuite/gcc.dg/debug/dwarf2/ipa-cp1.c
    branches/google/main/gcc/testsuite/gcc.dg/debug/pr42767.c
    branches/google/main/gcc/testsuite/gcc.dg/debug/pr49522.c
    branches/google/main/gcc/testsuite/gcc.dg/decl-nospec-1.c
    branches/google/main/gcc/testsuite/gcc.dg/decl-nospec-2.c
    branches/google/main/gcc/testsuite/gcc.dg/decl-nospec-3.c
    branches/google/main/gcc/testsuite/gcc.dg/declspec-5.c
    branches/google/main/gcc/testsuite/gcc.dg/declspec-6.c
    branches/google/main/gcc/testsuite/gcc.dg/declspec-7.c
    branches/google/main/gcc/testsuite/gcc.dg/delay-slot-2.c
    branches/google/main/gcc/testsuite/gcc.dg/errno-1.c
    branches/google/main/gcc/testsuite/gcc.dg/fastmath-1.c
    branches/google/main/gcc/testsuite/gcc.dg/fork-instrumentation.c
    branches/google/main/gcc/testsuite/gcc.dg/ftrapv-2.c
    branches/google/main/gcc/testsuite/gcc.dg/funcorder.c
    branches/google/main/gcc/testsuite/gcc.dg/fwrapv-1.c
    branches/google/main/gcc/testsuite/gcc.dg/fwrapv-2.c
    branches/google/main/gcc/testsuite/gcc.dg/globalalias.c
    branches/google/main/gcc/testsuite/gcc.dg/gomp/appendix-a/a.35.4.c
    branches/google/main/gcc/testsuite/gcc.dg/gomp/appendix-a/a.35.5.c
    branches/google/main/gcc/testsuite/gcc.dg/gomp/appendix-a/a.35.6.c
    branches/google/main/gcc/testsuite/gcc.dg/gomp/asm-1.c
    branches/google/main/gcc/testsuite/gcc.dg/gomp/empty.c
    branches/google/main/gcc/testsuite/gcc.dg/gomp/for-1.c
    branches/google/main/gcc/testsuite/gcc.dg/gomp/sharing-3.c
    branches/google/main/gcc/testsuite/gcc.dg/gomp/udr-3.c
    branches/google/main/gcc/testsuite/gcc.dg/inline-1.c
    branches/google/main/gcc/testsuite/gcc.dg/inline-3.c
    branches/google/main/gcc/testsuite/gcc.dg/inline-33.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/inline-2.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/inline-4.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/inline-5.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/inline-6.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/inlinehint-1.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/inlinehint-2.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/inlinehint-3.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/ipacost-1.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/ipacost-2.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/pr57539.c
    branches/google/main/gcc/testsuite/gcc.dg/ipa/pure-const-1.c
    branches/google/main/gcc/testsuite/gcc.dg/localalias.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20080924_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20081115_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20081115_1.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20081118_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20081118_1.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20081120-1_1.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20081201-1_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20081201-1_1.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20081210-1_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20090213_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/20090218-2_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20090218-2_1.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20090706-2_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20091006-1_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20091013-1_1.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20091013-1_2.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20091015-1_2.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/20091027-1_1.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/attr-weakref-1_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/attr-weakref-1_1.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/attr-weakref-1_2.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/ipareference2_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/ipareference_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/ipareference_1.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/materialize-1_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/pr47924_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/pr48622_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/pr55703_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/resolutions_0.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/trans-mem-3_1.c
    branches/google/main/gcc/testsuite/gcc.dg/memmove-1.c
    branches/google/main/gcc/testsuite/gcc.dg/non-local-goto-1.c
    branches/google/main/gcc/testsuite/gcc.dg/non-local-goto-2.c
    branches/google/main/gcc/testsuite/gcc.dg/noncompile/20020130-1.c
    branches/google/main/gcc/testsuite/gcc.dg/noncompile/20050120-1.c
    branches/google/main/gcc/testsuite/gcc.dg/noncompile/920616-2.c
    branches/google/main/gcc/testsuite/gcc.dg/noncompile/920923-1.c
    branches/google/main/gcc/testsuite/gcc.dg/noncompile/930301-1.c
    branches/google/main/gcc/testsuite/gcc.dg/noncompile/930622-1.c
    branches/google/main/gcc/testsuite/gcc.dg/noncompile/930622-2.c
    branches/google/main/gcc/testsuite/gcc.dg/noncompile/950825-1.c
    branches/google/main/gcc/testsuite/gcc.dg/noncompile/971104-1.c
    branches/google/main/gcc/testsuite/gcc.dg/noncompile/invalid_asm.c
    branches/google/main/gcc/testsuite/gcc.dg/noncompile/old-style-parm-2.c
    branches/google/main/gcc/testsuite/gcc.dg/noncompile/scope.c
    branches/google/main/gcc/testsuite/gcc.dg/noncompile/va-arg-1.c
    branches/google/main/gcc/testsuite/gcc.dg/noreturn-8.c
    branches/google/main/gcc/testsuite/gcc.dg/parm-impl-decl-1.c
    branches/google/main/gcc/testsuite/gcc.dg/parm-impl-decl-3.c
    branches/google/main/gcc/testsuite/gcc.dg/parse-decl-after-if.c
    branches/google/main/gcc/testsuite/gcc.dg/parse-decl-after-label.c
    branches/google/main/gcc/testsuite/gcc.dg/pr18596-1.c
    branches/google/main/gcc/testsuite/gcc.dg/pr18596-2.c
    branches/google/main/gcc/testsuite/gcc.dg/pr18596-3.c
    branches/google/main/gcc/testsuite/gcc.dg/pr19633-1.c
    branches/google/main/gcc/testsuite/gcc.dg/pr19633.c
    branches/google/main/gcc/testsuite/gcc.dg/pr23408.c
    branches/google/main/gcc/testsuite/gcc.dg/pr23470-1.c
    branches/google/main/gcc/testsuite/gcc.dg/pr25795-1.c
    branches/google/main/gcc/testsuite/gcc.dg/pr25795.c
    branches/google/main/gcc/testsuite/gcc.dg/pr27861-1.c
    branches/google/main/gcc/testsuite/gcc.dg/pr28121.c
    branches/google/main/gcc/testsuite/gcc.dg/pr28243.c
    branches/google/main/gcc/testsuite/gcc.dg/pr28574.c
    branches/google/main/gcc/testsuite/gcc.dg/pr28888.c
    branches/google/main/gcc/testsuite/gcc.dg/pr29254.c
    branches/google/main/gcc/testsuite/gcc.dg/pr30189.c
    branches/google/main/gcc/testsuite/gcc.dg/pr30260.c
    branches/google/main/gcc/testsuite/gcc.dg/pr31529-1.c
    branches/google/main/gcc/testsuite/gcc.dg/pr31529-2.c
    branches/google/main/gcc/testsuite/gcc.dg/pr32573.c
    branches/google/main/gcc/testsuite/gcc.dg/pr33826.c
    branches/google/main/gcc/testsuite/gcc.dg/pr33923.c
    branches/google/main/gcc/testsuite/gcc.dg/pr34263.c
    branches/google/main/gcc/testsuite/gcc.dg/pr35065.c
    branches/google/main/gcc/testsuite/gcc.dg/pr35899.c
    branches/google/main/gcc/testsuite/gcc.dg/pr36194.c
    branches/google/main/gcc/testsuite/gcc.dg/pr38616.c
    branches/google/main/gcc/testsuite/gcc.dg/pr39867.c
    branches/google/main/gcc/testsuite/gcc.dg/pr41470.c
    branches/google/main/gcc/testsuite/gcc.dg/pr41837.c
    branches/google/main/gcc/testsuite/gcc.dg/pr44024.c
    branches/google/main/gcc/testsuite/gcc.dg/pr44699.c
    branches/google/main/gcc/testsuite/gcc.dg/pr45415.c
    branches/google/main/gcc/testsuite/gcc.dg/pr46252.c
    branches/google/main/gcc/testsuite/gcc.dg/pr46878-1.c
    branches/google/main/gcc/testsuite/gcc.dg/pr47443.c
    branches/google/main/gcc/testsuite/gcc.dg/pr47763.c
    branches/google/main/gcc/testsuite/gcc.dg/pr49000.c
    branches/google/main/gcc/testsuite/gcc.dg/pr50340.c
    branches/google/main/gcc/testsuite/gcc.dg/pr50908-3.c
    branches/google/main/gcc/testsuite/gcc.dg/pr50908.c
    branches/google/main/gcc/testsuite/gcc.dg/pr51796.c
    branches/google/main/gcc/testsuite/gcc.dg/pr52808.c
    branches/google/main/gcc/testsuite/gcc.dg/pr55150-2.c
    branches/google/main/gcc/testsuite/gcc.dg/pr55833.c
    branches/google/main/gcc/testsuite/gcc.dg/pr59350.c
    branches/google/main/gcc/testsuite/gcc.dg/pr59418.c
    branches/google/main/gcc/testsuite/gcc.dg/pr59940.c
    branches/google/main/gcc/testsuite/gcc.dg/pr59963-1.c
    branches/google/main/gcc/testsuite/gcc.dg/pr60139.c
    branches/google/main/gcc/testsuite/gcc.dg/pr60647-1.c
    branches/google/main/gcc/testsuite/gcc.dg/pr60647-2.c
    branches/google/main/gcc/testsuite/gcc.dg/pr63186.c
    branches/google/main/gcc/testsuite/gcc.dg/pragma-diag-1.c
    branches/google/main/gcc/testsuite/gcc.dg/redecl-15.c
    branches/google/main/gcc/testsuite/gcc.dg/simulate-thread/atomic-load-int.c
    branches/google/main/gcc/testsuite/gcc.dg/simulate-thread/atomic-load-int128.c
    branches/google/main/gcc/testsuite/gcc.dg/simulate-thread/atomic-load-longlong.c
    branches/google/main/gcc/testsuite/gcc.dg/simulate-thread/atomic-load-short.c
    branches/google/main/gcc/testsuite/gcc.dg/simulate-thread/atomic-other-int.c
    branches/google/main/gcc/testsuite/gcc.dg/sms-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/20091013.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/20091221.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/20100125.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/debug-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/irrevocable-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/irrevocable-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/irrevocable-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/irrevocable-4.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/memopt-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/memopt-11.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/memopt-12.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/memopt-16.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/memopt-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/memopt-4.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/memopt-5.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/memopt-6.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/pr52173-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/props-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/props-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/props-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tm/wrap-4.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/inline-1.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr24626-1.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr24626-2.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr24626-3.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr25947-1.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr27409.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr28814.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr31254.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr35227.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr38948.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr43781.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr44807.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr45865.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr49603.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr51071-2.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr51801.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr52720.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr52912.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr55124.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr55238.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr55687.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr55888.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr55890-1.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr55890-2.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr57036-1.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr57036-2.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr57147-3.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr57393-2.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr57584.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr58079.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr59139.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr59164.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr59993.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-4.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/stackalign/comp-goto-1.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/stackalign/nested-3.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/stackalign/non-local-goto-4.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/stackalign/non-local-goto-5.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/va-arg-25.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/vector-2.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/vshuf-16.inc
    branches/google/main/gcc/testsuite/gcc.dg/torture/vshuf-32.inc
    branches/google/main/gcc/testsuite/gcc.dg/torture/vshuf-4.inc
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/crossmodule-indircall-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/crossmodule-indircall-1a.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/inliner-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/merge_block.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/peel-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/stringop-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/stringop-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/unroll-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/update-cunroll-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/val-prof-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/val-prof-4.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/val-prof-5.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-prof/val-prof-6.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030530-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030611-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030703-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030708-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030709-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030710-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030711-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030711-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030711-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030728-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030729-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030731-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030731-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030807-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030807-11.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030807-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030807-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030807-7.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030807-8.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030807-9.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030814-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030814-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030814-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030814-4.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030814-5.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030820-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030820-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030821-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030917-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030917-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20030917-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20031022-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20040121-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20040209-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20040211-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20040216-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20040302-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20040319-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20040326-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20040326-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20040729-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20041008-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20050719-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/20070302-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/alias-13.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/alias-28.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/asm-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/attr-alias-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/attr-alias.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/builtin-expect-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/builtin-expect-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/builtin-expect-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/builtin-expect-4.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/builtin-expect-5.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/coalesce-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/cunroll-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/cunroll-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/cunroll-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/cunroll-4.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/cunroll-5.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/cunroll-9.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/foldconst-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/foldconst-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/foldconst-4.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/foldconst-5.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/foldstring-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/forwprop-25.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/forwprop-26.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/forwprop-28.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ifc-4.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ifc-6.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/inline-10.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/inline-5.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/inline-6.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/inline-7.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/inline-9.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ipa-cp-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ipa-split-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ipa-split-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ipa-split-5.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/isolate-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/isolate-5.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ivopts-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ivopts-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/loadpre7.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/loadpre8.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/local-pure-const.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/loop-20.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/loop-38.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/nonzero-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr20913.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr21582.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr22117.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr23434.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr23744.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr24117.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr24670.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr24840.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr25734.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr33723.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr33920.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr33922.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr34146-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr34146.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr38385.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr49642-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr49642-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/pr59597.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/recip-6.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/scev-3.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/scev-4.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/scev-5.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/sra-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/sra-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/sra-5.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/sra-6.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-10.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-12.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-31.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-4.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-9.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-14.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-29.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-vrp-thread-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp01.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp02.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp03.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp04.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp05.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp06.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp07.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp08.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp09.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp10.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp11.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp12.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp13.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp14.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp23.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp24.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp25.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp27.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp46.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp55.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp56.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp67.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp72.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp73.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/vrp75.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/wholeprogram-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/writeonly.c
    branches/google/main/gcc/testsuite/gcc.dg/tsan/tsan.exp
    branches/google/main/gcc/testsuite/gcc.dg/ubsan/ubsan.exp
    branches/google/main/gcc/testsuite/gcc.dg/uninit-suppress.c
    branches/google/main/gcc/testsuite/gcc.dg/uninit-suppress_2.c
    branches/google/main/gcc/testsuite/gcc.dg/unused-3.c
    branches/google/main/gcc/testsuite/gcc.dg/utf-dflt.c
    branches/google/main/gcc/testsuite/gcc.dg/utf-dflt2.c
    branches/google/main/gcc/testsuite/gcc.dg/va-arg-pack-1.c
    branches/google/main/gcc/testsuite/gcc.dg/varpool-1.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr24049.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr26359.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr28952.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr31041.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr32216.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr32224.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr32366.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr33866.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr37730.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr43430-2.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr43842.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr52870.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr60092-2.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr60092.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-1-big-array.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-1.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-93.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/vect-reduc-sad.c
    branches/google/main/gcc/testsuite/gcc.dg/vmx/3c-01a.c
    branches/google/main/gcc/testsuite/gcc.dg/vmx/ops-long-1.c
    branches/google/main/gcc/testsuite/gcc.dg/vmx/ops.c
    branches/google/main/gcc/testsuite/gcc.dg/webizer.c
    branches/google/main/gcc/testsuite/gcc.dg/winline-2.c
    branches/google/main/gcc/testsuite/gcc.dg/winline-3.c
    branches/google/main/gcc/testsuite/gcc.dg/winline-5.c
    branches/google/main/gcc/testsuite/gcc.dg/winline-6.c
    branches/google/main/gcc/testsuite/gcc.dg/winline-7.c
    branches/google/main/gcc/testsuite/gcc.dg/winline-9.c
    branches/google/main/gcc/testsuite/gcc.dg/wtr-func-def-1.c
    branches/google/main/gcc/testsuite/gcc.misc-tests/gcov-14.c
    branches/google/main/gcc/testsuite/gcc.target/i386/20040112-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/980709-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx-pr57233.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx2-pr57233.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx2-vpop-check.h
    branches/google/main/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-7.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-7.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avxfp-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/avxfp-2.c
    branches/google/main/gcc/testsuite/gcc.target/i386/cadd.c
    branches/google/main/gcc/testsuite/gcc.target/i386/cmov2.c
    branches/google/main/gcc/testsuite/gcc.target/i386/cmov3.c
    branches/google/main/gcc/testsuite/gcc.target/i386/cmov4.c
    branches/google/main/gcc/testsuite/gcc.target/i386/cold-attribute-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/cold-attribute-2.c
    branches/google/main/gcc/testsuite/gcc.target/i386/crc32-4.c
    branches/google/main/gcc/testsuite/gcc.target/i386/cvt-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/fpcvt-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/fpcvt-2.c
    branches/google/main/gcc/testsuite/gcc.target/i386/fpcvt-3.c
    branches/google/main/gcc/testsuite/gcc.target/i386/local.c
    branches/google/main/gcc/testsuite/gcc.target/i386/memcpy-2.c
    branches/google/main/gcc/testsuite/gcc.target/i386/memcpy-3.c
    branches/google/main/gcc/testsuite/gcc.target/i386/memset-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/minmax-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/minmax-2.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr20204.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr23570.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr26449-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr28839.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr37101.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr45352-2.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr46253.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr53623.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr57003.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr60902.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr61923.c
    branches/google/main/gcc/testsuite/gcc.target/i386/shrink_wrap_1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse-14.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse-19.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse-22.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse2-pr57233.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse4a-extract.c
    branches/google/main/gcc/testsuite/gcc.target/i386/sse4a-insert.c
    branches/google/main/gcc/testsuite/gcc.target/i386/ssefp-1.c
    branches/google/main/gcc/testsuite/gcc.target/i386/ssefp-2.c
    branches/google/main/gcc/testsuite/gcc.target/i386/testimm-10.c
    branches/google/main/gcc/testsuite/gcc.target/i386/vect-abs-s16.c
    branches/google/main/gcc/testsuite/gcc.target/i386/vect-abs-s32.c
    branches/google/main/gcc/testsuite/gcc.target/i386/vect-abs-s8.c
    branches/google/main/gcc/testsuite/gcc.target/i386/vectorize4-avx.c
    branches/google/main/gcc/testsuite/gcc.target/i386/xop-pr57233.c
    branches/google/main/gcc/testsuite/gcc.target/i386/xop-rotate2-vector.c
    branches/google/main/gcc/testsuite/gcc.target/i386/xop-shift1-vector.c
    branches/google/main/gcc/testsuite/gcc.target/i386/xop-shift2-vector.c
    branches/google/main/gcc/testsuite/gcc.target/i386/xop-shift3-vector.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/altivec-20.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/altivec-6.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/altivec-vec-merge.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/vsx-builtin-8.c
    branches/google/main/gcc/testsuite/gfortran.dg/implicit_4.f90
    branches/google/main/gcc/testsuite/lib/asan-dg.exp
    branches/google/main/gcc/testsuite/lib/target-supports.exp
    branches/google/main/gcc/testsuite/lib/tsan-dg.exp
    branches/google/main/gcc/testsuite/lib/ubsan-dg.exp
    branches/google/main/gcc/tree-pretty-print.c
    branches/google/main/gcc/tree-pretty-print.h
    branches/google/main/gcc/tree-sra.c
    branches/google/main/gcc/tree-ssa-threadupdate.c
    branches/google/main/gcc/tree-vect-data-refs.c
    branches/google/main/gcc/ubsan.c
    branches/google/main/gcc/ubsan.h
    branches/google/main/include/ChangeLog
    branches/google/main/include/dwarf2.def
    branches/google/main/libcpp/ChangeLog
    branches/google/main/libcpp/charset.c
    branches/google/main/libcpp/directives.c
    branches/google/main/libcpp/expr.c
    branches/google/main/libcpp/files.c
    branches/google/main/libcpp/identifiers.c
    branches/google/main/libcpp/internal.h
    branches/google/main/libcpp/lex.c
    branches/google/main/libcpp/pch.c
    branches/google/main/libcpp/traditional.c
    branches/google/main/libgcc/ChangeLog
    branches/google/main/libgcc/config.host
    branches/google/main/libgfortran/ChangeLog
    branches/google/main/libgfortran/io/unit.c
    branches/google/main/libgo/go/reflect/all_test.go
    branches/google/main/libgo/go/reflect/makefunc.go
    branches/google/main/libgo/runtime/getncpu-linux.c
    branches/google/main/libgomp/ChangeLog
    branches/google/main/libgomp/testsuite/libgomp.c/affinity-1.c
    branches/google/main/libgomp/testsuite/libgomp.c/appendix-a/a.15.1.c
    branches/google/main/libgomp/testsuite/libgomp.c/nqueens-1.c
    branches/google/main/libgomp/testsuite/libgomp.c/omp-loop02.c
    branches/google/main/libgomp/testsuite/libgomp.c/omp-parallel-for.c
    branches/google/main/libgomp/testsuite/libgomp.c/omp-parallel-if.c
    branches/google/main/libgomp/testsuite/libgomp.c/omp-single-1.c
    branches/google/main/libgomp/testsuite/libgomp.c/omp-single-2.c
    branches/google/main/libgomp/testsuite/libgomp.c/omp_matvec.c
    branches/google/main/libgomp/testsuite/libgomp.c/omp_workshare3.c
    branches/google/main/libgomp/testsuite/libgomp.c/omp_workshare4.c
    branches/google/main/libgomp/testsuite/libgomp.c/pr26943-3.c
    branches/google/main/libgomp/testsuite/libgomp.c/pr26943-4.c
    branches/google/main/libgomp/testsuite/libgomp.c/pr36802-2.c
    branches/google/main/libgomp/testsuite/libgomp.c/pr36802-3.c
    branches/google/main/libgomp/testsuite/libgomp.c/shared-1.c
    branches/google/main/libgomp/testsuite/libgomp.c/thread-limit-1.c
    branches/google/main/libgomp/testsuite/libgomp.c/thread-limit-2.c
    branches/google/main/libitm/ChangeLog
    branches/google/main/libitm/testsuite/libitm.c/memcpy-1.c
    branches/google/main/libitm/testsuite/libitm.c/memset-1.c

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

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

Propchange: branches/google/main/gcc/
            ('svn:mergeinfo' modified)



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