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

jakub@gcc.gnu.org jakub@gcc.gnu.org
Wed Nov 4 13:20:00 GMT 2015


Author: jakub
Date: Wed Nov  4 13:20:11 2015
New Revision: 229753

URL: https://gcc.gnu.org/viewcvs?rev=229753&root=gcc&view=rev
Log:
svn merge -r228234:229730 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-5-branch

Added:
    branches/redhat/gcc-5-branch/libstdc++-v3/src/filesystem/cow-dir.cc
      - copied unchanged from r229730, branches/gcc-5-branch/libstdc++-v3/src/filesystem/cow-dir.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/src/filesystem/cow-ops.cc
      - copied unchanged from r229730, branches/gcc-5-branch/libstdc++-v3/src/filesystem/cow-ops.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/src/filesystem/cow-path.cc
      - copied unchanged from r229730, branches/gcc-5-branch/libstdc++-v3/src/filesystem/cow-path.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/65049.cc
      - copied unchanged from r229730, branches/gcc-5-branch/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/65049.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char16_t/65049.cc
      - copied unchanged from r229730, branches/gcc-5-branch/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char16_t/65049.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char32_t/65049.cc
      - copied unchanged from r229730, branches/gcc-5-branch/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char32_t/65049.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/65049.cc
      - copied unchanged from r229730, branches/gcc-5-branch/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/65049.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/29_atomics/atomic/65913.cc
      - copied unchanged from r229730, branches/gcc-5-branch/libstdc++-v3/testsuite/29_atomics/atomic/65913.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/iterators/
      - copied from r229730, branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/iterators/
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/canonical.cc
      - copied unchanged from r229730, branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/canonical.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/create_directories.cc
      - copied unchanged from r229730, branches/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/create_directories.cc
Removed:
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/path/factory/
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/path/io/
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/path/native/
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/config.h.in
    branches/redhat/gcc-5-branch/libstdc++-v3/configure
    branches/redhat/gcc-5-branch/libstdc++-v3/include/bits/atomic_base.h
    branches/redhat/gcc-5-branch/libstdc++-v3/include/bits/char_traits.h
    branches/redhat/gcc-5-branch/libstdc++-v3/include/bits/locale_conv.h
    branches/redhat/gcc-5-branch/libstdc++-v3/include/bits/stl_deque.h
    branches/redhat/gcc-5-branch/libstdc++-v3/include/experimental/fs_dir.h
    branches/redhat/gcc-5-branch/libstdc++-v3/include/experimental/fs_path.h
    branches/redhat/gcc-5-branch/libstdc++-v3/include/ext/pod_char_traits.h
    branches/redhat/gcc-5-branch/libstdc++-v3/include/std/atomic
    branches/redhat/gcc-5-branch/libstdc++-v3/src/c++11/random.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/src/filesystem/Makefile.am
    branches/redhat/gcc-5-branch/libstdc++-v3/src/filesystem/Makefile.in
    branches/redhat/gcc-5-branch/libstdc++-v3/src/filesystem/dir.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/src/filesystem/ops.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/src/filesystem/path.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/23_containers/deque/allocator/move.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/absolute.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/copy.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/current_path.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/exists.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/file_size.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/status.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/path/assign/assign.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/path/concat/strings.cc
    branches/redhat/gcc-5-branch/libstdc++-v3/testsuite/experimental/filesystem/path/construct/range.cc

