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]

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


Author: dnovillo
Date: Mon Mar 14 21:22:34 2011
New Revision: 170963

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170963
Log:

	Merge from google/integration rev 170957.


Added:
    branches/google/main/libstdc++-v3/src/valarray.cc
      - copied unchanged from r170944, branches/google/integration/libstdc++-v3/src/valarray.cc
    branches/google/main/libstdc++-v3/testsuite/18_support/type_info/fundamental.cc
      - copied unchanged from r170944, branches/google/integration/libstdc++-v3/testsuite/18_support/type_info/fundamental.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp3.cc
      - copied unchanged from r170944, branches/google/integration/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp3.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/ratio/operations/47913.cc
      - copied unchanged from r170944, branches/google/integration/libstdc++-v3/testsuite/20_util/ratio/operations/47913.cc
Removed:
    branches/google/main/libstdc++-v3/src/valarray-inst.cc
    branches/google/main/libstdc++-v3/testsuite/28_regex/03_requirements/
    branches/google/main/libstdc++-v3/testsuite/28_regex/04_header/
    branches/google/main/libstdc++-v3/testsuite/28_regex/05_constants/
    branches/google/main/libstdc++-v3/testsuite/28_regex/06_exception_type/
    branches/google/main/libstdc++-v3/testsuite/28_regex/07_traits/
    branches/google/main/libstdc++-v3/testsuite/28_regex/08_basic_regex/
    branches/google/main/libstdc++-v3/testsuite/28_regex/09_sub_match/
    branches/google/main/libstdc++-v3/testsuite/28_regex/10_match_results/
    branches/google/main/libstdc++-v3/testsuite/28_regex/11_algorithms/
    branches/google/main/libstdc++-v3/testsuite/28_regex/12_iterators/
    branches/google/main/libstdc++-v3/testsuite/29_atomics/atomic_address/
Modified:
    branches/google/main/libstdc++-v3/ChangeLog
    branches/google/main/libstdc++-v3/Makefile.in
    branches/google/main/libstdc++-v3/acinclude.m4
    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/xml/manual/configure.xml
    branches/google/main/libstdc++-v3/include/Makefile.am
    branches/google/main/libstdc++-v3/include/Makefile.in
    branches/google/main/libstdc++-v3/include/bits/allocator.h
    branches/google/main/libstdc++-v3/include/bits/basic_ios.tcc
    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/codecvt.h
    branches/google/main/libstdc++-v3/include/bits/fstream.tcc
    branches/google/main/libstdc++-v3/include/bits/istream.tcc
    branches/google/main/libstdc++-v3/include/bits/locale_classes.tcc
    branches/google/main/libstdc++-v3/include/bits/locale_facets.tcc
    branches/google/main/libstdc++-v3/include/bits/locale_facets_nonio.tcc
    branches/google/main/libstdc++-v3/include/bits/ostream.tcc
    branches/google/main/libstdc++-v3/include/bits/ostream_insert.h
    branches/google/main/libstdc++-v3/include/bits/sstream.tcc
    branches/google/main/libstdc++-v3/include/bits/streambuf.tcc
    branches/google/main/libstdc++-v3/include/bits/streambuf_iterator.h
    branches/google/main/libstdc++-v3/include/std/ratio
    branches/google/main/libstdc++-v3/include/std/sstream
    branches/google/main/libstdc++-v3/include/std/streambuf
    branches/google/main/libstdc++-v3/libsupc++/Makefile.in
    branches/google/main/libstdc++-v3/po/Makefile.in
    branches/google/main/libstdc++-v3/python/Makefile.in
    branches/google/main/libstdc++-v3/src/Makefile.am
    branches/google/main/libstdc++-v3/src/Makefile.in
    branches/google/main/libstdc++-v3/src/compatibility.cc
    branches/google/main/libstdc++-v3/src/istream.cc
    branches/google/main/libstdc++-v3/src/streambuf.cc
    branches/google/main/libstdc++-v3/src/strstream.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/hash/chi2_quality.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/hash/quality.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp2.cc
    branches/google/main/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc
    branches/google/main/libstdc++-v3/testsuite/Makefile.am
    branches/google/main/libstdc++-v3/testsuite/Makefile.in
    branches/google/main/libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc

