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


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

r221416 - in /branches/redhat/gcc-5-branch: ./ ...


Author: jakub
Date: Fri Mar 13 11:03:26 2015
New Revision: 221416

URL: https://gcc.gnu.org/viewcvs?rev=221416&root=gcc&view=rev
Log:
svn merge -r221026:221415 svn+ssh://gcc.gnu.org/svn/gcc/trunk

Added:
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/20_util/scoped_allocator/65279.cc
      - copied unchanged from r221415, trunk/libstdc++-v3/testsuite/20_util/scoped_allocator/65279.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/22_locale/conversions/buffer/1.cc
      - copied unchanged from r221415, trunk/libstdc++-v3/testsuite/22_locale/conversions/buffer/1.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/22_locale/conversions/string/3.cc
      - copied unchanged from r221415, trunk/libstdc++-v3/testsuite/22_locale/conversions/string/3.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/28_regex/match_results/out_of_range_submatches.cc
      - copied unchanged from r221415, trunk/libstdc++-v3/testsuite/28_regex/match_results/out_of_range_submatches.cc
Modified:
    branches/redhat/gcc-5-branch/libstdc++-v3/ChangeLog
    branches/redhat/gcc-5-branch/libstdc++-v3/acinclude.m4
    branches/redhat/gcc-5-branch/libstdc++-v3/configure
    branches/redhat/gcc-5-branch/libstdc++-v3/include/bits/locale_conv.h
    branches/redhat/gcc-5-branch/libstdc++-v3/include/bits/regex.h
    branches/redhat/gcc-5-branch/libstdc++-v3/include/bits/regex.tcc
    branches/redhat/gcc-5-branch/libstdc++-v3/include/std/codecvt
    branches/redhat/gcc-5-branch/libstdc++-v3/include/std/future
    branches/redhat/gcc-5-branch/libstdc++-v3/include/std/scoped_allocator
    branches/redhat/gcc-5-branch/libstdc++-v3/include/std/stdexcept
    branches/redhat/gcc-5-branch/libstdc++-v3/python/libstdcxx/v6/__init__.py
    branches/redhat/gcc-5-branch/libstdc++-v3/src/c++11/codecvt.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/src/c++11/future.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_attributes.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_attributes.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_attributes.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/22_locale/codecvt/char16_t.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/22_locale/conversions/string/2.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/1.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/28_regex/traits/char/isctype.cc