Changes in other areas also in this revision:
Added:
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/anon-union1.C
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/anon-union1.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/local-type1.C
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/local-type1.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/init/elide3.C
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/g++.dg/init/elide3.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/pr67699.C
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/g++.dg/pr67699.C
    branches/redhat/gcc-5-branch/gcc/testsuite/g++.dg/pr67989.C
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/g++.dg/pr67989.C
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.c-torture/execute/pr67929_1.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.c-torture/execute/pr67929_1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/combine-subregs.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.dg/combine-subregs.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/ipa-sra-10.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/ipa-sra-10.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/pr67029.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.dg/pr67029.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/pr67563.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.dg/pr67563.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/pr67730-1.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.dg/pr67730-1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/pr67730-2.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.dg/pr67730-2.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/pr67730.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.dg/pr67730.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/pr67730.h
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.dg/pr67730.h
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/torture/pr67690.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.dg/torture/pr67690.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/torture/pr67736.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.dg/torture/pr67736.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/torture/pr67769.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.dg/torture/pr67769.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/torture/pr67794.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.dg/torture/pr67794.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/torture/pr67821-2.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.dg/torture/pr67821-2.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/torture/pr67821.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.dg/torture/pr67821.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/aarch64/pr66912.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.target/aarch64/pr66912.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/aarch64/pr68102_1.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.target/aarch64/pr68102_1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/arm/pr66912.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.target/arm/pr66912.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/arm/stl-cond.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.target/arm/stl-cond.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr66424.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr66424.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr67480.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr67480.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr68018.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr68018.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/vect-pack-trunc-1.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/vect-pack-trunc-1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/vect-pack-trunc-2.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/vect-pack-trunc-2.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/vect-perm-even-1.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/vect-perm-even-1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/vect-perm-odd-1.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/vect-perm-odd-1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/vect-unpack-1.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/vect-unpack-1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/vect-unpack-2.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/vect-unpack-2.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/pr68015.c
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gcc.target/s390/pr68015.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/alloc_comp_deep_copy_1.f03
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/alloc_comp_deep_copy_1.f03
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/alloc_comp_deep_copy_2.f03
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/alloc_comp_deep_copy_2.f03
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/alloc_comp_deep_copy_3.f03
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/alloc_comp_deep_copy_3.f03
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/allocatable_scalar_13.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/allocatable_scalar_13.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/deferred_character_assignment_1.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/deferred_character_assignment_1.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/move_alloc_15.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/move_alloc_15.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/move_alloc_16.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/move_alloc_16.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr36192_1.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr36192_1.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr51993.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr51993.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr58754.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr58754.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr66311.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr66311.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr66979.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr66979.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67616.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67616.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67802.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67802.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67805.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67805.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67805_2.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67805_2.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67885.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67885.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67900.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67900.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67939.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67939.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67987.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr67987.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr68019.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr68019.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr68054.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr68054.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr68055.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr68055.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/pr68154.f90
      - copied unchanged from r229730, branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr68154.f90
    branches/redhat/gcc-5-branch/libgcc/config/sol2/
      - copied from r229730, branches/gcc-5-branch/libgcc/config/sol2/
Removed:
    branches/redhat/gcc-5-branch/libgcc/config/gmon-sol2.c
    branches/redhat/gcc-5-branch/libgcc/config/t-sol2