Changes in other areas also in this revision:
Added:
    branches/google/main/gcc/testsuite/ChangeLog.google-integration
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/ChangeLog.google-integration
    branches/google/main/gcc/testsuite/g++.dg/abi/mangle45.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/abi/mangle45.C
    branches/google/main/gcc/testsuite/g++.dg/abi/mangle46.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/abi/mangle46.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-array-tparm.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-array-tparm.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor8.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor8.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor9.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor9.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-non-const-arg2.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-non-const-arg2.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/decltype25.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/decltype25.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-98.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-98.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/regress/bitfield-err1.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/regress/bitfield-err1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/regress/condition1.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/regress/condition1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/regress/debug-debug7.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/regress/debug-debug7.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/regress/non-const1.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/regress/non-const1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/regress/parse-ambig5.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/regress/parse-ambig5.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/regress/template-const1.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/regress/template-const1.C
    branches/google/main/gcc/testsuite/g++.dg/gomp/pr47963.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/gomp/pr47963.C
    branches/google/main/gcc/testsuite/g++.dg/inherit/covariant18.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/inherit/covariant18.C
    branches/google/main/gcc/testsuite/g++.dg/inherit/covariant19.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/inherit/covariant19.C
    branches/google/main/gcc/testsuite/g++.dg/pr46868.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/pr46868.C
    branches/google/main/gcc/testsuite/g++.dg/template/crash106.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/template/crash106.C
    branches/google/main/gcc/testsuite/g++.dg/template/nontype20.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/template/nontype20.C
    branches/google/main/gcc/testsuite/g++.dg/template/pseudodtor6.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/template/pseudodtor6.C
    branches/google/main/gcc/testsuite/g++.dg/template/this-targ1.C
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/g++.dg/template/this-targ1.C
    branches/google/main/gcc/testsuite/gcc.c-torture/compile/pr47967.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr47967.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr47925.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr47925.c
    branches/google/main/gcc/testsuite/gcc.dg/gomp/pr47963.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.dg/gomp/pr47963.c
    branches/google/main/gcc/testsuite/gcc.dg/lto/pr47924_0.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.dg/lto/pr47924_0.c
    branches/google/main/gcc/testsuite/gcc.dg/pr47893.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.dg/pr47893.c
    branches/google/main/gcc/testsuite/gcc.dg/pr47899.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.dg/pr47899.c
    branches/google/main/gcc/testsuite/gcc.dg/pr47991.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.dg/pr47991.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48022-1.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.dg/pr48022-1.c
    branches/google/main/gcc/testsuite/gcc.dg/pr48022-2.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.dg/pr48022-2.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr47890.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr47890.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr47968.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr47968.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr47975.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr47975.c
    branches/google/main/gcc/testsuite/gcc.target/arm/vfp-ldmdbd.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.target/arm/vfp-ldmdbd.c
    branches/google/main/gcc/testsuite/gcc.target/arm/vfp-ldmdbs.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.target/arm/vfp-ldmdbs.c
    branches/google/main/gcc/testsuite/gcc.target/arm/vfp-ldmiad.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.target/arm/vfp-ldmiad.c
    branches/google/main/gcc/testsuite/gcc.target/arm/vfp-ldmias.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.target/arm/vfp-ldmias.c
    branches/google/main/gcc/testsuite/gcc.target/arm/vfp-stmdbd.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.target/arm/vfp-stmdbd.c
    branches/google/main/gcc/testsuite/gcc.target/arm/vfp-stmdbs.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.target/arm/vfp-stmdbs.c
    branches/google/main/gcc/testsuite/gcc.target/arm/vfp-stmiad.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.target/arm/vfp-stmiad.c
    branches/google/main/gcc/testsuite/gcc.target/arm/vfp-stmias.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.target/arm/vfp-stmias.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr47862.c
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr47862.c
    branches/google/main/gcc/testsuite/gfortran.dg/array_constructor_37.f90
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gfortran.dg/array_constructor_37.f90
    branches/google/main/gcc/testsuite/gfortran.dg/fmt_fw_d.f90
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gfortran.dg/fmt_fw_d.f90
    branches/google/main/gcc/testsuite/gfortran.dg/lto/pr46911_0.f
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gfortran.dg/lto/pr46911_0.f
    branches/google/main/gcc/testsuite/gfortran.dg/lto/pr47839_0.f90
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gfortran.dg/lto/pr47839_0.f90
    branches/google/main/gcc/testsuite/gfortran.dg/lto/pr47839_1.f90
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gfortran.dg/lto/pr47839_1.f90
    branches/google/main/gcc/testsuite/gfortran.dg/namelist_71.f90
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gfortran.dg/namelist_71.f90
    branches/google/main/gcc/testsuite/gfortran.dg/nested_allocatables_1.f90
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gfortran.dg/nested_allocatables_1.f90
    branches/google/main/gcc/testsuite/gfortran.dg/pr47878.f90
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/gfortran.dg/pr47878.f90
    branches/google/main/gcc/testsuite/obj-c++.dg/property/property-encoding-1.mm
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/obj-c++.dg/property/property-encoding-1.mm
    branches/google/main/gcc/testsuite/objc.dg/property/property-encoding-1.m
      - copied unchanged from r170944, branches/google/integration/gcc/testsuite/objc.dg/property/property-encoding-1.m
    branches/google/main/libgo/syscalls/syscall_uname.go
      - copied unchanged from r170944, branches/google/integration/libgo/syscalls/syscall_uname.go
    branches/google/main/libgomp/testsuite/libgomp.fortran/task3.f90
      - copied unchanged from r170944, branches/google/integration/libgomp/testsuite/libgomp.fortran/task3.f90
