r263674 - in /branches/c++-modules: ./ ChangeLo...
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Mon Aug 20 20:23:00 GMT 2018
Author: nathan
Date: Mon Aug 20 20:23:03 2018
New Revision: 263674
URL: https://gcc.gnu.org/viewcvs?rev=263674&root=gcc&view=rev
Log:
Merge trunk r263673.
Added:
branches/c++-modules/libstdc++-v3/src/c++17/default_resource.h
- copied unchanged from r263673, trunk/libstdc++-v3/src/c++17/default_resource.h
branches/c++-modules/libstdc++-v3/testsuite/18_support/new_nothrow.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/18_support/new_nothrow.cc
branches/c++-modules/libstdc++-v3/testsuite/20_util/polymorphic_allocator/construct_pair.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/20_util/polymorphic_allocator/construct_pair.cc
branches/c++-modules/libstdc++-v3/testsuite/20_util/tuple/dr2729.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/20_util/tuple/dr2729.cc
branches/c++-modules/libstdc++-v3/testsuite/21_strings/basic_string/types/pmr_typedefs.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/21_strings/basic_string/types/pmr_typedefs.cc
branches/c++-modules/libstdc++-v3/testsuite/23_containers/deque/types/pmr_typedefs.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/23_containers/deque/types/pmr_typedefs.cc
branches/c++-modules/libstdc++-v3/testsuite/23_containers/forward_list/pmr_typedefs.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/23_containers/forward_list/pmr_typedefs.cc
branches/c++-modules/libstdc++-v3/testsuite/23_containers/list/pmr_typedefs.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/23_containers/list/pmr_typedefs.cc
branches/c++-modules/libstdc++-v3/testsuite/23_containers/map/pmr_typedefs.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/23_containers/map/pmr_typedefs.cc
branches/c++-modules/libstdc++-v3/testsuite/23_containers/multimap/pmr_typedefs.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/23_containers/multimap/pmr_typedefs.cc
branches/c++-modules/libstdc++-v3/testsuite/23_containers/multiset/pmr_typedefs.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/23_containers/multiset/pmr_typedefs.cc
branches/c++-modules/libstdc++-v3/testsuite/23_containers/set/pmr_typedefs.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/23_containers/set/pmr_typedefs.cc
branches/c++-modules/libstdc++-v3/testsuite/23_containers/unordered_map/pmr_typedefs.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/pmr_typedefs.cc
branches/c++-modules/libstdc++-v3/testsuite/23_containers/unordered_multimap/pmr_typedefs.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/pmr_typedefs.cc
branches/c++-modules/libstdc++-v3/testsuite/23_containers/unordered_multiset/pmr_typedefs.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/pmr_typedefs.cc
branches/c++-modules/libstdc++-v3/testsuite/23_containers/unordered_set/pmr_typedefs.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/pmr_typedefs.cc
branches/c++-modules/libstdc++-v3/testsuite/23_containers/vector/pmr_typedefs.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/23_containers/vector/pmr_typedefs.cc
branches/c++-modules/libstdc++-v3/testsuite/28_regex/match_results/pmr_typedefs.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/28_regex/match_results/pmr_typedefs.cc
branches/c++-modules/libstdc++-v3/testsuite/experimental/polymorphic_allocator/
- copied from r263673, trunk/libstdc++-v3/testsuite/experimental/polymorphic_allocator/
branches/c++-modules/libstdc++-v3/testsuite/ext/rope/7.cc
- copied unchanged from r263673, trunk/libstdc++-v3/testsuite/ext/rope/7.cc
Modified:
branches/c++-modules/libstdc++-v3/ChangeLog
branches/c++-modules/libstdc++-v3/config/abi/pre/gnu.ver
branches/c++-modules/libstdc++-v3/doc/xml/manual/abi.xml
branches/c++-modules/libstdc++-v3/doc/xml/manual/intro.xml
branches/c++-modules/libstdc++-v3/include/Makefile.am
branches/c++-modules/libstdc++-v3/include/Makefile.in
branches/c++-modules/libstdc++-v3/include/bits/fstream.tcc
branches/c++-modules/libstdc++-v3/include/bits/functexcept.h
branches/c++-modules/libstdc++-v3/include/bits/stl_algo.h
branches/c++-modules/libstdc++-v3/include/bits/stl_tempbuf.h
branches/c++-modules/libstdc++-v3/include/bits/stl_tree.h
branches/c++-modules/libstdc++-v3/include/bits/uses_allocator.h
branches/c++-modules/libstdc++-v3/include/experimental/memory_resource
branches/c++-modules/libstdc++-v3/include/experimental/regex
branches/c++-modules/libstdc++-v3/include/experimental/string
branches/c++-modules/libstdc++-v3/include/ext/rope
branches/c++-modules/libstdc++-v3/include/std/chrono
branches/c++-modules/libstdc++-v3/include/std/deque
branches/c++-modules/libstdc++-v3/include/std/forward_list
branches/c++-modules/libstdc++-v3/include/std/list
branches/c++-modules/libstdc++-v3/include/std/map
branches/c++-modules/libstdc++-v3/include/std/memory_resource
branches/c++-modules/libstdc++-v3/include/std/optional
branches/c++-modules/libstdc++-v3/include/std/ostream
branches/c++-modules/libstdc++-v3/include/std/regex
branches/c++-modules/libstdc++-v3/include/std/scoped_allocator
branches/c++-modules/libstdc++-v3/include/std/set
branches/c++-modules/libstdc++-v3/include/std/string
branches/c++-modules/libstdc++-v3/include/std/tuple
branches/c++-modules/libstdc++-v3/include/std/type_traits
branches/c++-modules/libstdc++-v3/include/std/unordered_map
branches/c++-modules/libstdc++-v3/include/std/unordered_set
branches/c++-modules/libstdc++-v3/include/std/vector
branches/c++-modules/libstdc++-v3/include/tr1/legendre_function.tcc
branches/c++-modules/libstdc++-v3/libsupc++/del_op.cc
branches/c++-modules/libstdc++-v3/libsupc++/del_opa.cc
branches/c++-modules/libstdc++-v3/libsupc++/del_opant.cc
branches/c++-modules/libstdc++-v3/libsupc++/del_opnt.cc
branches/c++-modules/libstdc++-v3/libsupc++/del_ops.cc
branches/c++-modules/libstdc++-v3/libsupc++/del_opsa.cc
branches/c++-modules/libstdc++-v3/libsupc++/del_opva.cc
branches/c++-modules/libstdc++-v3/libsupc++/del_opvant.cc
branches/c++-modules/libstdc++-v3/libsupc++/del_opvnt.cc
branches/c++-modules/libstdc++-v3/libsupc++/del_opvs.cc
branches/c++-modules/libstdc++-v3/libsupc++/del_opvsa.cc
branches/c++-modules/libstdc++-v3/libsupc++/new_op.cc
branches/c++-modules/libstdc++-v3/libsupc++/new_opa.cc
branches/c++-modules/libstdc++-v3/libsupc++/new_opant.cc
branches/c++-modules/libstdc++-v3/libsupc++/new_opnt.cc
branches/c++-modules/libstdc++-v3/libsupc++/new_opvant.cc
branches/c++-modules/libstdc++-v3/libsupc++/new_opvnt.cc
branches/c++-modules/libstdc++-v3/python/libstdcxx/v6/printers.py
branches/c++-modules/libstdc++-v3/src/c++11/cow-stdexcept.cc
branches/c++-modules/libstdc++-v3/src/c++11/cxx11-ios_failure.cc
branches/c++-modules/libstdc++-v3/src/c++17/memory_resource.cc
branches/c++-modules/libstdc++-v3/src/c++98/ios_failure.cc
branches/c++-modules/libstdc++-v3/testsuite/17_intro/freestanding.cc
branches/c++-modules/libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc
branches/c++-modules/libstdc++-v3/testsuite/20_util/tuple/element_access/get_neg.cc
branches/c++-modules/libstdc++-v3/testsuite/25_algorithms/copy/86658.cc
Changes in other areas also in this revision:
Added:
branches/c++-modules/gcc/common/config/csky/
- copied from r263673, trunk/gcc/common/config/csky/
branches/c++-modules/gcc/config/csky/
- copied from r263673, trunk/gcc/config/csky/
branches/c++-modules/gcc/config/nds32/nds32_init.inc
- copied unchanged from r263673, trunk/gcc/config/nds32/nds32_init.inc
branches/c++-modules/gcc/config/nds32/nds32_isr.h
- copied unchanged from r263673, trunk/gcc/config/nds32/nds32_isr.h
branches/c++-modules/gcc/testsuite/c-c++-common/Wmisleading-indentation-pr70693.c
- copied unchanged from r263673, trunk/gcc/testsuite/c-c++-common/Wmisleading-indentation-pr70693.c
branches/c++-modules/gcc/testsuite/g++.dg/conversion/Wwrite-strings.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/conversion/Wwrite-strings.C
branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/Wnarrowing10.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/cpp0x/Wnarrowing10.C
branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/Wnarrowing6.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/cpp0x/Wnarrowing6.C
branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/Wnarrowing7.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/cpp0x/Wnarrowing7.C
branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/Wnarrowing8.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/cpp0x/Wnarrowing8.C
branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/Wnarrowing9.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/cpp0x/Wnarrowing9.C
branches/c++-modules/gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic19.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic19.C
branches/c++-modules/gcc/testsuite/g++.dg/cpp2a/lambda-this1.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/cpp2a/lambda-this1.C
branches/c++-modules/gcc/testsuite/g++.dg/cpp2a/lambda-this2.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/cpp2a/lambda-this2.C
branches/c++-modules/gcc/testsuite/g++.dg/cpp2a/lambda-this3.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/cpp2a/lambda-this3.C
branches/c++-modules/gcc/testsuite/g++.dg/diagnostic/aka3.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/diagnostic/aka3.C
branches/c++-modules/gcc/testsuite/g++.dg/diagnostic/auto1.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/diagnostic/auto1.C
branches/c++-modules/gcc/testsuite/g++.dg/init/string2.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/init/string2.C
branches/c++-modules/gcc/testsuite/g++.dg/init/string3.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/init/string3.C
branches/c++-modules/gcc/testsuite/g++.dg/init/string4.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/init/string4.C
branches/c++-modules/gcc/testsuite/g++.dg/plugin/show-template-tree-color-labels.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/plugin/show-template-tree-color-labels.C
branches/c++-modules/gcc/testsuite/g++.dg/torture/pr87014.C
- copied unchanged from r263673, trunk/gcc/testsuite/g++.dg/torture/pr87014.C
branches/c++-modules/gcc/testsuite/gcc.dg/Warray-bounds-34.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/Warray-bounds-34.c
branches/c++-modules/gcc/testsuite/gcc.dg/init-string-3.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/init-string-3.c
branches/c++-modules/gcc/testsuite/gcc.dg/missing-header-fixit-3.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/missing-header-fixit-3.c
branches/c++-modules/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers.c
branches/c++-modules/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-color-line-numbers.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-color-line-numbers.c
branches/c++-modules/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-no-labels.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-no-labels.c
branches/c++-modules/gcc/testsuite/gcc.dg/pr85799.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/pr85799.c
branches/c++-modules/gcc/testsuite/gcc.dg/pr86835.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/pr86835.c
branches/c++-modules/gcc/testsuite/gcc.dg/predict-17.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/predict-17.c
branches/c++-modules/gcc/testsuite/gcc.dg/predict-18.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/predict-18.c
branches/c++-modules/gcc/testsuite/gcc.dg/predict-19.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/predict-19.c
branches/c++-modules/gcc/testsuite/gcc.dg/predict-20.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/predict-20.c
branches/c++-modules/gcc/testsuite/gcc.dg/predict-21.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/predict-21.c
branches/c++-modules/gcc/testsuite/gcc.dg/strlenopt-55.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/strlenopt-55.c
branches/c++-modules/gcc/testsuite/gcc.dg/strlenopt-56.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/strlenopt-56.c
branches/c++-modules/gcc/testsuite/gcc.dg/torture/pr86505.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/torture/pr86505.c
branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-10.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-10.c
branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-11.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-11.c
branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/evrp11.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/tree-ssa/evrp11.c
branches/c++-modules/gcc/testsuite/gcc.dg/vect/pr86858.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/vect/pr86858.c
branches/c++-modules/gcc/testsuite/gcc.dg/vect/pr86871.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/vect/pr86871.c
branches/c++-modules/gcc/testsuite/gcc.dg/wmain.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.dg/wmain.c
branches/c++-modules/gcc/testsuite/gcc.target/aarch64/imm_choice_comparison.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.target/aarch64/imm_choice_comparison.c
branches/c++-modules/gcc/testsuite/gcc.target/aarch64/sve/reduc_8.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.target/aarch64/sve/reduc_8.c
branches/c++-modules/gcc/testsuite/gcc.target/alpha/pr86984.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.target/alpha/pr86984.c
branches/c++-modules/gcc/testsuite/gcc.target/csky/
- copied from r263673, trunk/gcc/testsuite/gcc.target/csky/
branches/c++-modules/gcc/testsuite/gcc.target/i386/pr82418.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.target/i386/pr82418.c
branches/c++-modules/gcc/testsuite/gcc.target/i386/sse2-movs.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.target/i386/sse2-movs.c
branches/c++-modules/gcc/testsuite/gcc.target/m68k/tls-dimode.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.target/m68k/tls-dimode.c
branches/c++-modules/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-char.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-char.c
branches/c++-modules/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-floatdouble.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-floatdouble.c
branches/c++-modules/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-int.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-int.c
branches/c++-modules/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-longlong.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-longlong.c
branches/c++-modules/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-pixel.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-pixel.c
branches/c++-modules/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-short.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-short.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/pr84332.c
- copied unchanged from r263673, trunk/gcc/testsuite/gcc.target/s390/pr84332.c
branches/c++-modules/gcc/testsuite/gfortran.dg/generic_34.f90
- copied unchanged from r263673, trunk/gcc/testsuite/gfortran.dg/generic_34.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/short_circuiting_2.f90
- copied unchanged from r263673, trunk/gcc/testsuite/gfortran.dg/short_circuiting_2.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/short_circuiting_3.f90
- copied unchanged from r263673, trunk/gcc/testsuite/gfortran.dg/short_circuiting_3.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/transfer_class_3.f90
- copied unchanged from r263673, trunk/gcc/testsuite/gfortran.dg/transfer_class_3.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/use_rename_9.f90
- copied unchanged from r263673, trunk/gcc/testsuite/gfortran.dg/use_rename_9.f90
branches/c++-modules/libgcc/config/csky/
- copied from r263673, trunk/libgcc/config/csky/
branches/c++-modules/libgcc/config/nds32/isr-library/restore_usr_regs.inc
- copied unchanged from r263673, trunk/libgcc/config/nds32/isr-library/restore_usr_regs.inc
branches/c++-modules/libgcc/config/nds32/isr-library/save_usr_regs.inc
- copied unchanged from r263673, trunk/libgcc/config/nds32/isr-library/save_usr_regs.inc
Removed:
branches/c++-modules/gcc/config/rs6000/aix43.h
branches/c++-modules/gcc/config/rs6000/aix51.h
branches/c++-modules/gcc/config/rs6000/aix52.h
branches/c++-modules/gcc/config/rs6000/aix53.h
branches/c++-modules/gcc/config/rs6000/t-aix43
branches/c++-modules/gcc/testsuite/g++.dg/warn/Wunreachable-code-1.C
branches/c++-modules/gcc/testsuite/g++.dg/warn/Wunreachable-code-2.C
branches/c++-modules/gcc/testsuite/g++.dg/warn/pr31246-2.C
branches/c++-modules/gcc/testsuite/g++.dg/warn/pr31246.C
branches/c++-modules/gcc/testsuite/gcc.dg/pr33092.c
branches/c++-modules/gcc/testsuite/gcc.dg/torture/pr52969.c
branches/c++-modules/gcc/testsuite/gcc.target/i386/rop1.c
branches/c++-modules/libcpp/include/cpp-id-data.h
Modified:
branches/c++-modules/ (props changed)
branches/c++-modules/ChangeLog
branches/c++-modules/ChangeLog.modules
branches/c++-modules/MAINTAINERS
branches/c++-modules/contrib/ChangeLog
branches/c++-modules/contrib/config-list.mk
branches/c++-modules/gcc/ChangeLog
branches/c++-modules/gcc/DATESTAMP
branches/c++-modules/gcc/Makefile.in
branches/c++-modules/gcc/builtin-types.def
branches/c++-modules/gcc/builtins.c
branches/c++-modules/gcc/builtins.def
branches/c++-modules/gcc/builtins.h
branches/c++-modules/gcc/c-family/ChangeLog
branches/c++-modules/gcc/c-family/c-ada-spec.c
branches/c++-modules/gcc/c-family/c-common.c
branches/c++-modules/gcc/c-family/c-common.h
branches/c++-modules/gcc/c-family/c-cppbuiltin.c
branches/c++-modules/gcc/c-family/c-format.c
branches/c++-modules/gcc/c-family/c-indentation.c
branches/c++-modules/gcc/c-family/c-ppoutput.c
branches/c++-modules/gcc/c-family/c-spellcheck.cc
branches/c++-modules/gcc/c-family/c.opt
branches/c++-modules/gcc/c/ChangeLog
branches/c++-modules/gcc/c/c-decl.c
branches/c++-modules/gcc/c/c-objc-common.c
branches/c++-modules/gcc/c/c-parser.c
branches/c++-modules/gcc/c/c-typeck.c
branches/c++-modules/gcc/common.opt
branches/c++-modules/gcc/common/config/nds32/nds32-common.c
branches/c++-modules/gcc/config.gcc
branches/c++-modules/gcc/config/aarch64/aarch64-builtins.c
branches/c++-modules/gcc/config/aarch64/aarch64.md
branches/c++-modules/gcc/config/aarch64/aarch64.opt
branches/c++-modules/gcc/config/alpha/alpha.h
branches/c++-modules/gcc/config/arm/arm-builtins.c
branches/c++-modules/gcc/config/arm/arm.c
branches/c++-modules/gcc/config/arm/neon.md
branches/c++-modules/gcc/config/darwin.c
branches/c++-modules/gcc/config/darwin.h
branches/c++-modules/gcc/config/i386/emmintrin.h
branches/c++-modules/gcc/config/i386/i386.c
branches/c++-modules/gcc/config/i386/i386.md
branches/c++-modules/gcc/config/i386/i386.opt
branches/c++-modules/gcc/config/i386/xmmintrin.h
branches/c++-modules/gcc/config/ia64/ia64.opt
branches/c++-modules/gcc/config/m68k/m68k-protos.h
branches/c++-modules/gcc/config/m68k/m68k.c
branches/c++-modules/gcc/config/m68k/m68k.h
branches/c++-modules/gcc/config/nds32/nds32-isr.c
branches/c++-modules/gcc/config/nds32/nds32-predicates.c
branches/c++-modules/gcc/config/nds32/nds32-protos.h
branches/c++-modules/gcc/config/nds32/nds32.c
branches/c++-modules/gcc/config/nds32/nds32.h
branches/c++-modules/gcc/config/nds32/nds32.md
branches/c++-modules/gcc/config/nds32/nds32.opt
branches/c++-modules/gcc/config/pa/pa.md
branches/c++-modules/gcc/config/powerpcspe/powerpcspe-c.c
branches/c++-modules/gcc/config/rs6000/altivec.md
branches/c++-modules/gcc/config/rs6000/darwin.md
branches/c++-modules/gcc/config/rs6000/dfp.md
branches/c++-modules/gcc/config/rs6000/htm.md
branches/c++-modules/gcc/config/rs6000/rs6000-c.c
branches/c++-modules/gcc/config/rs6000/rs6000.c
branches/c++-modules/gcc/config/rs6000/rs6000.md
branches/c++-modules/gcc/config/rs6000/rs6000.opt
branches/c++-modules/gcc/config/rs6000/sync.md
branches/c++-modules/gcc/config/rs6000/vsx.md
branches/c++-modules/gcc/config/s390/s390.c
branches/c++-modules/gcc/configure
branches/c++-modules/gcc/configure.ac
branches/c++-modules/gcc/cp/ChangeLog
branches/c++-modules/gcc/cp/call.c
branches/c++-modules/gcc/cp/cp-tree.h
branches/c++-modules/gcc/cp/decl.c
branches/c++-modules/gcc/cp/error.c
branches/c++-modules/gcc/cp/lambda.c
branches/c++-modules/gcc/cp/lex.c
branches/c++-modules/gcc/cp/name-lookup.c
branches/c++-modules/gcc/cp/parser.c
branches/c++-modules/gcc/cp/pt.c
branches/c++-modules/gcc/cp/typeck.c
branches/c++-modules/gcc/cp/typeck2.c
branches/c++-modules/gcc/cppbuiltin.c
branches/c++-modules/gcc/diagnostic-show-locus.c
branches/c++-modules/gcc/diagnostic.c
branches/c++-modules/gcc/diagnostic.h
branches/c++-modules/gcc/doc/extend.texi
branches/c++-modules/gcc/doc/invoke.texi
branches/c++-modules/gcc/doc/md.texi
branches/c++-modules/gcc/doc/rtl.texi
branches/c++-modules/gcc/dump-context.h
branches/c++-modules/gcc/dumpfile.c
branches/c++-modules/gcc/dumpfile.h
branches/c++-modules/gcc/dwarf2out.c
branches/c++-modules/gcc/expmed.c
branches/c++-modules/gcc/expmed.h
branches/c++-modules/gcc/expr.c
branches/c++-modules/gcc/expr.h
branches/c++-modules/gcc/fortran/ChangeLog
branches/c++-modules/gcc/fortran/cpp.c
branches/c++-modules/gcc/fortran/interface.c
branches/c++-modules/gcc/fortran/invoke.texi
branches/c++-modules/gcc/fortran/options.c
branches/c++-modules/gcc/fortran/resolve.c
branches/c++-modules/gcc/fortran/trans-expr.c
branches/c++-modules/gcc/fortran/trans-intrinsic.c
branches/c++-modules/gcc/gcc-rich-location.c
branches/c++-modules/gcc/gcc-rich-location.h
branches/c++-modules/gcc/gengtype.c
branches/c++-modules/gcc/gimple-fold.c
branches/c++-modules/gcc/gimple-fold.h
branches/c++-modules/gcc/gimple-ssa-sprintf.c
branches/c++-modules/gcc/ipa-fnsummary.c
branches/c++-modules/gcc/lra-lives.c
branches/c++-modules/gcc/lto-opts.c
branches/c++-modules/gcc/lto-wrapper.c
branches/c++-modules/gcc/opt-functions.awk
branches/c++-modules/gcc/optabs.c
branches/c++-modules/gcc/optc-gen.awk
branches/c++-modules/gcc/opth-gen.awk
branches/c++-modules/gcc/opts-common.c
branches/c++-modules/gcc/opts.c
branches/c++-modules/gcc/opts.h
branches/c++-modules/gcc/params.def
branches/c++-modules/gcc/passes.def
branches/c++-modules/gcc/predict.c
branches/c++-modules/gcc/predict.def
branches/c++-modules/gcc/pretty-print.c
branches/c++-modules/gcc/rtl.h
branches/c++-modules/gcc/selftest-diagnostic.c
branches/c++-modules/gcc/substring-locations.c
branches/c++-modules/gcc/substring-locations.h
branches/c++-modules/gcc/targhooks.c
branches/c++-modules/gcc/testsuite/ChangeLog
branches/c++-modules/gcc/testsuite/c-c++-common/asan/pointer-subtract-3.c
branches/c++-modules/gcc/testsuite/c-c++-common/asan/pointer-subtract-4.c
branches/c++-modules/gcc/testsuite/c-c++-common/attr-nonstring-3.c
branches/c++-modules/gcc/testsuite/g++.dg/Wno-frame-address.C
branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/constexpr-47969.C
branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/constexpr-data2.C
branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/constexpr-ex2.C
branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/constexpr-targ.C
branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/scoped_enum2.C
branches/c++-modules/gcc/testsuite/g++.dg/debug/dwarf2/pr85302.C
branches/c++-modules/gcc/testsuite/g++.dg/diagnostic/param-type-mismatch-2.C
branches/c++-modules/gcc/testsuite/g++.dg/diagnostic/param-type-mismatch.C
branches/c++-modules/gcc/testsuite/g++.dg/ext/stmtexpr15.C
branches/c++-modules/gcc/testsuite/g++.dg/gomp/pr47963.C
branches/c++-modules/gcc/testsuite/g++.dg/init/goto3.C
branches/c++-modules/gcc/testsuite/g++.dg/init/new37.C
branches/c++-modules/gcc/testsuite/g++.dg/init/new43.C
branches/c++-modules/gcc/testsuite/g++.dg/opt/eh1.C
branches/c++-modules/gcc/testsuite/g++.dg/opt/mpx.C
branches/c++-modules/gcc/testsuite/g++.dg/other/fold1.C
branches/c++-modules/gcc/testsuite/g++.dg/other/vrp1.C
branches/c++-modules/gcc/testsuite/g++.dg/parse/array-size2.C
branches/c++-modules/gcc/testsuite/g++.dg/plugin/plugin.exp
branches/c++-modules/gcc/testsuite/g++.dg/template/char1.C
branches/c++-modules/gcc/testsuite/g++.dg/template/dependent-name3.C
branches/c++-modules/gcc/testsuite/g++.dg/template/inline1.C
branches/c++-modules/gcc/testsuite/g++.dg/torture/pr44295.C
branches/c++-modules/gcc/testsuite/g++.dg/torture/type-generic-1.C
branches/c++-modules/gcc/testsuite/g++.dg/tree-ssa/pr81408.C
branches/c++-modules/gcc/testsuite/g++.old-deja/g++.mike/p784.C
branches/c++-modules/gcc/testsuite/gcc.c-torture/compile/20000804-1.c
branches/c++-modules/gcc/testsuite/gcc.c-torture/execute/20101011-1.c
branches/c++-modules/gcc/testsuite/gcc.c-torture/execute/ieee/mul-subnormal-single-1.x
branches/c++-modules/gcc/testsuite/gcc.dg/20020312-2.c
branches/c++-modules/gcc/testsuite/gcc.dg/Wno-frame-address.c
branches/c++-modules/gcc/testsuite/gcc.dg/asan/pr81923.c
branches/c++-modules/gcc/testsuite/gcc.dg/bad-binary-ops.c
branches/c++-modules/gcc/testsuite/gcc.dg/c11-true_min-1.c
branches/c++-modules/gcc/testsuite/gcc.dg/cpp/macsyntx.c
branches/c++-modules/gcc/testsuite/gcc.dg/cpp/macsyntx2.c
branches/c++-modules/gcc/testsuite/gcc.dg/cpp/pr66415-1.c
branches/c++-modules/gcc/testsuite/gcc.dg/debug/dwarf2/pr80263.c
branches/c++-modules/gcc/testsuite/gcc.dg/format/diagnostic-ranges.c
branches/c++-modules/gcc/testsuite/gcc.dg/format/gcc_diag-1.c
branches/c++-modules/gcc/testsuite/gcc.dg/format/gcc_diag-10.c
branches/c++-modules/gcc/testsuite/gcc.dg/format/pr72858.c
branches/c++-modules/gcc/testsuite/gcc.dg/format/pr78498.c
branches/c++-modules/gcc/testsuite/gcc.dg/graphite/pr82451.c
branches/c++-modules/gcc/testsuite/gcc.dg/lto/pr83719_0.c
branches/c++-modules/gcc/testsuite/gcc.dg/memcmp-1.c
branches/c++-modules/gcc/testsuite/gcc.dg/param-type-mismatch.c
branches/c++-modules/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-bw.c
branches/c++-modules/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-color.c
branches/c++-modules/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_show_trees.c
branches/c++-modules/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_test_show_locus.c
branches/c++-modules/gcc/testsuite/gcc.dg/plugin/plugin.exp
branches/c++-modules/gcc/testsuite/gcc.dg/pr41837.c
branches/c++-modules/gcc/testsuite/gcc.dg/pr41841.c
branches/c++-modules/gcc/testsuite/gcc.dg/pr42250.c
branches/c++-modules/gcc/testsuite/gcc.dg/pr43084.c
branches/c++-modules/gcc/testsuite/gcc.dg/pr43317.c
branches/c++-modules/gcc/testsuite/gcc.dg/pr51879-18.c
branches/c++-modules/gcc/testsuite/gcc.dg/pr69554-1.c
branches/c++-modules/gcc/testsuite/gcc.dg/pr69627.c
branches/c++-modules/gcc/testsuite/gcc.dg/pr86064.c
branches/c++-modules/gcc/testsuite/gcc.dg/redecl-10.c
branches/c++-modules/gcc/testsuite/gcc.dg/sibcall-10.c
branches/c++-modules/gcc/testsuite/gcc.dg/sibcall-9.c
branches/c++-modules/gcc/testsuite/gcc.dg/stack-usage-1.c
branches/c++-modules/gcc/testsuite/gcc.dg/strcmpopt_6.c
branches/c++-modules/gcc/testsuite/gcc.dg/torture/float32-tg-3.c
branches/c++-modules/gcc/testsuite/gcc.dg/torture/float32x-tg-3.c
branches/c++-modules/gcc/testsuite/gcc.dg/torture/float64-tg-3.c
branches/c++-modules/gcc/testsuite/gcc.dg/torture/float64x-tg-3.c
branches/c++-modules/gcc/testsuite/gcc.dg/torture/pr36066.c
branches/c++-modules/gcc/testsuite/gcc.dg/torture/type-generic-1.c
branches/c++-modules/gcc/testsuite/gcc.dg/tree-prof/section-attr-1.c
branches/c++-modules/gcc/testsuite/gcc.dg/tree-prof/section-attr-2.c
branches/c++-modules/gcc/testsuite/gcc.dg/tree-prof/section-attr-3.c
branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-1.c
branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-18.c
branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/ifc-8.c
branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/ifc-cd.c
branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/pr19210-1.c
branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/pr45122.c
branches/c++-modules/gcc/testsuite/gcc.dg/uninit-suppress_2.c
branches/c++-modules/gcc/testsuite/gcc.dg/vect/vect.exp
branches/c++-modules/gcc/testsuite/gcc.target/i386/avx-cvt-2.c
branches/c++-modules/gcc/testsuite/gcc.target/i386/avx2-cvt-2.c
branches/c++-modules/gcc/testsuite/gcc.target/i386/mpx.c
branches/c++-modules/gcc/testsuite/gcc.target/i386/pr45352-2.c
branches/c++-modules/gcc/testsuite/gcc.target/i386/pr83554.c
branches/c++-modules/gcc/testsuite/gcc.target/i386/zee.c
branches/c++-modules/gcc/testsuite/gcc.target/powerpc/pr56605.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-arch-tune-1.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-arch-tune-2.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-1.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-10.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-11.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-12.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-13.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-14.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-15.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-16.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-17.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-18.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-19.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-2.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-20.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-21.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-22.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-23.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-24.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-25.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-26.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-27.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-28.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-29.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-3.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-30.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-31.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-32.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-4.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-5.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-6.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-7.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-8.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m31-9.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-1.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-10.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-11.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-12.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-13.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-14.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-15.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-16.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-17.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-18.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-19.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-2.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-20.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-21.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-22.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-23.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-24.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-25.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-26.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-27.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-28.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-29.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-3.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-30.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-31.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-32.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-33.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-4.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-5.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-6.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-7.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-8.c
branches/c++-modules/gcc/testsuite/gcc.target/s390/target-attribute/tattr-m64-9.c
branches/c++-modules/gcc/testsuite/gfortran.dg/actual_pointer_function_1.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/auto_char_len_2.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/auto_char_len_4.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/c_ptr_tests_15.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/char_array_structure_constructor.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/gomp/pr47331.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/inline_matmul_23.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/pr40999.f
branches/c++-modules/gcc/testsuite/gfortran.dg/pr41011.f
branches/c++-modules/gcc/testsuite/gfortran.dg/pr42051.f03
branches/c++-modules/gcc/testsuite/gfortran.dg/pr46804.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/pr83149_1.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/pr83149_b.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_1.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_10.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_11.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_12.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_13.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_14.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_15.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_16.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_17.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_18.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_19.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_2.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_20.f03
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_3.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_4.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_5.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_6.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_7.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_8.f90
branches/c++-modules/gcc/testsuite/gfortran.dg/whole_file_9.f90
branches/c++-modules/gcc/testsuite/lib/multiline.exp
branches/c++-modules/gcc/testsuite/lib/prune.exp
branches/c++-modules/gcc/testsuite/lib/target-supports.exp
branches/c++-modules/gcc/toplev.c
branches/c++-modules/gcc/tree-inline.c
branches/c++-modules/gcc/tree-ssa-math-opts.c
branches/c++-modules/gcc/tree-vect-data-refs.c
branches/c++-modules/gcc/tree-vect-loop.c
branches/c++-modules/gcc/tree-vect-slp.c
branches/c++-modules/gcc/tree-vect-stmts.c
branches/c++-modules/gcc/tree-vectorizer.c
branches/c++-modules/gcc/tree-vrp.c
branches/c++-modules/gcc/tree.h
branches/c++-modules/gcc/wide-int-range.cc
branches/c++-modules/libcpp/ChangeLog
branches/c++-modules/libcpp/Makefile.in
branches/c++-modules/libcpp/directives.c
branches/c++-modules/libcpp/expr.c
branches/c++-modules/libcpp/files.c
branches/c++-modules/libcpp/identifiers.c
branches/c++-modules/libcpp/include/cpplib.h
branches/c++-modules/libcpp/include/line-map.h
branches/c++-modules/libcpp/init.c
branches/c++-modules/libcpp/internal.h
branches/c++-modules/libcpp/lex.c
branches/c++-modules/libcpp/line-map.c
branches/c++-modules/libcpp/macro.c
branches/c++-modules/libcpp/pch.c
branches/c++-modules/libcpp/traditional.c
branches/c++-modules/libffi/ChangeLog
branches/c++-modules/libffi/src/riscv/ffi.c
branches/c++-modules/libffi/src/riscv/ffitarget.h
branches/c++-modules/libffi/src/riscv/sysv.S
branches/c++-modules/libgcc/ChangeLog
branches/c++-modules/libgcc/config.host
branches/c++-modules/libgcc/config/nds32/initfini.c
branches/c++-modules/libgcc/config/nds32/isr-library/adj_intr_lvl.inc
branches/c++-modules/libgcc/config/nds32/isr-library/excp_isr.S
branches/c++-modules/libgcc/config/nds32/isr-library/intr_isr.S
branches/c++-modules/libgcc/config/nds32/isr-library/reset.S
branches/c++-modules/libgcc/config/nds32/isr-library/restore_all.inc
branches/c++-modules/libgcc/config/nds32/isr-library/restore_mac_regs.inc
branches/c++-modules/libgcc/config/nds32/isr-library/restore_partial.inc
branches/c++-modules/libgcc/config/nds32/isr-library/save_all.inc
branches/c++-modules/libgcc/config/nds32/isr-library/save_mac_regs.inc
branches/c++-modules/libgcc/config/nds32/isr-library/save_partial.inc
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid00.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid01.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid02.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid03.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid04.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid05.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid06.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid07.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid08.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid09.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid10.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid11.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid12.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid13.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid14.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid15.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid16.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid17.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid18.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid19.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid20.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid21.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid22.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid23.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid24.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid25.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid26.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid27.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid28.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid29.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid30.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid31.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid32.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid33.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid34.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid35.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid36.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid37.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid38.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid39.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid40.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid41.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid42.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid43.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid44.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid45.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid46.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid47.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid48.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid49.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid50.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid51.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid52.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid53.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid54.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid55.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid56.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid57.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid58.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid59.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid60.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid61.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid62.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid63.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid64.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid65.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid66.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid67.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid68.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid69.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid70.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid71.S
branches/c++-modules/libgcc/config/nds32/isr-library/vec_vid72.S
branches/c++-modules/libgcc/config/nds32/t-nds32-isr
branches/c++-modules/libgcc/config/pa/linux-atomic.c
branches/c++-modules/libgfortran/ChangeLog
branches/c++-modules/libgfortran/config.h.in
branches/c++-modules/libgfortran/configure
branches/c++-modules/libgfortran/configure.ac
branches/c++-modules/libgfortran/intrinsics/random.c
branches/c++-modules/libgomp/ChangeLog
branches/c++-modules/libgomp/plugin/cuda-lib.def
branches/c++-modules/libgomp/plugin/cuda/cuda.h
branches/c++-modules/libgomp/plugin/plugin-nvptx.c
Propchange: branches/c++-modules/
('svn:mergeinfo' modified)
More information about the Libstdc++-cvs
mailing list