r202024 - in /branches/google/integration: ./ C...
dnovillo@gcc.gnu.org
dnovillo@gcc.gnu.org
Tue Aug 27 15:50:00 GMT 2013
Author: dnovillo
Date: Tue Aug 27 15:50:26 2013
New Revision: 202024
URL: http://gcc.gnu.org/viewcvs?rev=202024&root=gcc&view=rev
Log:
Merged revisions 201648,201651,201654,201657-201661,201663-201664,201666,201668-201669,201671-201674,201678-201683,201686,201689-201692,201696,201698-201705,201708,201710-201712,201717,201719-201720,201723,201727-201732,201734-201744,201747-201748,201750,201752-201755,201758,201779-201780,201782-201783,201785,201789-201792,201800,201805,201811-201812,201815,201817-201818,201821-201822,201824-201827,201829,201832,201835-201839,201842-201849,201855,201859-201860,201863-201865,201867-201875,201878-201880,201883-201884,201886-201891,201894-201895,201897-201902,201905-201908,201913-201925,201927,201929,201932-201933,201935-201936,201938,201940-201942,201944-201948,201951,201953,201956,201959,201963,201969,201972-201978,201981,201984-201985,201987-201990,201993-201994,201996-202008,202010,202013-202021 via svnmerge from
svn+ssh://gcc.gnu.org/svn/gcc/trunk
Added:
branches/google/integration/libstdc++-v3/include/bits/regex_scanner.h
- copied unchanged from r202021, trunk/libstdc++-v3/include/bits/regex_scanner.h
branches/google/integration/libstdc++-v3/include/bits/regex_scanner.tcc
- copied unchanged from r202021, trunk/libstdc++-v3/include/bits/regex_scanner.tcc
branches/google/integration/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/58163.cc
- copied unchanged from r202021, trunk/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/58163.cc
branches/google/integration/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/58163.cc
- copied unchanged from r202021, trunk/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/58163.cc
branches/google/integration/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/awk/
- copied from r202021, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/awk/
branches/google/integration/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc
- copied unchanged from r202021, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc
branches/google/integration/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/
- copied from r202021, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/
branches/google/integration/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/
- copied from r202021, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/
branches/google/integration/libstdc++-v3/testsuite/ext/vstring/element_access/char/58163.cc
- copied unchanged from r202021, trunk/libstdc++-v3/testsuite/ext/vstring/element_access/char/58163.cc
branches/google/integration/libstdc++-v3/testsuite/ext/vstring/element_access/wchar_t/58163.cc
- copied unchanged from r202021, trunk/libstdc++-v3/testsuite/ext/vstring/element_access/wchar_t/58163.cc
Modified:
branches/google/integration/libstdc++-v3/ChangeLog
branches/google/integration/libstdc++-v3/include/Makefile.am
branches/google/integration/libstdc++-v3/include/Makefile.in
branches/google/integration/libstdc++-v3/include/bits/basic_string.h
branches/google/integration/libstdc++-v3/include/bits/regex.h
branches/google/integration/libstdc++-v3/include/bits/regex_automaton.h
branches/google/integration/libstdc++-v3/include/bits/regex_automaton.tcc
branches/google/integration/libstdc++-v3/include/bits/regex_compiler.h
branches/google/integration/libstdc++-v3/include/bits/regex_compiler.tcc
branches/google/integration/libstdc++-v3/include/bits/regex_constants.h
branches/google/integration/libstdc++-v3/include/bits/regex_executor.h
branches/google/integration/libstdc++-v3/include/bits/regex_executor.tcc
branches/google/integration/libstdc++-v3/include/ext/vstring.h
branches/google/integration/libstdc++-v3/include/std/regex
branches/google/integration/libstdc++-v3/python/libstdcxx/v6/printers.py
branches/google/integration/libstdc++-v3/src/c++98/compatibility.cc
branches/google/integration/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc
Changes in other areas also in this revision:
Added:
branches/google/integration/gcc/ipa-devirt.c
- copied unchanged from r202021, trunk/gcc/ipa-devirt.c
branches/google/integration/gcc/testsuite/c-c++-common/cilk-plus/AN/pr57490.c
- copied unchanged from r202021, trunk/gcc/testsuite/c-c++-common/cilk-plus/AN/pr57490.c
branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-ice8.C
- copied unchanged from r202021, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-ice8.C
branches/google/integration/gcc/testsuite/g++.dg/cpp0x/enum28.C
- copied unchanged from r202021, trunk/gcc/testsuite/g++.dg/cpp0x/enum28.C
branches/google/integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-defarg5.C
- copied unchanged from r202021, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-defarg5.C
branches/google/integration/gcc/testsuite/g++.dg/cpp0x/pr57416.C
- copied unchanged from r202021, trunk/gcc/testsuite/g++.dg/cpp0x/pr57416.C
branches/google/integration/gcc/testsuite/g++.dg/ext/attr-alias-3.C
- copied unchanged from r202021, trunk/gcc/testsuite/g++.dg/ext/attr-alias-3.C
branches/google/integration/gcc/testsuite/g++.dg/ipa/devirt-13.C
- copied unchanged from r202021, trunk/gcc/testsuite/g++.dg/ipa/devirt-13.C
branches/google/integration/gcc/testsuite/g++.dg/ipa/devirt-14.C
- copied unchanged from r202021, trunk/gcc/testsuite/g++.dg/ipa/devirt-14.C
branches/google/integration/gcc/testsuite/g++.dg/ipa/type-inheritance-1.C
- copied unchanged from r202021, trunk/gcc/testsuite/g++.dg/ipa/type-inheritance-1.C
branches/google/integration/gcc/testsuite/g++.dg/opt/pr57661.C
- copied unchanged from r202021, trunk/gcc/testsuite/g++.dg/opt/pr57661.C
branches/google/integration/gcc/testsuite/g++.dg/opt/pr58006.C
- copied unchanged from r202021, trunk/gcc/testsuite/g++.dg/opt/pr58006.C
branches/google/integration/gcc/testsuite/g++.dg/opt/pr58165.C
- copied unchanged from r202021, trunk/gcc/testsuite/g++.dg/opt/pr58165.C
branches/google/integration/gcc/testsuite/g++.dg/template/delete2.C
- copied unchanged from r202021, trunk/gcc/testsuite/g++.dg/template/delete2.C
branches/google/integration/gcc/testsuite/g++.dg/template/error54.C
- copied unchanged from r202021, trunk/gcc/testsuite/g++.dg/template/error54.C
branches/google/integration/gcc/testsuite/g++.dg/tree-prof/pr57451.C
- copied unchanged from r202021, trunk/gcc/testsuite/g++.dg/tree-prof/pr57451.C
branches/google/integration/gcc/testsuite/g++.dg/warn/deprecated-7.C
- copied unchanged from r202021, trunk/gcc/testsuite/g++.dg/warn/deprecated-7.C
branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr58164.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.c-torture/compile/pr58164.c
branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr56799.x
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.c-torture/execute/pr56799.x
branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr57860.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.c-torture/execute/pr57860.c
branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr57861.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.c-torture/execute/pr57861.c
branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr57875.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.c-torture/execute/pr57875.c
branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr57876.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.c-torture/execute/pr57876.c
branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr57877.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.c-torture/execute/pr57877.c
branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr58209.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.c-torture/execute/pr58209.c
branches/google/integration/gcc/testsuite/gcc.dg/asan/pr56417.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.dg/asan/pr56417.c
branches/google/integration/gcc/testsuite/gcc.dg/pr57662.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.dg/pr57662.c
branches/google/integration/gcc/testsuite/gcc.dg/pr57980.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.dg/pr57980.c
branches/google/integration/gcc/testsuite/gcc.dg/pr58145-1.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.dg/pr58145-1.c
branches/google/integration/gcc/testsuite/gcc.dg/pr58145-2.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.dg/pr58145-2.c
branches/google/integration/gcc/testsuite/gcc.dg/torture/pr57521.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.dg/torture/pr57521.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/ssa-vrp-thread-1.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-vrp-thread-1.c
branches/google/integration/gcc/testsuite/gcc.target/aarch64/scalar_shift_1.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.target/aarch64/scalar_shift_1.c
branches/google/integration/gcc/testsuite/gcc.target/i386/movabs-1.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.target/i386/movabs-1.c
branches/google/integration/gcc/testsuite/gcc.target/i386/pr58218.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.target/i386/pr58218.c
branches/google/integration/gcc/testsuite/gcc.target/powerpc/dfp-dd-2.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.target/powerpc/dfp-dd-2.c
branches/google/integration/gcc/testsuite/gcc.target/powerpc/dfp-td-2.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.target/powerpc/dfp-td-2.c
branches/google/integration/gcc/testsuite/gcc.target/powerpc/dfp-td-3.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.target/powerpc/dfp-td-3.c
branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr57949-1.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.target/powerpc/pr57949-1.c
branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr57949-2.c
- copied unchanged from r202021, trunk/gcc/testsuite/gcc.target/powerpc/pr57949-2.c
branches/google/integration/gcc/testsuite/gfortran.dg/bounds_check_18.f90
- copied unchanged from r202021, trunk/gcc/testsuite/gfortran.dg/bounds_check_18.f90
branches/google/integration/gcc/testsuite/gfortran.dg/do_check_10.f90
- copied unchanged from r202021, trunk/gcc/testsuite/gfortran.dg/do_check_10.f90
branches/google/integration/gcc/testsuite/gfortran.dg/gomp/proc_ptr_1.f90
- copied unchanged from r202021, trunk/gcc/testsuite/gfortran.dg/gomp/proc_ptr_1.f90
branches/google/integration/gcc/testsuite/gfortran.dg/inline_sum_5.f90
- copied unchanged from r202021, trunk/gcc/testsuite/gfortran.dg/inline_sum_5.f90
branches/google/integration/gcc/testsuite/gfortran.dg/intent_out_8.f90
- copied unchanged from r202021, trunk/gcc/testsuite/gfortran.dg/intent_out_8.f90
branches/google/integration/gcc/testsuite/gfortran.dg/select_type_34.f90
- copied unchanged from r202021, trunk/gcc/testsuite/gfortran.dg/select_type_34.f90
branches/google/integration/gcc/testsuite/gfortran.dg/typebound_assignment_7.f90
- copied unchanged from r202021, trunk/gcc/testsuite/gfortran.dg/typebound_assignment_7.f90
branches/google/integration/gcc/testsuite/gnat.dg/loop_optimization16.adb
- copied unchanged from r202021, trunk/gcc/testsuite/gnat.dg/loop_optimization16.adb
branches/google/integration/gcc/testsuite/gnat.dg/loop_optimization16_pkg.adb
- copied unchanged from r202021, trunk/gcc/testsuite/gnat.dg/loop_optimization16_pkg.adb
branches/google/integration/gcc/testsuite/gnat.dg/loop_optimization16_pkg.ads
- copied unchanged from r202021, trunk/gcc/testsuite/gnat.dg/loop_optimization16_pkg.ads
branches/google/integration/gcc/testsuite/gnat.dg/specs/linker_alias.ads
- copied unchanged from r202021, trunk/gcc/testsuite/gnat.dg/specs/linker_alias.ads
branches/google/integration/gcc/testsuite/gnat.dg/valued_proc.adb
- copied unchanged from r202021, trunk/gcc/testsuite/gnat.dg/valued_proc.adb
branches/google/integration/gcc/testsuite/gnat.dg/valued_proc_pkg.ads
- copied unchanged from r202021, trunk/gcc/testsuite/gnat.dg/valued_proc_pkg.ads
Modified:
branches/google/integration/ (props changed)
branches/google/integration/ChangeLog
branches/google/integration/MAINTAINERS
branches/google/integration/gcc/ChangeLog
branches/google/integration/gcc/DATESTAMP
branches/google/integration/gcc/Makefile.in
branches/google/integration/gcc/ada/ChangeLog
branches/google/integration/gcc/ada/gcc-interface/decl.c
branches/google/integration/gcc/ada/gcc-interface/misc.c
branches/google/integration/gcc/ada/gcc-interface/trans.c
branches/google/integration/gcc/ada/gcc-interface/utils.c
branches/google/integration/gcc/ada/gcc-interface/utils2.c
branches/google/integration/gcc/ada/sigtramp-ppcvxw.c
branches/google/integration/gcc/ada/terminals.c
branches/google/integration/gcc/asan.c
branches/google/integration/gcc/builtins.c
branches/google/integration/gcc/builtins.def
branches/google/integration/gcc/c-family/ChangeLog
branches/google/integration/gcc/c-family/c-ada-spec.c
branches/google/integration/gcc/c-family/c-pretty-print.c
branches/google/integration/gcc/c-family/c-pretty-print.h
branches/google/integration/gcc/c/ChangeLog
branches/google/integration/gcc/c/c-array-notation.c
branches/google/integration/gcc/c/c-objc-common.c
branches/google/integration/gcc/c/c-typeck.c
branches/google/integration/gcc/cgraph.c
branches/google/integration/gcc/cgraph.h
branches/google/integration/gcc/cgraphunit.c
branches/google/integration/gcc/combine.c
branches/google/integration/gcc/common/config/i386/i386-common.c
branches/google/integration/gcc/config.gcc
branches/google/integration/gcc/config/aarch64/aarch64.md
branches/google/integration/gcc/config/aarch64/arm_neon.h
branches/google/integration/gcc/config/aarch64/predicates.md
branches/google/integration/gcc/config/alpha/linux.h
branches/google/integration/gcc/config/arm/linux-eabi.h
branches/google/integration/gcc/config/arm/linux-elf.h
branches/google/integration/gcc/config/arm/t-linux-eabi
branches/google/integration/gcc/config/avr/avr-stdint.h
branches/google/integration/gcc/config/avr/avr.c
branches/google/integration/gcc/config/avr/avr.opt
branches/google/integration/gcc/config/darwin-protos.h
branches/google/integration/gcc/config/darwin.c
branches/google/integration/gcc/config/darwin.h
branches/google/integration/gcc/config/elfos.h
branches/google/integration/gcc/config/freebsd.h
branches/google/integration/gcc/config/gnu-user.h
branches/google/integration/gcc/config/i386/constraints.md
branches/google/integration/gcc/config/i386/cpuid.h
branches/google/integration/gcc/config/i386/cygming.h
branches/google/integration/gcc/config/i386/djgpp.h
branches/google/integration/gcc/config/i386/driver-i386.c
branches/google/integration/gcc/config/i386/i386-c.c
branches/google/integration/gcc/config/i386/i386-interix.h
branches/google/integration/gcc/config/i386/i386-modes.def
branches/google/integration/gcc/config/i386/i386-protos.h
branches/google/integration/gcc/config/i386/i386.c
branches/google/integration/gcc/config/i386/i386.h
branches/google/integration/gcc/config/i386/i386.md
branches/google/integration/gcc/config/i386/i386.opt
branches/google/integration/gcc/config/i386/linux-common.h
branches/google/integration/gcc/config/i386/mmx.md
branches/google/integration/gcc/config/i386/predicates.md
branches/google/integration/gcc/config/i386/sse.md
branches/google/integration/gcc/config/i386/t-i386
branches/google/integration/gcc/config/i386/x86-64.h
branches/google/integration/gcc/config/i386/x86-tune.def
branches/google/integration/gcc/config/ia64/hpux.h
branches/google/integration/gcc/config/linux-android.c
branches/google/integration/gcc/config/linux-protos.h
branches/google/integration/gcc/config/linux.h
branches/google/integration/gcc/config/microblaze/microblaze.h
branches/google/integration/gcc/config/mips/linux-common.h
branches/google/integration/gcc/config/mips/mips.c
branches/google/integration/gcc/config/mips/mips.md
branches/google/integration/gcc/config/mmix/mmix.h
branches/google/integration/gcc/config/netbsd.h
branches/google/integration/gcc/config/openbsd.h
branches/google/integration/gcc/config/pa/pa-hpux.h
branches/google/integration/gcc/config/pdp11/pdp11.h
branches/google/integration/gcc/config/picochip/picochip.h
branches/google/integration/gcc/config/rs6000/aix43.h
branches/google/integration/gcc/config/rs6000/aix51.h
branches/google/integration/gcc/config/rs6000/aix52.h
branches/google/integration/gcc/config/rs6000/aix53.h
branches/google/integration/gcc/config/rs6000/aix61.h
branches/google/integration/gcc/config/rs6000/darwin.h
branches/google/integration/gcc/config/rs6000/dfp.md
branches/google/integration/gcc/config/rs6000/linux.h
branches/google/integration/gcc/config/rs6000/linux64.h
branches/google/integration/gcc/config/rs6000/predicates.md
branches/google/integration/gcc/config/rs6000/rs6000-protos.h
branches/google/integration/gcc/config/rs6000/rs6000.c
branches/google/integration/gcc/config/rs6000/rs6000.md
branches/google/integration/gcc/config/rs6000/rs6000.opt
branches/google/integration/gcc/config/s390/linux.h
branches/google/integration/gcc/config/s390/tpf.h
branches/google/integration/gcc/config/sol2-10.h
branches/google/integration/gcc/config/sol2.h
branches/google/integration/gcc/config/vms/vms.h
branches/google/integration/gcc/config/vxworks.h
branches/google/integration/gcc/configure
branches/google/integration/gcc/configure.ac
branches/google/integration/gcc/convert.c
branches/google/integration/gcc/coretypes.h
branches/google/integration/gcc/cp/ChangeLog
branches/google/integration/gcc/cp/call.c
branches/google/integration/gcc/cp/class.c
branches/google/integration/gcc/cp/cp-array-notation.c
branches/google/integration/gcc/cp/cp-objcp-common.c
branches/google/integration/gcc/cp/cp-tree.h
branches/google/integration/gcc/cp/cvt.c
branches/google/integration/gcc/cp/cxx-pretty-print.c
branches/google/integration/gcc/cp/cxx-pretty-print.h
branches/google/integration/gcc/cp/decl.c
branches/google/integration/gcc/cp/error.c
branches/google/integration/gcc/cp/friend.c
branches/google/integration/gcc/cp/name-lookup.c
branches/google/integration/gcc/cp/name-lookup.h
branches/google/integration/gcc/cp/parser.c
branches/google/integration/gcc/cp/pt.c
branches/google/integration/gcc/cp/semantics.c
branches/google/integration/gcc/cse.c
branches/google/integration/gcc/defaults.h
branches/google/integration/gcc/diagnostic.c
branches/google/integration/gcc/doc/extend.texi
branches/google/integration/gcc/doc/invoke.texi
branches/google/integration/gcc/doc/rtl.texi
branches/google/integration/gcc/doc/tm.texi
branches/google/integration/gcc/doc/tm.texi.in
branches/google/integration/gcc/double-int.c
branches/google/integration/gcc/dumpfile.c
branches/google/integration/gcc/dumpfile.h
branches/google/integration/gcc/dwarf2out.c
branches/google/integration/gcc/expmed.c
branches/google/integration/gcc/final.c
branches/google/integration/gcc/fold-const.c
branches/google/integration/gcc/fortran/ChangeLog
branches/google/integration/gcc/fortran/array.c
branches/google/integration/gcc/fortran/dependency.c
branches/google/integration/gcc/fortran/f95-lang.c
branches/google/integration/gcc/fortran/gfortran.h
branches/google/integration/gcc/fortran/interface.c
branches/google/integration/gcc/fortran/invoke.texi
branches/google/integration/gcc/fortran/lang.opt
branches/google/integration/gcc/fortran/match.c
branches/google/integration/gcc/fortran/openmp.c
branches/google/integration/gcc/fortran/options.c
branches/google/integration/gcc/fortran/resolve.c
branches/google/integration/gcc/fortran/trans-array.c
branches/google/integration/gcc/fortran/trans-decl.c
branches/google/integration/gcc/function.c
branches/google/integration/gcc/gengtype.c
branches/google/integration/gcc/gimple-fold.c
branches/google/integration/gcc/gimple-pretty-print.c
branches/google/integration/gcc/gimple.c
branches/google/integration/gcc/gimple.h
branches/google/integration/gcc/go/gofrontend/parse.cc
branches/google/integration/gcc/go/gofrontend/types.cc
branches/google/integration/gcc/go/gofrontend/types.h
branches/google/integration/gcc/graph.c
branches/google/integration/gcc/hwint.h
branches/google/integration/gcc/ipa-cp.c
branches/google/integration/gcc/ipa-inline-analysis.c
branches/google/integration/gcc/ipa-inline-transform.c
branches/google/integration/gcc/ipa-inline.c
branches/google/integration/gcc/ipa-inline.h
branches/google/integration/gcc/ipa-prop.c
branches/google/integration/gcc/ipa-utils.h
branches/google/integration/gcc/ipa.c
branches/google/integration/gcc/ira.c
branches/google/integration/gcc/pretty-print.c
branches/google/integration/gcc/pretty-print.h
branches/google/integration/gcc/reload.c
branches/google/integration/gcc/reload.h
branches/google/integration/gcc/rtlanal.c
branches/google/integration/gcc/sched-vis.c
branches/google/integration/gcc/sel-sched.c
branches/google/integration/gcc/simplify-rtx.c
branches/google/integration/gcc/system.h
branches/google/integration/gcc/target.def
branches/google/integration/gcc/targhooks.h
branches/google/integration/gcc/testsuite/ChangeLog
branches/google/integration/gcc/testsuite/c-c++-common/scal-to-vec1.c
branches/google/integration/gcc/testsuite/c-c++-common/simulate-thread/bitfields-2.c
branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-function2.C
branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-neg1.C
branches/google/integration/gcc/testsuite/g++.dg/cpp0x/defaulted2.C
branches/google/integration/gcc/testsuite/g++.dg/cpp0x/defaulted31.C
branches/google/integration/gcc/testsuite/g++.dg/cpp0x/enum15.C
branches/google/integration/gcc/testsuite/g++.dg/cpp0x/error6.C
branches/google/integration/gcc/testsuite/g++.dg/cpp0x/gen-attrs-32.C
branches/google/integration/gcc/testsuite/g++.dg/cpp0x/override2.C
branches/google/integration/gcc/testsuite/g++.dg/cpp0x/parse1.C
branches/google/integration/gcc/testsuite/g++.dg/cpp0x/scoped_enum.C
branches/google/integration/gcc/testsuite/g++.dg/cpp0x/temp_default4.C
branches/google/integration/gcc/testsuite/g++.dg/ext/attrib32.C
branches/google/integration/gcc/testsuite/g++.dg/ext/gnu-inline-global-reject.C
branches/google/integration/gcc/testsuite/g++.dg/ext/mv13.C
branches/google/integration/gcc/testsuite/g++.dg/ext/mv7.C
branches/google/integration/gcc/testsuite/g++.dg/ext/mv9.C
branches/google/integration/gcc/testsuite/g++.dg/ext/pr57362.C
branches/google/integration/gcc/testsuite/g++.dg/ext/typeof10.C
branches/google/integration/gcc/testsuite/g++.dg/lookup/anon6.C
branches/google/integration/gcc/testsuite/g++.dg/lookup/crash6.C
branches/google/integration/gcc/testsuite/g++.dg/lookup/name-clash5.C
branches/google/integration/gcc/testsuite/g++.dg/lookup/name-clash6.C
branches/google/integration/gcc/testsuite/g++.dg/other/anon4.C
branches/google/integration/gcc/testsuite/g++.dg/other/error15.C
branches/google/integration/gcc/testsuite/g++.dg/other/error8.C
branches/google/integration/gcc/testsuite/g++.dg/other/redecl2.C
branches/google/integration/gcc/testsuite/g++.dg/parse/crash16.C
branches/google/integration/gcc/testsuite/g++.dg/parse/crash21.C
branches/google/integration/gcc/testsuite/g++.dg/parse/crash38.C
branches/google/integration/gcc/testsuite/g++.dg/parse/redef2.C
branches/google/integration/gcc/testsuite/g++.dg/parse/struct-as-enum1.C
branches/google/integration/gcc/testsuite/g++.dg/pr57878.C
branches/google/integration/gcc/testsuite/g++.dg/template/crash39.C
branches/google/integration/gcc/testsuite/g++.dg/template/redecl3.C
branches/google/integration/gcc/testsuite/g++.dg/tls/diag-3.C
branches/google/integration/gcc/testsuite/g++.dg/warn/Wredundant-decls-spec.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.benjamin/typedef01.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.benjamin/warn02.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.brendan/crash16.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.brendan/crash18.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.brendan/err-msg4.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.brendan/redecl1.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.brendan/static3.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.bugs/900127_02.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.jason/binding.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.jason/crash4.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.jason/crash7.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.jason/lineno.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.jason/scoping7.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.mike/misc3.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.mike/net44.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.mike/ns3.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.ns/alias4.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.ns/ns11.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.other/crash23.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.other/decl8.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.other/linkage3.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.other/typeck1.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.other/typedef5.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.pt/explicit34.C
branches/google/integration/gcc/testsuite/g++.old-deja/g++.pt/friend36.C
branches/google/integration/gcc/testsuite/gcc.dg/c99-stdint-1.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/aranges-fnsec-1.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/asm-line1.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/c99-typedef1.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/const-2.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/const-2b.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/discriminator.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-char1.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-char2.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-char3.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-dfp.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-die1.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-die2.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-die3.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-die5.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-die6.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-die7.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-file1.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-float.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-merge.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-uninit.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2-macro.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/fesd-any.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/fesd-baseonly.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/fesd-none.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/fesd-reduced.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/fesd-sys.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/global-used-types.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/inline1.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/inline2.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/inline3.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/ipa-cp1.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr29609-1.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr29609-2.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr31230.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr36690-1.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr36690-2.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr36690-3.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr37616.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr37726.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr41445-1.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr41445-2.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr41445-3.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr41445-4.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr41445-5.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr41445-6.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr41543.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr41695.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr43237.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr47939-1.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr47939-2.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr47939-3.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr47939-4.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr51410.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr53948.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/short-circuit.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/static1.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/struct-loc1.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/var1.c
branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/var2.c
branches/google/integration/gcc/testsuite/gcc.dg/plugin/one_time_plugin.c
branches/google/integration/gcc/testsuite/gcc.dg/pr44214-1.c
branches/google/integration/gcc/testsuite/gcc.dg/pr44214-3.c
branches/google/integration/gcc/testsuite/gcc.dg/pr46647.c
branches/google/integration/gcc/testsuite/gcc.dg/strlenopt-10.c
branches/google/integration/gcc/testsuite/gcc.dg/strlenopt-11.c
branches/google/integration/gcc/testsuite/gcc.dg/strlenopt-13.c
branches/google/integration/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-2.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/pr31261.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/pr42585.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/pr54245.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/slsr-1.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/slsr-2.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/slsr-27.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/slsr-28.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/slsr-29.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/slsr-3.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-23.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-21.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-30.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/vector-4.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/vrp55.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/vrp58.c
branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/vrp87.c
branches/google/integration/gcc/testsuite/gcc.target/arm/atomic-comp-swap-release-acquire.c
branches/google/integration/gcc/testsuite/gcc.target/arm/atomic-op-acq_rel.c
branches/google/integration/gcc/testsuite/gcc.target/arm/atomic-op-acquire.c
branches/google/integration/gcc/testsuite/gcc.target/arm/atomic-op-char.c
branches/google/integration/gcc/testsuite/gcc.target/arm/atomic-op-consume.c
branches/google/integration/gcc/testsuite/gcc.target/arm/atomic-op-int.c
branches/google/integration/gcc/testsuite/gcc.target/arm/atomic-op-relaxed.c
branches/google/integration/gcc/testsuite/gcc.target/arm/atomic-op-release.c
branches/google/integration/gcc/testsuite/gcc.target/arm/atomic-op-seq_cst.c
branches/google/integration/gcc/testsuite/gcc.target/arm/atomic-op-short.c
branches/google/integration/gcc/testsuite/gcc.target/arm/pr19599.c
branches/google/integration/gcc/testsuite/gcc.target/avr/progmem-error-1.cpp
branches/google/integration/gcc/testsuite/gcc.target/mips/fabs-2008.c
branches/google/integration/gcc/testsuite/gcc.target/mips/fabs-legacy.c
branches/google/integration/gcc/testsuite/gcc.target/mips/fabsf-2008.c
branches/google/integration/gcc/testsuite/gcc.target/mips/fabsf-legacy.c
branches/google/integration/gcc/testsuite/gcc.target/mips/fneg-2008.c
branches/google/integration/gcc/testsuite/gcc.target/mips/fneg-legacy.c
branches/google/integration/gcc/testsuite/gcc.target/mips/fnegf-2008.c
branches/google/integration/gcc/testsuite/gcc.target/mips/fnegf-legacy.c
branches/google/integration/gcc/testsuite/gcc.target/mips/mulsize-1.c
branches/google/integration/gcc/testsuite/gcc.target/mips/mulsize-2.c
branches/google/integration/gcc/testsuite/gcc.target/mips/nan-2008.c
branches/google/integration/gcc/testsuite/gcc.target/mips/nan-legacy.c
branches/google/integration/gcc/testsuite/gcc.target/mips/nanf-2008.c
branches/google/integration/gcc/testsuite/gcc.target/mips/nanf-legacy.c
branches/google/integration/gcc/testsuite/gcc.target/mips/nans-2008.c
branches/google/integration/gcc/testsuite/gcc.target/mips/nans-legacy.c
branches/google/integration/gcc/testsuite/gcc.target/mips/nansf-2008.c
branches/google/integration/gcc/testsuite/gcc.target/mips/nansf-legacy.c
branches/google/integration/gcc/testsuite/gcc.target/powerpc/ppc-round.c (props changed)
branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr57744.c
branches/google/integration/gcc/testsuite/gfortran.dg/array_constructor_11.f90
branches/google/integration/gcc/testsuite/gfortran.dg/array_constructor_18.f90
branches/google/integration/gcc/testsuite/gfortran.dg/array_constructor_22.f90
branches/google/integration/gcc/testsuite/gfortran.dg/coarray_15.f90
branches/google/integration/gcc/testsuite/gfortran.dg/do_1.f90
branches/google/integration/gcc/testsuite/gfortran.dg/do_3.F90
branches/google/integration/gcc/testsuite/gfortran.dg/do_check_5.f90
branches/google/integration/gcc/testsuite/lib/target-supports.exp
branches/google/integration/gcc/testsuite/obj-c++.dg/method-8.mm
branches/google/integration/gcc/testsuite/obj-c++.dg/tls/diag-3.mm
branches/google/integration/gcc/timevar.c
branches/google/integration/gcc/timevar.def
branches/google/integration/gcc/timevar.h
branches/google/integration/gcc/tree-call-cdce.c
branches/google/integration/gcc/tree-flow.h
branches/google/integration/gcc/tree-if-conv.c
branches/google/integration/gcc/tree-inline.c
branches/google/integration/gcc/tree-inline.h
branches/google/integration/gcc/tree-mudflap.c
branches/google/integration/gcc/tree-parloops.c
branches/google/integration/gcc/tree-pretty-print.c
branches/google/integration/gcc/tree-profile.c
branches/google/integration/gcc/tree-sra.c
branches/google/integration/gcc/tree-ssa-ccp.c
branches/google/integration/gcc/tree-ssa-math-opts.c
branches/google/integration/gcc/tree-ssa-pre.c
branches/google/integration/gcc/tree-ssa-structalias.c
branches/google/integration/gcc/tree-ssa-threadedge.c
branches/google/integration/gcc/tree-ssa-threadupdate.c
branches/google/integration/gcc/tree-stdarg.c
branches/google/integration/gcc/tree-tailcall.c
branches/google/integration/gcc/tree-vrp.c
branches/google/integration/gcc/tree.c
branches/google/integration/gcc/tree.h
branches/google/integration/gcc/value-prof.c
branches/google/integration/include/ChangeLog
branches/google/integration/include/dwarf2.def
branches/google/integration/include/floatformat.h
branches/google/integration/libgcc/ChangeLog
branches/google/integration/libgcc/Makefile.in
branches/google/integration/libgcc/config.host
branches/google/integration/libgcc/config/mips/libgcc-mips16.ver
branches/google/integration/libgcc/config/mips/mips16.S
branches/google/integration/libgcc/libgcov.c
branches/google/integration/libgo/config/libtool.m4
branches/google/integration/libgo/configure
branches/google/integration/libiberty/ChangeLog
branches/google/integration/libiberty/floatformat.c
branches/google/integration/libitm/ChangeLog
branches/google/integration/libitm/configure.tgt
branches/google/integration/libjava/classpath/ (props changed)
branches/google/integration/libvtv/Makefile.am
branches/google/integration/libvtv/Makefile.in
branches/google/integration/libvtv/configure
branches/google/integration/libvtv/configure.ac
branches/google/integration/libvtv/vtv_rts.cc
branches/google/integration/libvtv/vtv_utils.cc
Propchange: branches/google/integration/
('svn:mergeinfo' modified)
Propchange: branches/google/integration/
('svnmerge-integrated' modified)
Propchange: branches/google/integration/gcc/testsuite/gcc.target/powerpc/ppc-round.c
('svn:mergeinfo' modified)
Propchange: branches/google/integration/libjava/classpath/
('svn:mergeinfo' modified)
More information about the Libstdc++-cvs
mailing list