Changes in other areas also in this revision:
Added:
    branches/redhat/gcc-5-branch/gcc/ada/exp_unst.adb
      - copied unchanged from r221415, trunk/gcc/ada/exp_unst.adb
    branches/redhat/gcc-5-branch/gcc/ada/exp_unst.ads
      - copied unchanged from r221415, trunk/gcc/ada/exp_unst.ads
    branches/redhat/gcc-5-branch/gcc/config/avr/driver-avr.c
      - copied unchanged from r221415, trunk/gcc/config/avr/driver-avr.c
    branches/redhat/gcc-5-branch/gcc/config/avr/specs.h
      - copied unchanged from r221415, trunk/gcc/config/avr/specs.h
    branches/redhat/gcc-5-branch/gcc/testsuite/c-c++-common/asan/no-asan-check-glob.c
      - copied unchanged from r221415, trunk/gcc/testsuite/c-c++-common/asan/no-asan-check-glob.c
    branches/redhat/gcc-5-branch/gcc/testsuite/c-c++-common/pr65120.c
      - copied unchanged from r221415, trunk/gcc/testsuite/c-c++-common/pr65120.c
    branches/redhat/gcc-5-branch/gcc/testsuite/c-c++-common/ubsan/bounds-8.c
      - copied unchanged from r221415, trunk/gcc/testsuite/c-c++-common/ubsan/bounds-8.c
    branches/redhat/gcc-5-branch/gcc/testsuite/c-c++-common/ubsan/bounds-9.c
      - copied unchanged from r221415, trunk/gcc/testsuite/c-c++-common/ubsan/bounds-9.c
    branches/redhat/gcc-5-branch/gcc/testsuite/c-c++-common/ubsan/pr65367.c
      - copied unchanged from r221415, trunk/gcc/testsuite/c-c++-common/ubsan/pr65367.c
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-47.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-47.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/decltype62.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/cpp0x/decltype62.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/initlist92.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/cpp0x/initlist92.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv9.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv9.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/pr65127.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/cpp0x/pr65127.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/cpp1y/lambda-generic-ice1.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-ice1.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/cpp1y/lambda-generic-uneval1.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-uneval1.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/ipa/ipa-icf-6.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/ipa/ipa-icf-6.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/ipa/pr65263.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/ipa/pr65263.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/lto/pr65193_0.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/lto/pr65193_0.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/lto/pr65276_0.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/lto/pr65276_0.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/lto/pr65276_1.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/lto/pr65276_1.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/lto/pr65302_0.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/lto/pr65302_0.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/lto/pr65302_1.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/lto/pr65302_1.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/lto/pr65316_0.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/lto/pr65316_0.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/lto/pr65316_1.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/lto/pr65316_1.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/other/default11.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/other/default11.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/other/default12.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/other/default12.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/other/dump-ada-spec-3.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/other/dump-ada-spec-3.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/other/empty-class.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/other/empty-class.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/pr65032.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/pr65032.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/pr65242.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/pr65242.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/pr65295.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/pr65295.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/torture/pr64988.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/torture/pr64988.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/torture/pr65249.C
      - copied unchanged from r221415, trunk/gcc/testsuite/g++.dg/torture/pr65249.C
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.c-torture/compile/pr65153.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.c-torture/compile/pr65153.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.c-torture/compile/pr65241.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.c-torture/compile/pr65241.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.c-torture/execute/pr65215-1.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.c-torture/execute/pr65215-1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.c-torture/execute/pr65215-2.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.c-torture/execute/pr65215-2.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.c-torture/execute/pr65215-3.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.c-torture/execute/pr65215-3.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.c-torture/execute/pr65215-4.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.c-torture/execute/pr65215-4.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.c-torture/execute/pr65215-5.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.c-torture/execute/pr65215-5.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.c-torture/execute/pr65216.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.c-torture/execute/pr65216.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/PR65282.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/ipa/PR65282.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/ipa-icf-34.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/ipa/ipa-icf-34.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/ipa-icf-35.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/ipa/ipa-icf-35.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/ipa-icf-36.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/ipa/ipa-icf-36.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/ipa-icf-37.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/ipa/ipa-icf-37.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/pr65287.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/ipa/pr65287.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/pr65318.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/ipa/pr65318.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/lto/pr65130_0.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/lto/pr65130_0.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/lto/pr65130_1.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/lto/pr65130_1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/pr63743.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/pr63743.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/pr65228.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/pr65228.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/pr65321.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/pr65321.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/torture/pr65270-1.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/torture/pr65270-1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/torture/pr65270-2.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/torture/pr65270-2.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/ubsan/bounds-2.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/ubsan/bounds-2.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/vect/O3-vect-pr61917.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/vect/O3-vect-pr61917.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/vect/pr65310.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/vect/pr65310.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/weak/weak-17.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.dg/weak/weak-17.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/aarch64/pr65235_1.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.target/aarch64/pr65235_1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/arm/pr64600_1.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.target/arm/pr64600_1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/arm/pr65067.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.target/arm/pr65067.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/avr/torture/pr64331.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.target/avr/torture/pr64331.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/bmi2-bzhi-2.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.target/i386/bmi2-bzhi-2.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/mpx/
      - copied from r221415, trunk/gcc/testsuite/gcc.target/i386/mpx/
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr45685.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.target/i386/pr45685.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr65044.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.target/i386/pr65044.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr65103-1.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.target/i386/pr65103-1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr65183.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.target/i386/pr65183.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr65184.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.target/i386/pr65184.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr65520.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.target/i386/pr65520.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-21.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.target/s390/hotpatch-21.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-22.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.target/s390/hotpatch-22.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-23.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.target/s390/hotpatch-23.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-24.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.target/s390/hotpatch-24.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/sh/pr61142.c
      - copied unchanged from r221415, trunk/gcc/testsuite/gcc.target/sh/pr61142.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/coarray_atomic_6.f90
      - copied unchanged from r221415, trunk/gcc/testsuite/gfortran.dg/coarray_atomic_6.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/coarray_sync_memory.f90
      - copied unchanged from r221415, trunk/gcc/testsuite/gfortran.dg/coarray_sync_memory.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/entry_20.f90
      - copied unchanged from r221415, trunk/gcc/testsuite/gfortran.dg/entry_20.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/unlimited_polymorphic_23.f90
      - copied unchanged from r221415, trunk/gcc/testsuite/gfortran.dg/unlimited_polymorphic_23.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gnat.dg/entry_queues3.adb
      - copied unchanged from r221415, trunk/gcc/testsuite/gnat.dg/entry_queues3.adb
    branches/redhat/gcc-5-branch/gcc/testsuite/gnat.dg/object_overflow5.adb
      - copied unchanged from r221415, trunk/gcc/testsuite/gnat.dg/object_overflow5.adb
    branches/redhat/gcc-5-branch/gcc/testsuite/gnat.dg/specs/pack12.ads
      - copied unchanged from r221415, trunk/gcc/testsuite/gnat.dg/specs/pack12.ads
    branches/redhat/gcc-5-branch/libgcc/config/xtensa/t-windowed
      - copied unchanged from r221415, trunk/libgcc/config/xtensa/t-windowed
    branches/redhat/gcc-5-branch/libmpx/
      - copied from r221415, trunk/libmpx/