Removed:
    branches/google/main/gcc/testsuite/README.QMTEST
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-regress2.C
    branches/google/main/libgo/go/exp/4s/
    branches/google/main/libgo/go/exp/nacl/
    branches/google/main/libgo/go/exp/spacewar/
    branches/google/main/libquadmath/gdtoa/
Modified:
    branches/google/main/   (props changed)
    branches/google/main/ChangeLog
    branches/google/main/MAINTAINERS
    branches/google/main/config/ChangeLog
    branches/google/main/config/cloog.m4
    branches/google/main/config/override.m4
    branches/google/main/configure
    branches/google/main/configure.ac
    branches/google/main/contrib/ChangeLog
    branches/google/main/contrib/gennews
    branches/google/main/gcc/ChangeLog
    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/builtins.c
    branches/google/main/gcc/c-family/ChangeLog
    branches/google/main/gcc/c-family/c-common.c
    branches/google/main/gcc/caller-save.c
    branches/google/main/gcc/calls.c
    branches/google/main/gcc/cfgexpand.c
    branches/google/main/gcc/cfgloopmanip.c
    branches/google/main/gcc/cgraph.c
    branches/google/main/gcc/cgraph.h
    branches/google/main/gcc/common.opt
    branches/google/main/gcc/config.gcc
    branches/google/main/gcc/config.in
    branches/google/main/gcc/config/alpha/alpha.md
    branches/google/main/gcc/config/arm/arm.md
    branches/google/main/gcc/config/avr/avr.c
    branches/google/main/gcc/config/avr/avr.md
    branches/google/main/gcc/config/i386/freebsd64.h
    branches/google/main/gcc/config/i386/i386.c
    branches/google/main/gcc/config/i386/i386.opt
    branches/google/main/gcc/config/i386/linux64.h
    branches/google/main/gcc/config/i386/sse.md
    branches/google/main/gcc/config/i386/x86-64.h
    branches/google/main/gcc/config/ia64/t-hpux
    branches/google/main/gcc/config/lm32/lm32.c
    branches/google/main/gcc/config/lm32/lm32.h
    branches/google/main/gcc/config/lm32/lm32.md
    branches/google/main/gcc/config/mips/mips.md
    branches/google/main/gcc/config/pa/pa.md
    branches/google/main/gcc/config/rs6000/e500.h
    branches/google/main/gcc/config/rs6000/linux.h
    branches/google/main/gcc/config/rs6000/linux64.h
    branches/google/main/gcc/config/rs6000/predicates.md
    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/sysv4.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/stormy16/stormy16-protos.h
    branches/google/main/gcc/config/stormy16/stormy16.c
    branches/google/main/gcc/config/stormy16/stormy16.h
    branches/google/main/gcc/config/vax/vax.md
    branches/google/main/gcc/configure
    branches/google/main/gcc/configure.ac
    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-tree.h
    branches/google/main/gcc/cp/decl.c
    branches/google/main/gcc/cp/decl2.c
    branches/google/main/gcc/cp/init.c
    branches/google/main/gcc/cp/lang-specs.h
    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/search.c
    branches/google/main/gcc/cp/semantics.c
    branches/google/main/gcc/cp/tree.c
    branches/google/main/gcc/cse.c
    branches/google/main/gcc/doc/cfg.texi
    branches/google/main/gcc/doc/cpp.texi
    branches/google/main/gcc/doc/extend.texi
    branches/google/main/gcc/doc/invoke.texi
    branches/google/main/gcc/dwarf2out.c
    branches/google/main/gcc/explow.c
    branches/google/main/gcc/expmed.c
    branches/google/main/gcc/expr.h
    branches/google/main/gcc/final.c
    branches/google/main/gcc/fold-const.c
    branches/google/main/gcc/fortran/ChangeLog
    branches/google/main/gcc/fortran/expr.c
    branches/google/main/gcc/fortran/f95-lang.c
    branches/google/main/gcc/fortran/intrinsic.texi
    branches/google/main/gcc/fortran/invoke.texi
    branches/google/main/gcc/fortran/openmp.c
    branches/google/main/gcc/fortran/trans-array.c
    branches/google/main/gcc/fortran/trans-stmt.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/gimplify.c
    branches/google/main/gcc/go/ChangeLog
    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/parse.cc
    branches/google/main/gcc/go/gofrontend/statements.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-inline.c
    branches/google/main/gcc/lto-cgraph.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-symtab.c
    branches/google/main/gcc/objc/ChangeLog
    branches/google/main/gcc/objc/lang-specs.h
    branches/google/main/gcc/objc/objc-act.c
    branches/google/main/gcc/objcp/ChangeLog
    branches/google/main/gcc/objcp/lang-specs.h
    branches/google/main/gcc/optabs.c
    branches/google/main/gcc/po/ChangeLog
    branches/google/main/gcc/po/de.po
    branches/google/main/gcc/po/gcc.pot
    branches/google/main/gcc/real.c
    branches/google/main/gcc/rtl.h
    branches/google/main/gcc/stmt.c
    branches/google/main/gcc/testsuite/ChangeLog
    branches/google/main/gcc/testsuite/g++.dg/abi/mangle39.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/regress/template-function1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/trailing1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/variadic20.C
    branches/google/main/gcc/testsuite/g++.dg/debug/debug7.C
    branches/google/main/gcc/testsuite/g++.dg/init/member1.C
    branches/google/main/gcc/testsuite/g++.dg/parse/constant1.C
    branches/google/main/gcc/testsuite/g++.dg/parse/constant4.C
    branches/google/main/gcc/testsuite/g++.dg/parse/constant5.C
    branches/google/main/gcc/testsuite/g++.dg/parse/crash31.C
    branches/google/main/gcc/testsuite/g++.dg/parse/error14.C
    branches/google/main/gcc/testsuite/g++.dg/parse/error2.C
    branches/google/main/gcc/testsuite/g++.dg/parse/parameter-declaration-1.C
    branches/google/main/gcc/testsuite/g++.dg/parse/semicolon3.C
    branches/google/main/gcc/testsuite/g++.dg/template/canon-type-12.C
    branches/google/main/gcc/testsuite/g++.dg/template/canon-type-9.C
    branches/google/main/gcc/testsuite/g++.dg/template/crash14.C
    branches/google/main/gcc/testsuite/g++.dg/template/function1.C
    branches/google/main/gcc/testsuite/g++.dg/template/local4.C
    branches/google/main/gcc/testsuite/g++.dg/template/nontype3.C
    branches/google/main/gcc/testsuite/g++.dg/template/qualified-id3.C
    branches/google/main/gcc/testsuite/g++.dg/template/ref3.C
    branches/google/main/gcc/testsuite/g++.dg/template/static9.C
    branches/google/main/gcc/testsuite/g++.dg/tree-ssa/pr21082.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.pt/crash10.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.pt/crash41.C
    branches/google/main/gcc/testsuite/gcc.dg/20001117-1.c
    branches/google/main/gcc/testsuite/gcc.dg/guality/pr41353-1.c
    branches/google/main/gcc/testsuite/gcc.dg/guality/pr41353-2.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-33.c
    branches/google/main/gcc/testsuite/gcc.target/arm/neon-thumb2-move.c
    branches/google/main/gcc/testsuite/gcc.target/i386/combine-mul.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/ppc-round.c   (props changed)
    branches/google/main/gcc/testsuite/gfortran.dg/fmt_f0_1.f90
    branches/google/main/gcc/testsuite/lib/g++.exp
    branches/google/main/gcc/testsuite/lib/gcc.exp
    branches/google/main/gcc/testsuite/lib/gfortran.exp
    branches/google/main/gcc/testsuite/lib/gnat.exp
    branches/google/main/gcc/testsuite/lib/go.exp
    branches/google/main/gcc/testsuite/lib/obj-c++.exp
    branches/google/main/gcc/testsuite/lib/objc.exp
    branches/google/main/gcc/testsuite/lib/target-supports-dg.exp
    branches/google/main/gcc/testsuite/obj-c++.dg/gnu-api-2-property.mm
    branches/google/main/gcc/testsuite/obj-c++.dg/gnu-api-2-sel.mm
    branches/google/main/gcc/testsuite/objc.dg/gnu-api-2-property.m
    branches/google/main/gcc/testsuite/objc.dg/gnu-api-2-sel.m
    branches/google/main/gcc/tree-if-conv.c
    branches/google/main/gcc/tree-inline.c
    branches/google/main/gcc/tree-ssa-alias.c
    branches/google/main/gcc/tree-vect-data-refs.c
    branches/google/main/gcc/tree-vect-loop.c
    branches/google/main/gcc/tree-vect-stmts.c
    branches/google/main/gcc/tree.h
    branches/google/main/gcc/var-tracking.c
    branches/google/main/gcc/varasm.c
    branches/google/main/include/ChangeLog
    branches/google/main/include/filenames.h
    branches/google/main/libcpp/po/ChangeLog
    branches/google/main/libcpp/po/cpplib.pot
    branches/google/main/libgcc/ChangeLog
    branches/google/main/libgcc/generic-morestack.c
    branches/google/main/libgfortran/ChangeLog
    branches/google/main/libgfortran/acinclude.m4
    branches/google/main/libgfortran/config.h.in
    branches/google/main/libgfortran/configure
    branches/google/main/libgfortran/configure.ac
    branches/google/main/libgfortran/intrinsics/ctime.c
    branches/google/main/libgfortran/intrinsics/date_and_time.c
    branches/google/main/libgfortran/intrinsics/getlog.c
    branches/google/main/libgfortran/intrinsics/time_1.h
    branches/google/main/libgfortran/io/list_read.c
    branches/google/main/libgfortran/io/transfer.c
    branches/google/main/libgfortran/io/unix.c
    branches/google/main/libgfortran/io/write_float.def
    branches/google/main/libgo/Makefile.am
    branches/google/main/libgo/Makefile.in
    branches/google/main/libgo/go/net/port_test.go
    branches/google/main/libgo/go/os/os_test.go
    branches/google/main/libgo/runtime/go-go.c
    branches/google/main/libgo/runtime/go-new.c
    branches/google/main/libgo/syscalls/syscall_solaris_386.go
    branches/google/main/libgo/syscalls/syscall_unix.go
    branches/google/main/libgomp/ChangeLog
    branches/google/main/libgomp/libgomp.texi
    branches/google/main/libiberty/ChangeLog
    branches/google/main/libiberty/filename_cmp.c
    branches/google/main/libiberty/functions.texi
    branches/google/main/libjava/classpath/   (props changed)
    branches/google/main/libobjc/ChangeLog
    branches/google/main/libobjc/gc.c
    branches/google/main/libobjc/objc/runtime.h
    branches/google/main/libobjc/selector.c
    branches/google/main/libquadmath/ChangeLog
    branches/google/main/libquadmath/printf/quadmath-printf.c

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

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

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

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



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