Modified:
    branches/redhat/gcc-5-branch/   (props changed)
    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/gcc-interface/Make-lang.in
    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.opt
    branches/redhat/gcc-5-branch/gcc/c/ChangeLog
    branches/redhat/gcc-5-branch/gcc/c/c-typeck.c
    branches/redhat/gcc-5-branch/gcc/combine.c
    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/constraints.md
    branches/redhat/gcc-5-branch/gcc/config/arm/predicates.md
    branches/redhat/gcc-5-branch/gcc/config/arm/sync.md
    branches/redhat/gcc-5-branch/gcc/config/i386/i386.c
    branches/redhat/gcc-5-branch/gcc/config/i386/i386.h
    branches/redhat/gcc-5-branch/gcc/config/i386/sol2.h
    branches/redhat/gcc-5-branch/gcc/config/i386/sse.md
    branches/redhat/gcc-5-branch/gcc/config/rs6000/freebsd64.h
    branches/redhat/gcc-5-branch/gcc/config/rs6000/htm.md
    branches/redhat/gcc-5-branch/gcc/config/rs6000/rs6000-c.c
    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/s390/vx-builtins.md
    branches/redhat/gcc-5-branch/gcc/config/sh/sh.c
    branches/redhat/gcc-5-branch/gcc/config/sol2.h
    branches/redhat/gcc-5-branch/gcc/config/sparc/sol2.h
    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/decl2.c
    branches/redhat/gcc-5-branch/gcc/cp/init.c
    branches/redhat/gcc-5-branch/gcc/doc/extend.texi
    branches/redhat/gcc-5-branch/gcc/dojump.c
    branches/redhat/gcc-5-branch/gcc/fortran/ChangeLog
    branches/redhat/gcc-5-branch/gcc/fortran/array.c
    branches/redhat/gcc-5-branch/gcc/fortran/data.c
    branches/redhat/gcc-5-branch/gcc/fortran/decl.c
    branches/redhat/gcc-5-branch/gcc/fortran/interface.c
    branches/redhat/gcc-5-branch/gcc/fortran/io.c
    branches/redhat/gcc-5-branch/gcc/fortran/match.c
    branches/redhat/gcc-5-branch/gcc/fortran/primary.c
    branches/redhat/gcc-5-branch/gcc/fortran/resolve.c
    branches/redhat/gcc-5-branch/gcc/fortran/trans-array.c
    branches/redhat/gcc-5-branch/gcc/fortran/trans-array.h
    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-intrinsic.c
    branches/redhat/gcc-5-branch/gcc/fortran/trans-openmp.c
    branches/redhat/gcc-5-branch/gcc/fortran/trans-stmt.c
    branches/redhat/gcc-5-branch/gcc/gimple-fold.c
    branches/redhat/gcc-5-branch/gcc/go/gofrontend/expressions.cc
    branches/redhat/gcc-5-branch/gcc/graphite-blocking.c
    branches/redhat/gcc-5-branch/gcc/graphite-dependences.c
    branches/redhat/gcc-5-branch/gcc/graphite-interchange.c
    branches/redhat/gcc-5-branch/gcc/graphite-isl-ast-to-gimple.c
    branches/redhat/gcc-5-branch/gcc/graphite-optimize-isl.c
    branches/redhat/gcc-5-branch/gcc/graphite-poly.c
    branches/redhat/gcc-5-branch/gcc/graphite-poly.h
    branches/redhat/gcc-5-branch/gcc/graphite-scop-detection.c
    branches/redhat/gcc-5-branch/gcc/graphite-sese-to-poly.c
    branches/redhat/gcc-5-branch/gcc/graphite.c
    branches/redhat/gcc-5-branch/gcc/ira-color.c
    branches/redhat/gcc-5-branch/gcc/ira-int.h
    branches/redhat/gcc-5-branch/gcc/ira-lives.c
    branches/redhat/gcc-5-branch/gcc/ira.h
    branches/redhat/gcc-5-branch/gcc/lra-remat.c
    branches/redhat/gcc-5-branch/gcc/lto-cgraph.c
    branches/redhat/gcc-5-branch/gcc/optabs.c
    branches/redhat/gcc-5-branch/gcc/sched-deps.c
    branches/redhat/gcc-5-branch/gcc/sel-sched.c
    branches/redhat/gcc-5-branch/gcc/target-globals.c
    branches/redhat/gcc-5-branch/gcc/testsuite/ChangeLog
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.dg/lto/pr55113_0.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/20060512-1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/i386/20060512-2.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/vector/vec-genbytemask-1.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gcc.target/s390/vector/vec-genmask-2.c
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/array_constructor_26.f03
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/array_constructor_27.f03
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/char_length_2.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/char_type_len_2.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/large_real_kind_3.F90
    branches/redhat/gcc-5-branch/gcc/testsuite/gfortran.dg/used_before_typed_3.f90
    branches/redhat/gcc-5-branch/gcc/testsuite/lib/target-supports.exp
    branches/redhat/gcc-5-branch/gcc/tree-inline.c
    branches/redhat/gcc-5-branch/gcc/tree-sra.c
    branches/redhat/gcc-5-branch/gcc/tree-ssa-ifcombine.c
    branches/redhat/gcc-5-branch/gcc/tree-ssa-phiopt.c
    branches/redhat/gcc-5-branch/gcc/tree-ssa-tail-merge.c
    branches/redhat/gcc-5-branch/gcc/tree-ssanames.c
    branches/redhat/gcc-5-branch/gcc/tree-ssanames.h
    branches/redhat/gcc-5-branch/gcc/tree.c
    branches/redhat/gcc-5-branch/gcc/varasm.c
    branches/redhat/gcc-5-branch/gcc/wide-int.cc
    branches/redhat/gcc-5-branch/gcc/wide-int.h
    branches/redhat/gcc-5-branch/libcpp/po/ChangeLog
    branches/redhat/gcc-5-branch/libcpp/po/zh_TW.po
    branches/redhat/gcc-5-branch/libffi/ChangeLog
    branches/redhat/gcc-5-branch/libffi/testsuite/lib/libffi.exp
    branches/redhat/gcc-5-branch/libffi/testsuite/libffi.call/float2.c
    branches/redhat/gcc-5-branch/libgcc/ChangeLog
    branches/redhat/gcc-5-branch/libgcc/config.host
    branches/redhat/gcc-5-branch/libgcc/config.in
    branches/redhat/gcc-5-branch/libgcc/config/i386/cpuinfo.c
    branches/redhat/gcc-5-branch/libgcc/configure
    branches/redhat/gcc-5-branch/libgcc/configure.ac
    branches/redhat/gcc-5-branch/libgo/runtime/go-main.c

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




More information about the Libstdc++-cvs mailing list