This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

r232761 - in /branches/gupc: ./ gcc/ChangeLog g...


Author: gfunck
Date: Sat Jan 23 02:23:48 2016
New Revision: 232761

URL: https://gcc.gnu.org/viewcvs?rev=232761&root=gcc&view=rev
Log:
	Merge trunk version 232750 into gupc branch.

Added:
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alignas5.C
      - copied unchanged from r232753, trunk/gcc/testsuite/g++.dg/cpp0x/alignas5.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/enum31.C
      - copied unchanged from r232753, trunk/gcc/testsuite/g++.dg/cpp0x/enum31.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr58046.C
      - copied unchanged from r232753, trunk/gcc/testsuite/g++.dg/cpp0x/pr58046.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/lambda-init14.C
      - copied unchanged from r232753, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-init14.C
    branches/gupc/gcc/testsuite/g++.dg/ext/attr-constructor1.C
      - copied unchanged from r232753, trunk/gcc/testsuite/g++.dg/ext/attr-constructor1.C
    branches/gupc/gcc/testsuite/g++.dg/template/pr55843.C
      - copied unchanged from r232753, trunk/gcc/testsuite/g++.dg/template/pr55843.C
    branches/gupc/gcc/testsuite/g++.dg/warn/deprecated-10.C
      - copied unchanged from r232753, trunk/gcc/testsuite/g++.dg/warn/deprecated-10.C
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr69403.c
      - copied unchanged from r232753, trunk/gcc/testsuite/gcc.c-torture/execute/pr69403.c
    branches/gupc/gcc/testsuite/gcc.dg/sync-fetch.c
      - copied unchanged from r232753, trunk/gcc/testsuite/gcc.dg/sync-fetch.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr66178.c
      - copied unchanged from r232753, trunk/gcc/testsuite/gcc.dg/torture/pr66178.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/pr68674.c
      - copied unchanged from r232753, trunk/gcc/testsuite/gcc.target/aarch64/pr68674.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr68674.c
      - copied unchanged from r232753, trunk/gcc/testsuite/gcc.target/arm/pr68674.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr69187.c
      - copied unchanged from r232753, trunk/gcc/testsuite/gcc.target/arm/pr69187.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr68674.c
      - copied unchanged from r232753, trunk/gcc/testsuite/gcc.target/i386/pr68674.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr68990.c
      - copied unchanged from r232753, trunk/gcc/testsuite/gcc.target/i386/pr68990.c
    branches/gupc/gcc/testsuite/gcc.target/mips/pr69129.c
      - copied unchanged from r232753, trunk/gcc/testsuite/gcc.target/mips/pr69129.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr63354.c
      - copied unchanged from r232753, trunk/gcc/testsuite/gcc.target/powerpc/pr63354.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr69252.c
      - copied unchanged from r232753, trunk/gcc/testsuite/gcc.target/powerpc/pr69252.c
    branches/gupc/gcc/testsuite/gfortran.dg/pr65996.f90
      - copied unchanged from r232753, trunk/gcc/testsuite/gfortran.dg/pr65996.f90
    branches/gupc/libgcc/config/rs6000/extendkftf2-sw.c
      - copied unchanged from r232753, trunk/libgcc/config/rs6000/extendkftf2-sw.c
    branches/gupc/libgcc/config/rs6000/fixkfti.c
      - copied unchanged from r232753, trunk/libgcc/config/rs6000/fixkfti.c
    branches/gupc/libgcc/config/rs6000/fixunskfti.c
      - copied unchanged from r232753, trunk/libgcc/config/rs6000/fixunskfti.c
    branches/gupc/libgcc/config/rs6000/float128-hw.c
      - copied unchanged from r232753, trunk/libgcc/config/rs6000/float128-hw.c
    branches/gupc/libgcc/config/rs6000/float128-ifunc.c
      - copied unchanged from r232753, trunk/libgcc/config/rs6000/float128-ifunc.c
    branches/gupc/libgcc/config/rs6000/float128-sed
      - copied unchanged from r232753, trunk/libgcc/config/rs6000/float128-sed
    branches/gupc/libgcc/config/rs6000/float128-sed-hw
      - copied unchanged from r232753, trunk/libgcc/config/rs6000/float128-sed-hw
    branches/gupc/libgcc/config/rs6000/floattikf.c
      - copied unchanged from r232753, trunk/libgcc/config/rs6000/floattikf.c
    branches/gupc/libgcc/config/rs6000/floatuntikf.c
      - copied unchanged from r232753, trunk/libgcc/config/rs6000/floatuntikf.c
    branches/gupc/libgcc/config/rs6000/quad-float128.h
      - copied unchanged from r232753, trunk/libgcc/config/rs6000/quad-float128.h
    branches/gupc/libgcc/config/rs6000/sfp-exceptions.c
      - copied unchanged from r232753, trunk/libgcc/config/rs6000/sfp-exceptions.c
    branches/gupc/libgcc/config/rs6000/t-float128
      - copied unchanged from r232753, trunk/libgcc/config/rs6000/t-float128
    branches/gupc/libgcc/config/rs6000/t-float128-hw
      - copied unchanged from r232753, trunk/libgcc/config/rs6000/t-float128-hw
    branches/gupc/libgcc/config/rs6000/trunctfkf2-sw.c
      - copied unchanged from r232753, trunk/libgcc/config/rs6000/trunctfkf2-sw.c
    branches/gupc/libstdc++-v3/testsuite/26_numerics/valarray/69116.cc
      - copied unchanged from r232753, trunk/libstdc++-v3/testsuite/26_numerics/valarray/69116.cc