Removed:
    branches/redhat/gcc-5-branch/gcc/config/avr/avr-tables.opt
    branches/redhat/gcc-5-branch/gcc/config/avr/genopt.sh
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/tree-ssa/pr45685.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/vect/vect-pr61917.c
Modified:
    branches/redhat/gcc-5-branch/   (props changed)
    branches/redhat/gcc-5-branch/ChangeLog
    branches/redhat/gcc-5-branch/MAINTAINERS
    branches/redhat/gcc-5-branch/Makefile.def
    branches/redhat/gcc-5-branch/Makefile.in
    branches/redhat/gcc-5-branch/configure
    branches/redhat/gcc-5-branch/configure.ac
    branches/redhat/gcc-5-branch/contrib/ChangeLog
    branches/redhat/gcc-5-branch/contrib/dg-extract-results.sh
    branches/redhat/gcc-5-branch/gcc/ChangeLog
    branches/redhat/gcc-5-branch/gcc/DATESTAMP
    branches/redhat/gcc-5-branch/gcc/ada/ChangeLog
    branches/redhat/gcc-5-branch/gcc/ada/a-cfdlli.ads
    branches/redhat/gcc-5-branch/gcc/ada/a-cfhama.ads
    branches/redhat/gcc-5-branch/gcc/ada/a-cfhase.ads
    branches/redhat/gcc-5-branch/gcc/ada/a-cforma.ads
    branches/redhat/gcc-5-branch/gcc/ada/a-cforse.ads
    branches/redhat/gcc-5-branch/gcc/ada/a-cofove.ads
    branches/redhat/gcc-5-branch/gcc/ada/a-coinho-shared.adb
    branches/redhat/gcc-5-branch/gcc/ada/a-strsea.adb
    branches/redhat/gcc-5-branch/gcc/ada/a-strsup.adb
    branches/redhat/gcc-5-branch/gcc/ada/atree.adb
    branches/redhat/gcc-5-branch/gcc/ada/atree.ads
    branches/redhat/gcc-5-branch/gcc/ada/atree.h
    branches/redhat/gcc-5-branch/gcc/ada/checks.adb
    branches/redhat/gcc-5-branch/gcc/ada/debug.adb
    branches/redhat/gcc-5-branch/gcc/ada/doc/gnat_ugn/gnat_project_manager.rst
    branches/redhat/gcc-5-branch/gcc/ada/doc/gnat_ugn/platform_specific_information.rst
    branches/redhat/gcc-5-branch/gcc/ada/einfo.adb
    branches/redhat/gcc-5-branch/gcc/ada/einfo.ads
    branches/redhat/gcc-5-branch/gcc/ada/elists.adb
    branches/redhat/gcc-5-branch/gcc/ada/elists.ads
    branches/redhat/gcc-5-branch/gcc/ada/erroutc.adb
    branches/redhat/gcc-5-branch/gcc/ada/exp_aggr.adb
    branches/redhat/gcc-5-branch/gcc/ada/exp_attr.adb
    branches/redhat/gcc-5-branch/gcc/ada/exp_ch3.adb
    branches/redhat/gcc-5-branch/gcc/ada/exp_ch6.adb
    branches/redhat/gcc-5-branch/gcc/ada/exp_ch6.ads
    branches/redhat/gcc-5-branch/gcc/ada/exp_ch7.adb
    branches/redhat/gcc-5-branch/gcc/ada/exp_ch9.adb
    branches/redhat/gcc-5-branch/gcc/ada/exp_disp.adb
    branches/redhat/gcc-5-branch/gcc/ada/exp_disp.ads
    branches/redhat/gcc-5-branch/gcc/ada/exp_prag.adb
    branches/redhat/gcc-5-branch/gcc/ada/exp_util.adb
    branches/redhat/gcc-5-branch/gcc/ada/gcc-interface/Make-lang.in
    branches/redhat/gcc-5-branch/gcc/ada/gcc-interface/trans.c
    branches/redhat/gcc-5-branch/gcc/ada/gcc-interface/utils.c
    branches/redhat/gcc-5-branch/gcc/ada/gcc-interface/utils2.c
    branches/redhat/gcc-5-branch/gcc/ada/gnat1drv.adb
    branches/redhat/gcc-5-branch/gcc/ada/gnat_ugn.texi
    branches/redhat/gcc-5-branch/gcc/ada/init.c
    branches/redhat/gcc-5-branch/gcc/ada/namet.adb
    branches/redhat/gcc-5-branch/gcc/ada/namet.ads
    branches/redhat/gcc-5-branch/gcc/ada/opt.ads
    branches/redhat/gcc-5-branch/gcc/ada/par-ch3.adb
    branches/redhat/gcc-5-branch/gcc/ada/s-imgdec.adb
    branches/redhat/gcc-5-branch/gcc/ada/s-valrea.adb
    branches/redhat/gcc-5-branch/gcc/ada/scng.adb
    branches/redhat/gcc-5-branch/gcc/ada/sem_aggr.adb
    branches/redhat/gcc-5-branch/gcc/ada/sem_attr.adb
    branches/redhat/gcc-5-branch/gcc/ada/sem_ch10.adb
    branches/redhat/gcc-5-branch/gcc/ada/sem_ch12.adb
    branches/redhat/gcc-5-branch/gcc/ada/sem_ch12.ads
    branches/redhat/gcc-5-branch/gcc/ada/sem_ch13.adb
    branches/redhat/gcc-5-branch/gcc/ada/sem_ch3.adb
    branches/redhat/gcc-5-branch/gcc/ada/sem_ch4.adb
    branches/redhat/gcc-5-branch/gcc/ada/sem_ch6.adb
    branches/redhat/gcc-5-branch/gcc/ada/sem_ch6.ads
    branches/redhat/gcc-5-branch/gcc/ada/sem_ch7.adb
    branches/redhat/gcc-5-branch/gcc/ada/sem_ch8.adb
    branches/redhat/gcc-5-branch/gcc/ada/sem_ch9.adb
    branches/redhat/gcc-5-branch/gcc/ada/sem_disp.adb
    branches/redhat/gcc-5-branch/gcc/ada/sem_prag.adb
    branches/redhat/gcc-5-branch/gcc/ada/sem_prag.ads
    branches/redhat/gcc-5-branch/gcc/ada/sem_res.adb
    branches/redhat/gcc-5-branch/gcc/ada/sem_util.adb
    branches/redhat/gcc-5-branch/gcc/ada/sem_util.ads
    branches/redhat/gcc-5-branch/gcc/ada/sem_warn.adb
    branches/redhat/gcc-5-branch/gcc/ada/sprint.adb
    branches/redhat/gcc-5-branch/gcc/asan.c
    branches/redhat/gcc-5-branch/gcc/builtins.c
    branches/redhat/gcc-5-branch/gcc/c-family/ChangeLog
    branches/redhat/gcc-5-branch/gcc/c-family/c-ada-spec.c
    branches/redhat/gcc-5-branch/gcc/c-family/c-common.c
    branches/redhat/gcc-5-branch/gcc/c-family/c-pragma.c
    branches/redhat/gcc-5-branch/gcc/c-family/c-ubsan.c
    branches/redhat/gcc-5-branch/gcc/c-family/c.opt
    branches/redhat/gcc-5-branch/gcc/c/ChangeLog
    branches/redhat/gcc-5-branch/gcc/c/c-convert.c
    branches/redhat/gcc-5-branch/gcc/c/c-decl.c
    branches/redhat/gcc-5-branch/gcc/c/c-parser.c
    branches/redhat/gcc-5-branch/gcc/c/c-typeck.c
    branches/redhat/gcc-5-branch/gcc/cfgexpand.c
    branches/redhat/gcc-5-branch/gcc/cgraph.c
    branches/redhat/gcc-5-branch/gcc/cgraph.h
    branches/redhat/gcc-5-branch/gcc/cgraphclones.c
    branches/redhat/gcc-5-branch/gcc/cgraphunit.c
    branches/redhat/gcc-5-branch/gcc/common.opt
    branches/redhat/gcc-5-branch/gcc/config.gcc
    branches/redhat/gcc-5-branch/gcc/config.in
    branches/redhat/gcc-5-branch/gcc/config/aarch64/aarch64.md
    branches/redhat/gcc-5-branch/gcc/config/arm/arm.c
    branches/redhat/gcc-5-branch/gcc/config/arm/cortex-a57.md
    branches/redhat/gcc-5-branch/gcc/config/avr/avr-arch.h
    branches/redhat/gcc-5-branch/gcc/config/avr/avr-c.c
    branches/redhat/gcc-5-branch/gcc/config/avr/avr-devices.c
    branches/redhat/gcc-5-branch/gcc/config/avr/avr-mcus.def
    branches/redhat/gcc-5-branch/gcc/config/avr/avr-protos.h
    branches/redhat/gcc-5-branch/gcc/config/avr/avr.c
    branches/redhat/gcc-5-branch/gcc/config/avr/avr.h
    branches/redhat/gcc-5-branch/gcc/config/avr/avr.md
    branches/redhat/gcc-5-branch/gcc/config/avr/avr.opt
    branches/redhat/gcc-5-branch/gcc/config/avr/avrlibc.h
    branches/redhat/gcc-5-branch/gcc/config/avr/gen-avr-mmcu-specs.c
    branches/redhat/gcc-5-branch/gcc/config/avr/gen-avr-mmcu-texi.c
    branches/redhat/gcc-5-branch/gcc/config/avr/genmultilib.awk
    branches/redhat/gcc-5-branch/gcc/config/avr/predicates.md
    branches/redhat/gcc-5-branch/gcc/config/avr/t-avr
    branches/redhat/gcc-5-branch/gcc/config/avr/t-multilib
    branches/redhat/gcc-5-branch/gcc/config/i386/i386.c
    branches/redhat/gcc-5-branch/gcc/config/i386/i386.md
    branches/redhat/gcc-5-branch/gcc/config/i386/intelmic-mkoffload.c
    branches/redhat/gcc-5-branch/gcc/config/i386/linux-common.h
    branches/redhat/gcc-5-branch/gcc/config/i386/t-intelmic
    branches/redhat/gcc-5-branch/gcc/config/ia64/ia64.c
    branches/redhat/gcc-5-branch/gcc/config/mips/mips.md
    branches/redhat/gcc-5-branch/gcc/config/nds32/nds32-md-auxiliary.c
    branches/redhat/gcc-5-branch/gcc/config/nds32/nds32.c
    branches/redhat/gcc-5-branch/gcc/config/nds32/nds32.h
    branches/redhat/gcc-5-branch/gcc/config/nvptx/nvptx.h
    branches/redhat/gcc-5-branch/gcc/config/rl78/predicates.md
    branches/redhat/gcc-5-branch/gcc/config/rl78/rl78-real.md
    branches/redhat/gcc-5-branch/gcc/config/rl78/rl78-virt.md
    branches/redhat/gcc-5-branch/gcc/config/rl78/rl78.c
    branches/redhat/gcc-5-branch/gcc/config/rl78/rl78.h
    branches/redhat/gcc-5-branch/gcc/config/rs6000/linux64.h
    branches/redhat/gcc-5-branch/gcc/config/rs6000/rs6000-cpus.def
    branches/redhat/gcc-5-branch/gcc/config/rs6000/rs6000-tables.opt
    branches/redhat/gcc-5-branch/gcc/config/rs6000/rs6000.c
    branches/redhat/gcc-5-branch/gcc/config/rs6000/t-fprules
    branches/redhat/gcc-5-branch/gcc/config/rs6000/t-freebsd64
    branches/redhat/gcc-5-branch/gcc/config/rs6000/t-linux
    branches/redhat/gcc-5-branch/gcc/config/s390/s390.c
    branches/redhat/gcc-5-branch/gcc/config/s390/s390.md
    branches/redhat/gcc-5-branch/gcc/config/sh/sh.md
    branches/redhat/gcc-5-branch/gcc/config/sh/t-linux
    branches/redhat/gcc-5-branch/gcc/config/sparc/sparc.h
    branches/redhat/gcc-5-branch/gcc/config/xtensa/constraints.md
    branches/redhat/gcc-5-branch/gcc/config/xtensa/xtensa-protos.h
    branches/redhat/gcc-5-branch/gcc/config/xtensa/xtensa.c
    branches/redhat/gcc-5-branch/gcc/config/xtensa/xtensa.h
    branches/redhat/gcc-5-branch/gcc/config/xtensa/xtensa.md
    branches/redhat/gcc-5-branch/gcc/configure
    branches/redhat/gcc-5-branch/gcc/configure.ac
    branches/redhat/gcc-5-branch/gcc/cp/ChangeLog
    branches/redhat/gcc-5-branch/gcc/cp/call.c
    branches/redhat/gcc-5-branch/gcc/cp/constexpr.c
    branches/redhat/gcc-5-branch/gcc/cp/cp-gimplify.c
    branches/redhat/gcc-5-branch/gcc/cp/decl.c
    branches/redhat/gcc-5-branch/gcc/cp/parser.c
    branches/redhat/gcc-5-branch/gcc/cp/pt.c
    branches/redhat/gcc-5-branch/gcc/cp/ptree.c
    branches/redhat/gcc-5-branch/gcc/defaults.h
    branches/redhat/gcc-5-branch/gcc/doc/extend.texi
    branches/redhat/gcc-5-branch/gcc/doc/invoke.texi
    branches/redhat/gcc-5-branch/gcc/doc/md.texi
    branches/redhat/gcc-5-branch/gcc/doc/tm.texi
    branches/redhat/gcc-5-branch/gcc/doc/tm.texi.in
    branches/redhat/gcc-5-branch/gcc/dominance.c
    branches/redhat/gcc-5-branch/gcc/expmed.c
    branches/redhat/gcc-5-branch/gcc/fold-const.c
    branches/redhat/gcc-5-branch/gcc/fortran/ChangeLog
    branches/redhat/gcc-5-branch/gcc/fortran/check.c
    branches/redhat/gcc-5-branch/gcc/fortran/gfortran.texi
    branches/redhat/gcc-5-branch/gcc/fortran/resolve.c
    branches/redhat/gcc-5-branch/gcc/fortran/trans-decl.c
    branches/redhat/gcc-5-branch/gcc/fortran/trans-expr.c
    branches/redhat/gcc-5-branch/gcc/fortran/trans-stmt.c
    branches/redhat/gcc-5-branch/gcc/fortran/trans.h
    branches/redhat/gcc-5-branch/gcc/gcc.c
    branches/redhat/gcc-5-branch/gcc/gdbinit.in
    branches/redhat/gcc-5-branch/gcc/go/gofrontend/gogo.cc
    branches/redhat/gcc-5-branch/gcc/go/gofrontend/parse.cc
    branches/redhat/gcc-5-branch/gcc/go/gofrontend/parse.h
    branches/redhat/gcc-5-branch/gcc/go/gofrontend/statements.cc
    branches/redhat/gcc-5-branch/gcc/go/gofrontend/statements.h
    branches/redhat/gcc-5-branch/gcc/graph.c
    branches/redhat/gcc-5-branch/gcc/ipa-chkp.c
    branches/redhat/gcc-5-branch/gcc/ipa-devirt.c
    branches/redhat/gcc-5-branch/gcc/ipa-icf-gimple.c
    branches/redhat/gcc-5-branch/gcc/ipa-icf-gimple.h
    branches/redhat/gcc-5-branch/gcc/ipa-icf.c
    branches/redhat/gcc-5-branch/gcc/ipa-icf.h
    branches/redhat/gcc-5-branch/gcc/ipa-inline-analysis.c
    branches/redhat/gcc-5-branch/gcc/ipa-inline-transform.c
    branches/redhat/gcc-5-branch/gcc/ipa-inline.c
    branches/redhat/gcc-5-branch/gcc/ipa-polymorphic-call.c
    branches/redhat/gcc-5-branch/gcc/ipa-ref.h
    branches/redhat/gcc-5-branch/gcc/ipa-utils.h
    branches/redhat/gcc-5-branch/gcc/ipa-visibility.c
    branches/redhat/gcc-5-branch/gcc/jit/ChangeLog
    branches/redhat/gcc-5-branch/gcc/jit/docs/_build/texinfo/libgccjit.texi
    branches/redhat/gcc-5-branch/gcc/jit/docs/cp/intro/tutorial03.rst
    branches/redhat/gcc-5-branch/gcc/jit/docs/intro/tutorial03.rst
    branches/redhat/gcc-5-branch/gcc/jit/docs/topics/compilation.rst
    branches/redhat/gcc-5-branch/gcc/jit/docs/topics/contexts.rst
    branches/redhat/gcc-5-branch/gcc/jit/docs/topics/expressions.rst
    branches/redhat/gcc-5-branch/gcc/lra-assigns.c
    branches/redhat/gcc-5-branch/gcc/lra-constraints.c
    branches/redhat/gcc-5-branch/gcc/lra-int.h
    branches/redhat/gcc-5-branch/gcc/lra-lives.c
    branches/redhat/gcc-5-branch/gcc/lra-remat.c
    branches/redhat/gcc-5-branch/gcc/lra.c
    branches/redhat/gcc-5-branch/gcc/lto/ChangeLog
    branches/redhat/gcc-5-branch/gcc/lto/lto.c
    branches/redhat/gcc-5-branch/gcc/omp-low.c
    branches/redhat/gcc-5-branch/gcc/params.def
    branches/redhat/gcc-5-branch/gcc/params.h
    branches/redhat/gcc-5-branch/gcc/po/ChangeLog
    branches/redhat/gcc-5-branch/gcc/po/de.po
    branches/redhat/gcc-5-branch/gcc/po/sv.po
    branches/redhat/gcc-5-branch/gcc/real.c
    branches/redhat/gcc-5-branch/gcc/simplify-rtx.c
    branches/redhat/gcc-5-branch/gcc/stor-layout.c
    branches/redhat/gcc-5-branch/gcc/symtab.c
    branches/redhat/gcc-5-branch/gcc/testsuite/ChangeLog
    branches/redhat/gcc-5-branch/gcc/testsuite/c-c++-common/pr49706.c
    branches/redhat/gcc-5-branch/gcc/testsuite/c-c++-common/pr62199-2.c
    branches/redhat/gcc-5-branch/gcc/testsuite/c-c++-common/torture/aarch64-vect-lane-2.c
    branches/redhat/gcc-5-branch/gcc/testsuite/c-c++-common/ubsan/bounds-1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/c-c++-common/ubsan/bounds-6.c
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/abi/anon3.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/abi/rtti3.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/ipa/ipa-icf-4.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/ipa/pr63595.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/ipa/pr63621.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/ipa/pr64146.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/warn/Wsuggest-final.C
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/attr-noinline.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/PR64550.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/iinline-5.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/ipa-icf-26.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/ipa-icf-33.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/pr63569.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/pr64307.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/noreturn-7.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/pr28685-1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/pr64454.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/pr65066.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/signbit-sa.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-9.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/var-expand1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/vect/pr59354.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/vect/section-anchors-vect-69.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/aarch64/atomic-comp-swap-release-acquire.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/aarch64/csneg-1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/aarch64/vect_saddl_1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/aarch64/vect_smlal_1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/arm/atomic-comp-swap-release-acquire.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/avr/tiny-caller-save.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/avr/tiny-memx.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/fuse-caller-save-rec.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/fuse-caller-save-xmm.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/fuse-caller-save.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/stackalign/longlong-2.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/20140327-1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-10.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-11.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-12.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-13.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-14.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-15.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-16.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-17.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-18.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-19.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-2.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-3.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-4.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-5.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-6.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-7.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-8.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/hotpatch-9.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/pr57559.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/pr57960.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/pr61078.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/sh/pr54680.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/open_errors.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/open_new_segv.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/quad_2.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/go.test/go-test.exp
    branches/redhat/gcc-5-branch/gcc/testsuite/lib/mpx-dg.exp
    branches/redhat/gcc-5-branch/gcc/toplev.c
    branches/redhat/gcc-5-branch/gcc/tree-cfg.c
    branches/redhat/gcc-5-branch/gcc/tree-cfgcleanup.c
    branches/redhat/gcc-5-branch/gcc/tree-chkp.c
    branches/redhat/gcc-5-branch/gcc/tree-core.h
    branches/redhat/gcc-5-branch/gcc/tree-inline.c
    branches/redhat/gcc-5-branch/gcc/tree-parloops.c
    branches/redhat/gcc-5-branch/gcc/tree-sra.c
    branches/redhat/gcc-5-branch/gcc/tree-ssa-coalesce.c
    branches/redhat/gcc-5-branch/gcc/tree-ssa-coalesce.h
    branches/redhat/gcc-5-branch/gcc/tree-ssa-dom.c
    branches/redhat/gcc-5-branch/gcc/tree-ssa-forwprop.c
    branches/redhat/gcc-5-branch/gcc/tree-ssa-live.c
    branches/redhat/gcc-5-branch/gcc/tree-ssa-live.h
    branches/redhat/gcc-5-branch/gcc/tree-ssa-math-opts.c
    branches/redhat/gcc-5-branch/gcc/tree-ssa-phiopt.c
    branches/redhat/gcc-5-branch/gcc/tree-ssa-pre.c
    branches/redhat/gcc-5-branch/gcc/tree-ssa-propagate.c
    branches/redhat/gcc-5-branch/gcc/tree-ssa-reassoc.c
    branches/redhat/gcc-5-branch/gcc/tree-ssa-tail-merge.c
    branches/redhat/gcc-5-branch/gcc/tree-vect-data-refs.c
    branches/redhat/gcc-5-branch/gcc/tree-vect-stmts.c
    branches/redhat/gcc-5-branch/gcc/tree-vectorizer.c
    branches/redhat/gcc-5-branch/gcc/tree.c
    branches/redhat/gcc-5-branch/gcc/tree.h
    branches/redhat/gcc-5-branch/gcc/ubsan.c
    branches/redhat/gcc-5-branch/gcc/value-prof.c
    branches/redhat/gcc-5-branch/gcc/var-tracking.c
    branches/redhat/gcc-5-branch/gcc/varasm.c
    branches/redhat/gcc-5-branch/gcc/varpool.c
    branches/redhat/gcc-5-branch/gotools/ChangeLog
    branches/redhat/gcc-5-branch/gotools/Makefile.am
    branches/redhat/gcc-5-branch/gotools/Makefile.in
    branches/redhat/gcc-5-branch/include/ChangeLog
    branches/redhat/gcc-5-branch/include/ansidecl.h
    branches/redhat/gcc-5-branch/libcpp/ChangeLog
    branches/redhat/gcc-5-branch/libcpp/lex.c
    branches/redhat/gcc-5-branch/libgcc/ChangeLog
    branches/redhat/gcc-5-branch/libgcc/config.in
    branches/redhat/gcc-5-branch/libgcc/config/gthr-vxworks.h
    branches/redhat/gcc-5-branch/libgcc/config/i386/gthr-win32.h
    branches/redhat/gcc-5-branch/libgcc/config/xtensa/lib2funcs.S
    branches/redhat/gcc-5-branch/libgcc/config/xtensa/linux-unwind.h
    branches/redhat/gcc-5-branch/libgcc/config/xtensa/t-xtensa
    branches/redhat/gcc-5-branch/libgcc/configure
    branches/redhat/gcc-5-branch/libgcc/configure.ac
    branches/redhat/gcc-5-branch/libgcc/gthr-single.h
    branches/redhat/gcc-5-branch/libgcc/libgcov-util.c
    branches/redhat/gcc-5-branch/libgfortran/ChangeLog
    branches/redhat/gcc-5-branch/libgfortran/caf/libcaf.h
    branches/redhat/gcc-5-branch/libgfortran/caf/single.c
    branches/redhat/gcc-5-branch/libgfortran/io/open.c
    branches/redhat/gcc-5-branch/libgfortran/io/unix.c
    branches/redhat/gcc-5-branch/libgfortran/runtime/minimal.c
    branches/redhat/gcc-5-branch/libgo/MERGE
    branches/redhat/gcc-5-branch/libgo/VERSION
    branches/redhat/gcc-5-branch/libgo/go/cmd/cgo/main.go
    branches/redhat/gcc-5-branch/libgo/go/cmd/go/doc.go
    branches/redhat/gcc-5-branch/libgo/go/cmd/go/generate.go
    branches/redhat/gcc-5-branch/libgo/go/cmd/go/generate_test.go
    branches/redhat/gcc-5-branch/libgo/go/cmd/go/get.go
    branches/redhat/gcc-5-branch/libgo/go/go/build/build.go
    branches/redhat/gcc-5-branch/libgo/go/math/big/int.go
    branches/redhat/gcc-5-branch/libgo/go/math/big/int_test.go
    branches/redhat/gcc-5-branch/libgo/go/reflect/type.go
    branches/redhat/gcc-5-branch/libgo/go/runtime/crash_cgo_test.go
    branches/redhat/gcc-5-branch/libgo/go/runtime/hashmap.go
    branches/redhat/gcc-5-branch/libgo/go/runtime/hashmap_fast.go
    branches/redhat/gcc-5-branch/libgo/go/runtime/mprof.go
    branches/redhat/gcc-5-branch/libgo/go/runtime/os_plan9.go
    branches/redhat/gcc-5-branch/libgo/go/runtime/sigqueue.go
    branches/redhat/gcc-5-branch/libgo/go/runtime/syscall_windows.go
    branches/redhat/gcc-5-branch/libgo/go/syscall/route_openbsd.go
    branches/redhat/gcc-5-branch/libgo/merge.sh
    branches/redhat/gcc-5-branch/libgo/runtime/go-caller.c
    branches/redhat/gcc-5-branch/libgo/runtime/go-map-index.c
    branches/redhat/gcc-5-branch/libgomp/ChangeLog
    branches/redhat/gcc-5-branch/libgomp/configure
    branches/redhat/gcc-5-branch/libgomp/configure.ac
    branches/redhat/gcc-5-branch/libgomp/configure.tgt
    branches/redhat/gcc-5-branch/libsanitizer/ChangeLog
    branches/redhat/gcc-5-branch/libsanitizer/configure.tgt
    branches/redhat/gcc-5-branch/libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cc
    branches/redhat/gcc-5-branch/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h
    branches/redhat/gcc-5-branch/libsanitizer/tsan/tsan_rtl_report.cc

Propchange: branches/redhat/gcc-5-branch/
            ('svn:mergeinfo' modified)



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