r269606 - in /branches/redhat/gcc-9-branch: ./ ...
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Tue Mar 12 09:01:00 GMT 2019
Author: jakub
Date: Tue Mar 12 09:01:15 2019
New Revision: 269606
URL: https://gcc.gnu.org/viewcvs?rev=269606&root=gcc&view=rev
Log:
svn merge -r269523:269605 svn+ssh://gcc.gnu.org/svn/gcc/trunk
Added:
branches/redhat/gcc-9-branch/contrib/check-internal-format-escaping.py
- copied unchanged from r269605, trunk/contrib/check-internal-format-escaping.py
branches/redhat/gcc-9-branch/gcc/testsuite/c-c++-common/unroll-6.c
- copied unchanged from r269605, trunk/gcc/testsuite/c-c++-common/unroll-6.c
branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-89648.C
- copied unchanged from r269605, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-89648.C
branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/overload-conv-3.C
- copied unchanged from r269605, trunk/gcc/testsuite/g++.dg/cpp0x/overload-conv-3.C
branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp0x/pr87750.C
- copied unchanged from r269605, trunk/gcc/testsuite/g++.dg/cpp0x/pr87750.C
branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/other/pr88568.C
- copied unchanged from r269605, trunk/gcc/testsuite/g++.dg/other/pr88568.C
branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/template/memfriend18.C
- copied unchanged from r269605, trunk/gcc/testsuite/g++.dg/template/memfriend18.C
branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/tree-ssa/pr87008.C
- copied unchanged from r269605, trunk/gcc/testsuite/g++.dg/tree-ssa/pr87008.C
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.c-torture/compile/pr89655.c
- copied unchanged from r269605, trunk/gcc/testsuite/gcc.c-torture/compile/pr89655.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.c-torture/compile/pr89663-1.c
- copied unchanged from r269605, trunk/gcc/testsuite/gcc.c-torture/compile/pr89663-1.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.c-torture/compile/pr89663-2.c
- copied unchanged from r269605, trunk/gcc/testsuite/gcc.c-torture/compile/pr89663-2.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/s390/zvector/vec-addc-u128.c
- copied unchanged from r269605, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-addc-u128.c
branches/redhat/gcc-9-branch/gcc/testsuite/gdc.dg/pr89041.d
- copied unchanged from r269605, trunk/gcc/testsuite/gdc.dg/pr89041.d
branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/imports/fail19609d.d
- copied unchanged from r269605, trunk/gcc/testsuite/gdc.test/fail_compilation/imports/fail19609d.d
branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/test19608.d
- copied unchanged from r269605, trunk/gcc/testsuite/gdc.test/fail_compilation/test19608.d
branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/array_simplify_3.f90
- copied unchanged from r269605, trunk/gcc/testsuite/gfortran.dg/array_simplify_3.f90
branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/c_ptr_tests_19.f90
- copied unchanged from r269605, trunk/gcc/testsuite/gfortran.dg/c_ptr_tests_19.f90
branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/dependency_53.f90
- copied unchanged from r269605, trunk/gcc/testsuite/gfortran.dg/dependency_53.f90
branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/gomp/pr89651.f90
- copied unchanged from r269605, trunk/gcc/testsuite/gfortran.dg/gomp/pr89651.f90
branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/pointer_init_10.f90
- copied unchanged from r269605, trunk/gcc/testsuite/gfortran.dg/pointer_init_10.f90
branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/pr89664.f90
- copied unchanged from r269605, trunk/gcc/testsuite/gfortran.dg/pr89664.f90
branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/public_private_module_10.f90
- copied unchanged from r269605, trunk/gcc/testsuite/gfortran.dg/public_private_module_10.f90
branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/20_util/hash/89629.cc
- copied unchanged from r269605, trunk/libstdc++-v3/testsuite/20_util/hash/89629.cc
Modified:
branches/redhat/gcc-9-branch/ (props changed)
branches/redhat/gcc-9-branch/contrib/ChangeLog
branches/redhat/gcc-9-branch/contrib/download_prerequisites
branches/redhat/gcc-9-branch/gcc/ChangeLog
branches/redhat/gcc-9-branch/gcc/DATESTAMP
branches/redhat/gcc-9-branch/gcc/ada/ChangeLog
branches/redhat/gcc-9-branch/gcc/ada/gcc-interface/misc.c
branches/redhat/gcc-9-branch/gcc/attribs.c
branches/redhat/gcc-9-branch/gcc/builtins.c
branches/redhat/gcc-9-branch/gcc/c-family/ChangeLog
branches/redhat/gcc-9-branch/gcc/c-family/c-attribs.c
branches/redhat/gcc-9-branch/gcc/c-family/c-common.c
branches/redhat/gcc-9-branch/gcc/c-family/c-indentation.c
branches/redhat/gcc-9-branch/gcc/c-family/c-opts.c
branches/redhat/gcc-9-branch/gcc/c-family/c-pch.c
branches/redhat/gcc-9-branch/gcc/c-family/c-pragma.c
branches/redhat/gcc-9-branch/gcc/c/ChangeLog
branches/redhat/gcc-9-branch/gcc/c/c-decl.c
branches/redhat/gcc-9-branch/gcc/c/c-parser.c
branches/redhat/gcc-9-branch/gcc/collect-utils.c
branches/redhat/gcc-9-branch/gcc/collect2.c
branches/redhat/gcc-9-branch/gcc/common/config/aarch64/aarch64-common.c
branches/redhat/gcc-9-branch/gcc/common/config/alpha/alpha-common.c
branches/redhat/gcc-9-branch/gcc/common/config/arc/arc-common.c
branches/redhat/gcc-9-branch/gcc/common/config/arm/arm-common.c
branches/redhat/gcc-9-branch/gcc/common/config/bfin/bfin-common.c
branches/redhat/gcc-9-branch/gcc/common/config/i386/i386-common.c
branches/redhat/gcc-9-branch/gcc/common/config/ia64/ia64-common.c
branches/redhat/gcc-9-branch/gcc/common/config/m68k/m68k-common.c
branches/redhat/gcc-9-branch/gcc/common/config/msp430/msp430-common.c
branches/redhat/gcc-9-branch/gcc/common/config/nds32/nds32-common.c
branches/redhat/gcc-9-branch/gcc/common/config/powerpcspe/powerpcspe-common.c
branches/redhat/gcc-9-branch/gcc/common/config/riscv/riscv-common.c
branches/redhat/gcc-9-branch/gcc/common/config/rs6000/rs6000-common.c
branches/redhat/gcc-9-branch/gcc/config/aarch64/aarch64.c
branches/redhat/gcc-9-branch/gcc/config/alpha/alpha.c
branches/redhat/gcc-9-branch/gcc/config/arc/arc.c
branches/redhat/gcc-9-branch/gcc/config/arm/arm-builtins.c
branches/redhat/gcc-9-branch/gcc/config/arm/arm.c
branches/redhat/gcc-9-branch/gcc/config/avr/avr.c
branches/redhat/gcc-9-branch/gcc/config/bfin/bfin.c
branches/redhat/gcc-9-branch/gcc/config/c6x/c6x.c
branches/redhat/gcc-9-branch/gcc/config/cr16/cr16.c
branches/redhat/gcc-9-branch/gcc/config/cris/cris.c
branches/redhat/gcc-9-branch/gcc/config/csky/csky.c
branches/redhat/gcc-9-branch/gcc/config/darwin-c.c
branches/redhat/gcc-9-branch/gcc/config/darwin.c
branches/redhat/gcc-9-branch/gcc/config/frv/frv.c
branches/redhat/gcc-9-branch/gcc/config/h8300/h8300.c
branches/redhat/gcc-9-branch/gcc/config/i386/i386.c
branches/redhat/gcc-9-branch/gcc/config/i386/sse.md
branches/redhat/gcc-9-branch/gcc/config/ia64/ia64.c
branches/redhat/gcc-9-branch/gcc/config/m68k/m68k.c
branches/redhat/gcc-9-branch/gcc/config/microblaze/microblaze.c
branches/redhat/gcc-9-branch/gcc/config/mips/mips.c
branches/redhat/gcc-9-branch/gcc/config/mmix/mmix.c
branches/redhat/gcc-9-branch/gcc/config/mn10300/mn10300.c
branches/redhat/gcc-9-branch/gcc/config/msp430/msp430.c
branches/redhat/gcc-9-branch/gcc/config/nds32/nds32-intrinsic.c
branches/redhat/gcc-9-branch/gcc/config/nds32/nds32.c
branches/redhat/gcc-9-branch/gcc/config/nios2/nios2.c
branches/redhat/gcc-9-branch/gcc/config/nvptx/mkoffload.c
branches/redhat/gcc-9-branch/gcc/config/nvptx/nvptx.c
branches/redhat/gcc-9-branch/gcc/config/pa/pa.c
branches/redhat/gcc-9-branch/gcc/config/riscv/riscv.c
branches/redhat/gcc-9-branch/gcc/config/rl78/rl78.c
branches/redhat/gcc-9-branch/gcc/config/rs6000/aix61.h
branches/redhat/gcc-9-branch/gcc/config/rs6000/aix71.h
branches/redhat/gcc-9-branch/gcc/config/rs6000/aix72.h
branches/redhat/gcc-9-branch/gcc/config/rs6000/driver-rs6000.c
branches/redhat/gcc-9-branch/gcc/config/rs6000/freebsd64.h
branches/redhat/gcc-9-branch/gcc/config/rs6000/linux64.h
branches/redhat/gcc-9-branch/gcc/config/rs6000/rs6000.c
branches/redhat/gcc-9-branch/gcc/config/rs6000/rtems.h
branches/redhat/gcc-9-branch/gcc/config/rx/rx.c
branches/redhat/gcc-9-branch/gcc/config/s390/s390-c.c
branches/redhat/gcc-9-branch/gcc/config/s390/s390.c
branches/redhat/gcc-9-branch/gcc/config/sh/sh.c
branches/redhat/gcc-9-branch/gcc/config/sh/vxworks.h
branches/redhat/gcc-9-branch/gcc/config/sparc/sparc.c
branches/redhat/gcc-9-branch/gcc/config/spu/spu.c
branches/redhat/gcc-9-branch/gcc/config/visium/visium.c
branches/redhat/gcc-9-branch/gcc/config/xtensa/xtensa.c
branches/redhat/gcc-9-branch/gcc/cp/ChangeLog
branches/redhat/gcc-9-branch/gcc/cp/call.c
branches/redhat/gcc-9-branch/gcc/cp/class.c
branches/redhat/gcc-9-branch/gcc/cp/constexpr.c
branches/redhat/gcc-9-branch/gcc/cp/cvt.c
branches/redhat/gcc-9-branch/gcc/cp/decl.c
branches/redhat/gcc-9-branch/gcc/cp/decl2.c
branches/redhat/gcc-9-branch/gcc/cp/error.c
branches/redhat/gcc-9-branch/gcc/cp/except.c
branches/redhat/gcc-9-branch/gcc/cp/mangle.c
branches/redhat/gcc-9-branch/gcc/cp/name-lookup.c
branches/redhat/gcc-9-branch/gcc/cp/parser.c
branches/redhat/gcc-9-branch/gcc/cp/pt.c
branches/redhat/gcc-9-branch/gcc/cp/repo.c
branches/redhat/gcc-9-branch/gcc/cp/rtti.c
branches/redhat/gcc-9-branch/gcc/cp/tree.c
branches/redhat/gcc-9-branch/gcc/d/ChangeLog
branches/redhat/gcc-9-branch/gcc/d/d-codegen.cc
branches/redhat/gcc-9-branch/gcc/d/dmd/MERGE
branches/redhat/gcc-9-branch/gcc/d/dmd/dimport.c
branches/redhat/gcc-9-branch/gcc/d/dmd/expressionsem.c
branches/redhat/gcc-9-branch/gcc/d/dmd/mtype.c
branches/redhat/gcc-9-branch/gcc/dbgcnt.c
branches/redhat/gcc-9-branch/gcc/doc/gcov.texi
branches/redhat/gcc-9-branch/gcc/dwarf2out.c
branches/redhat/gcc-9-branch/gcc/except.c
branches/redhat/gcc-9-branch/gcc/fortran/ChangeLog
branches/redhat/gcc-9-branch/gcc/fortran/decl.c
branches/redhat/gcc-9-branch/gcc/fortran/expr.c
branches/redhat/gcc-9-branch/gcc/fortran/intrinsic.c
branches/redhat/gcc-9-branch/gcc/fortran/options.c
branches/redhat/gcc-9-branch/gcc/fortran/primary.c
branches/redhat/gcc-9-branch/gcc/fortran/symbol.c
branches/redhat/gcc-9-branch/gcc/fortran/trans-array.c
branches/redhat/gcc-9-branch/gcc/fortran/trans-common.c
branches/redhat/gcc-9-branch/gcc/fortran/trans-openmp.c
branches/redhat/gcc-9-branch/gcc/fortran/trans-types.c
branches/redhat/gcc-9-branch/gcc/gcc.c
branches/redhat/gcc-9-branch/gcc/gcov.c
branches/redhat/gcc-9-branch/gcc/loop-unroll.c
branches/redhat/gcc-9-branch/gcc/lto-wrapper.c
branches/redhat/gcc-9-branch/gcc/lto/ChangeLog
branches/redhat/gcc-9-branch/gcc/lto/lto-lang.c
branches/redhat/gcc-9-branch/gcc/lto/lto-symtab.c
branches/redhat/gcc-9-branch/gcc/omp-offload.c
branches/redhat/gcc-9-branch/gcc/opts-global.c
branches/redhat/gcc-9-branch/gcc/opts.c
branches/redhat/gcc-9-branch/gcc/passes.c
branches/redhat/gcc-9-branch/gcc/plugin.c
branches/redhat/gcc-9-branch/gcc/symtab.c
branches/redhat/gcc-9-branch/gcc/targhooks.c
branches/redhat/gcc-9-branch/gcc/testsuite/ChangeLog
branches/redhat/gcc-9-branch/gcc/testsuite/c-c++-common/gomp/clauses-2.c
branches/redhat/gcc-9-branch/gcc/testsuite/c-c++-common/ident-0b.c
branches/redhat/gcc-9-branch/gcc/testsuite/c-c++-common/ident-1a.c
branches/redhat/gcc-9-branch/gcc/testsuite/c-c++-common/ident-1b.c
branches/redhat/gcc-9-branch/gcc/testsuite/c-c++-common/ident-2b.c
branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/abi/abi-tag18a.C
branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/conversion/simd3.C
branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp1z/decomp3.C
branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp1z/decomp4.C
branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp1z/decomp44.C
branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/cpp1z/decomp45.C
branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/ext/visibility/lambda1.C
branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/opt/pr34036.C
branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/spellcheck-c++-11-keyword.C
branches/redhat/gcc-9-branch/gcc/testsuite/g++.dg/tls/pr77285-2.C
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/c90-fordecl-1.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/cpp/dir-only-4.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/cpp/dir-only-5.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/cpp/pr71591.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/debug/dwarf2/inline5.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/format/opt-1.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/format/opt-2.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/format/opt-3.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/format/opt-4.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/format/opt-5.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/format/opt-6.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/guality/pr54970.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr22231.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/pr33007.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/simd-1.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/simd-5.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/simd-6.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/spellcheck-options-14.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/spellcheck-options-15.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/spellcheck-options-16.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/spellcheck-options-17.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/torture/20180712-1.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/tree-ssa/pr23109.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.dg/tree-ssa/recip-5.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/arm/f16_f64_conv_no_dp.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/cet-notrack-1a.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/cet-notrack-icf-1.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/cet-notrack-icf-3.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-extern-7.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/powerpc/warn-1.c
branches/redhat/gcc-9-branch/gcc/testsuite/gcc.target/powerpc/warn-2.c
branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/fail_compilation/fail19609.d
branches/redhat/gcc-9-branch/gcc/testsuite/gdc.test/runnable/nulltype.d
branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/assumed_type_2.f90
branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/coarray_data_1.f90
branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/ieee/ieee_9.f90
branches/redhat/gcc-9-branch/gcc/testsuite/gfortran.dg/no_arg_check_2.f90
branches/redhat/gcc-9-branch/gcc/testsuite/gnat.dg/debug11.adb
branches/redhat/gcc-9-branch/gcc/testsuite/gnat.dg/debug12.adb
branches/redhat/gcc-9-branch/gcc/testsuite/lib/target-supports.exp
branches/redhat/gcc-9-branch/gcc/toplev.c
branches/redhat/gcc-9-branch/gcc/tree-cfg.c
branches/redhat/gcc-9-branch/gcc/tree-inline.c
branches/redhat/gcc-9-branch/gcc/tree-sra.c
branches/redhat/gcc-9-branch/gcc/tree-ssa-math-opts.c
branches/redhat/gcc-9-branch/gcc/tree-vect-loop-manip.c
branches/redhat/gcc-9-branch/gcc/tree-vect-loop.c
branches/redhat/gcc-9-branch/gcc/tree-vectorizer.h
branches/redhat/gcc-9-branch/gcc/tree.c
branches/redhat/gcc-9-branch/gcc/var-tracking.c
branches/redhat/gcc-9-branch/gcc/vr-values.c
branches/redhat/gcc-9-branch/libbacktrace/ChangeLog
branches/redhat/gcc-9-branch/libbacktrace/Makefile.am
branches/redhat/gcc-9-branch/libbacktrace/Makefile.in
branches/redhat/gcc-9-branch/libstdc++-v3/ChangeLog
branches/redhat/gcc-9-branch/libstdc++-v3/config.h.in
branches/redhat/gcc-9-branch/libstdc++-v3/configure
branches/redhat/gcc-9-branch/libstdc++-v3/configure.ac
branches/redhat/gcc-9-branch/libstdc++-v3/crossconfig.m4
branches/redhat/gcc-9-branch/libstdc++-v3/include/bits/atomic_base.h
branches/redhat/gcc-9-branch/libstdc++-v3/include/experimental/internet
branches/redhat/gcc-9-branch/libstdc++-v3/include/experimental/socket
branches/redhat/gcc-9-branch/libstdc++-v3/include/std/atomic
branches/redhat/gcc-9-branch/libstdc++-v3/libsupc++/hash_bytes.cc
branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/20_util/is_constructible/value-2.cc
branches/redhat/gcc-9-branch/libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc
Propchange: branches/redhat/gcc-9-branch/
('svn:mergeinfo' modified)
More information about the Gcc-cvs
mailing list