Modified:
    branches/gupc/   (props changed)
    branches/gupc/gcc/ChangeLog
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/bb-reorder.c
    branches/gupc/gcc/c-family/ChangeLog
    branches/gupc/gcc/c-family/c-common.c
    branches/gupc/gcc/common/config/aarch64/aarch64-common.c
    branches/gupc/gcc/config/aarch64/aarch64.c
    branches/gupc/gcc/config/aarch64/aarch64.md
    branches/gupc/gcc/config/arm/arm-builtins.c
    branches/gupc/gcc/config/arm/arm-c.c
    branches/gupc/gcc/config/arm/thumb2.md
    branches/gupc/gcc/config/microblaze/microblaze.c
    branches/gupc/gcc/config/microblaze/microblaze.h
    branches/gupc/gcc/config/microblaze/microblaze.md
    branches/gupc/gcc/config/microblaze/microblaze.opt
    branches/gupc/gcc/config/mips/mips.c
    branches/gupc/gcc/config/rs6000/aix71.h
    branches/gupc/gcc/config/rs6000/driver-rs6000.c
    branches/gupc/gcc/config/rs6000/linux64.h
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/s390/s390.c
    branches/gupc/gcc/config/s390/s390.md
    branches/gupc/gcc/configure
    branches/gupc/gcc/configure.ac
    branches/gupc/gcc/cp/ChangeLog
    branches/gupc/gcc/cp/cp-tree.h
    branches/gupc/gcc/cp/decl.c
    branches/gupc/gcc/cp/lambda.c
    branches/gupc/gcc/cp/parser.c
    branches/gupc/gcc/cp/pt.c
    branches/gupc/gcc/doc/extend.texi
    branches/gupc/gcc/dwarf2out.c
    branches/gupc/gcc/expr.c
    branches/gupc/gcc/final.c
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/error.c
    branches/gupc/gcc/genconditions.c
    branches/gupc/gcc/graphite-optimize-isl.c
    branches/gupc/gcc/ifcvt.c
    branches/gupc/gcc/ipa-chkp.c
    branches/gupc/gcc/ipa-inline.c
    branches/gupc/gcc/ipa-prop.c
    branches/gupc/gcc/lra-coalesce.c
    branches/gupc/gcc/mem-stats.h
    branches/gupc/gcc/modulo-sched.c
    branches/gupc/gcc/rtl.h
    branches/gupc/gcc/rtlanal.c
    branches/gupc/gcc/simplify-rtx.c
    branches/gupc/gcc/system.h
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/g++.dg/abi/abi-tag15.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-reinterpret1.C
    branches/gupc/gcc/testsuite/gcc.dg/vect/bb-slp-pr68892.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-over-widen-3-big-array.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/p8vector-builtin-8.c
    branches/gupc/gcc/tree-ssa-dom.c
    branches/gupc/gcc/tree-ssa-threadbackward.c
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/config.host
    branches/gupc/libgcc/config/rs6000/sfp-machine.h
    branches/gupc/libgcc/configure
    branches/gupc/libgcc/configure.ac
    branches/gupc/libgomp/ChangeLog
    branches/gupc/libgomp/target.c
    branches/gupc/libitm/ChangeLog
    branches/gupc/libitm/beginend.cc
    branches/gupc/libitm/config/linux/rwlock.h
    branches/gupc/libitm/config/posix/rwlock.cc
    branches/gupc/libitm/config/posix/rwlock.h
    branches/gupc/libitm/config/x86/sjlj.S
    branches/gupc/libitm/libitm_i.h
    branches/gupc/libitm/method-serial.cc
    branches/gupc/libitm/query.cc
    branches/gupc/libitm/testsuite/libitm.c++/libstdc++-safeexc.C
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/config/os/gnu-linux/os_defines.h
    branches/gupc/libstdc++-v3/doc/html/manual/internals.html
    branches/gupc/libstdc++-v3/doc/xml/manual/internals.xml
    branches/gupc/libstdc++-v3/include/bits/cpp_type_traits.h
    branches/gupc/libstdc++-v3/include/bits/valarray_before.h
    branches/gupc/libstdc++-v3/include/c_global/cmath
    branches/gupc/libstdc++-v3/include/ext/type_traits.h
    branches/gupc/libstdc++-v3/testsuite/17_intro/headers/c++2011/linkage.cc
    branches/gupc/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_floating_neg.cc
    branches/gupc/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_integer_neg.cc
    branches/gupc/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_floating_neg.cc
    branches/gupc/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_integer_neg.cc

Propchange: branches/gupc/
            ('svn:mergeinfo' modified)



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