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]

r223782 - in /branches/gupc: ./ ChangeLog confi...


Author: gfunck
Date: Wed May 27 21:31:10 2015
New Revision: 223782

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

Added:
    branches/gupc/gcc/ada/init-vxsim.c
      - copied unchanged from r223766, trunk/gcc/ada/init-vxsim.c
    branches/gupc/gcc/ada/sigtramp-vxworks-target.inc
      - copied unchanged from r223766, trunk/gcc/ada/sigtramp-vxworks-target.inc
    branches/gupc/gcc/ada/sigtramp-vxworks-vxsim.c
      - copied unchanged from r223766, trunk/gcc/ada/sigtramp-vxworks-vxsim.c
    branches/gupc/gcc/hash-map-traits.h
      - copied unchanged from r223766, trunk/gcc/hash-map-traits.h
    branches/gupc/gcc/mem-stats-traits.h
      - copied unchanged from r223766, trunk/gcc/mem-stats-traits.h
    branches/gupc/gcc/mem-stats.h
      - copied unchanged from r223766, trunk/gcc/mem-stats.h
    branches/gupc/gcc/testsuite/gcc.dg/pr65358.c
      - copied unchanged from r223766, trunk/gcc/testsuite/gcc.dg/pr65358.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr66272.c
      - copied unchanged from r223766, trunk/gcc/testsuite/gcc.dg/torture/pr66272.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-44.c
      - copied unchanged from r223766, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-44.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr66251.c
      - copied unchanged from r223766, trunk/gcc/testsuite/gcc.dg/vect/pr66251.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/slp-reduc-7.c
      - copied unchanged from r223766, trunk/gcc/testsuite/gcc.dg/vect/slp-reduc-7.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr66274.c
      - copied unchanged from r223766, trunk/gcc/testsuite/gcc.target/i386/pr66274.c
    branches/gupc/gcc/testsuite/gfortran.dg/alloc_comp_auto_array_3.f90
      - copied unchanged from r223766, trunk/gcc/testsuite/gfortran.dg/alloc_comp_auto_array_3.f90
    branches/gupc/gcc/testsuite/gfortran.dg/allocate_with_source_6.f90
      - copied unchanged from r223766, trunk/gcc/testsuite/gfortran.dg/allocate_with_source_6.f90
    branches/gupc/gcc/testsuite/gnat.dg/atomic7_1.adb
      - copied unchanged from r223766, trunk/gcc/testsuite/gnat.dg/atomic7_1.adb
    branches/gupc/gcc/testsuite/gnat.dg/atomic7_2.adb
      - copied unchanged from r223766, trunk/gcc/testsuite/gnat.dg/atomic7_2.adb
    branches/gupc/gcc/testsuite/gnat.dg/atomic7_pkg1.ads
      - copied unchanged from r223766, trunk/gcc/testsuite/gnat.dg/atomic7_pkg1.ads
    branches/gupc/gcc/testsuite/gnat.dg/atomic7_pkg2.adb
      - copied unchanged from r223766, trunk/gcc/testsuite/gnat.dg/atomic7_pkg2.adb
    branches/gupc/gcc/testsuite/gnat.dg/atomic7_pkg2.ads
      - copied unchanged from r223766, trunk/gcc/testsuite/gnat.dg/atomic7_pkg2.ads
    branches/gupc/gcc/testsuite/gnat.dg/renaming6.adb
      - copied unchanged from r223766, trunk/gcc/testsuite/gnat.dg/renaming6.adb
    branches/gupc/gcc/testsuite/gnat.dg/renaming6.ads
      - copied unchanged from r223766, trunk/gcc/testsuite/gnat.dg/renaming6.ads
    branches/gupc/gcc/testsuite/gnat.dg/vfa1_1.adb
      - copied unchanged from r223766, trunk/gcc/testsuite/gnat.dg/vfa1_1.adb
    branches/gupc/gcc/testsuite/gnat.dg/vfa1_2.adb
      - copied unchanged from r223766, trunk/gcc/testsuite/gnat.dg/vfa1_2.adb
    branches/gupc/gcc/testsuite/gnat.dg/vfa1_3.adb
      - copied unchanged from r223766, trunk/gcc/testsuite/gnat.dg/vfa1_3.adb
    branches/gupc/gcc/testsuite/gnat.dg/vfa1_4.adb
      - copied unchanged from r223766, trunk/gcc/testsuite/gnat.dg/vfa1_4.adb
    branches/gupc/gcc/testsuite/gnat.dg/vfa1_pkg.ads
      - copied unchanged from r223766, trunk/gcc/testsuite/gnat.dg/vfa1_pkg.ads
    branches/gupc/gcc/testsuite/gnat.dg/warn11.adb
      - copied unchanged from r223766, trunk/gcc/testsuite/gnat.dg/warn11.adb
    branches/gupc/libgcc/config/i386/freebsd-unwind.h
      - copied unchanged from r223766, trunk/libgcc/config/i386/freebsd-unwind.h
Modified:
    branches/gupc/   (props changed)
    branches/gupc/ChangeLog
    branches/gupc/config/ChangeLog
    branches/gupc/config/warnings.m4
    branches/gupc/configure
    branches/gupc/configure.ac
    branches/gupc/gcc/ChangeLog
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/Makefile.in
    branches/gupc/gcc/ada/ChangeLog
    branches/gupc/gcc/ada/a-except-2005.adb
    branches/gupc/gcc/ada/a-except-2005.ads
    branches/gupc/gcc/ada/a-except.adb
    branches/gupc/gcc/ada/a-except.ads
    branches/gupc/gcc/ada/a-exexda.adb
    branches/gupc/gcc/ada/a-exstat.adb
    branches/gupc/gcc/ada/a-stwise.adb
    branches/gupc/gcc/ada/a-stzsea.adb
    branches/gupc/gcc/ada/adaint.c
    branches/gupc/gcc/ada/aspects.adb
    branches/gupc/gcc/ada/aspects.ads
    branches/gupc/gcc/ada/atree.ads
    branches/gupc/gcc/ada/debug.adb
    branches/gupc/gcc/ada/einfo.adb
    branches/gupc/gcc/ada/einfo.ads
    branches/gupc/gcc/ada/err_vars.ads
    branches/gupc/gcc/ada/errout.ads
    branches/gupc/gcc/ada/erroutc.adb
    branches/gupc/gcc/ada/erroutc.ads
    branches/gupc/gcc/ada/exp_aggr.adb
    branches/gupc/gcc/ada/exp_ch11.adb
    branches/gupc/gcc/ada/exp_ch3.adb
    branches/gupc/gcc/ada/exp_ch4.adb
    branches/gupc/gcc/ada/exp_ch5.adb
    branches/gupc/gcc/ada/exp_ch6.adb
    branches/gupc/gcc/ada/exp_ch7.adb
    branches/gupc/gcc/ada/exp_ch8.adb
    branches/gupc/gcc/ada/exp_ch9.adb
    branches/gupc/gcc/ada/exp_disp.adb
    branches/gupc/gcc/ada/exp_dist.adb
    branches/gupc/gcc/ada/exp_prag.adb
    branches/gupc/gcc/ada/exp_prag.ads
    branches/gupc/gcc/ada/exp_unst.adb
    branches/gupc/gcc/ada/exp_unst.ads
    branches/gupc/gcc/ada/exp_util.adb
    branches/gupc/gcc/ada/exp_util.ads
    branches/gupc/gcc/ada/freeze.adb
    branches/gupc/gcc/ada/freeze.ads
    branches/gupc/gcc/ada/g-comlin.ads
    branches/gupc/gcc/ada/gcc-interface/ada-tree.h
    branches/gupc/gcc/ada/gcc-interface/decl.c
    branches/gupc/gcc/ada/gcc-interface/gigi.h
    branches/gupc/gcc/ada/gcc-interface/misc.c
    branches/gupc/gcc/ada/gcc-interface/targtyps.c
    branches/gupc/gcc/ada/gcc-interface/trans.c
    branches/gupc/gcc/ada/gcc-interface/utils.c
    branches/gupc/gcc/ada/gcc-interface/utils2.c
    branches/gupc/gcc/ada/get_targ.adb
    branches/gupc/gcc/ada/ghost.adb
    branches/gupc/gcc/ada/ghost.ads
    branches/gupc/gcc/ada/gnat1drv.adb
    branches/gupc/gcc/ada/init.c
    branches/gupc/gcc/ada/inline.adb
    branches/gupc/gcc/ada/lib-xref.ads
    branches/gupc/gcc/ada/opt.ads
    branches/gupc/gcc/ada/output.ads
    branches/gupc/gcc/ada/par_sco.adb
    branches/gupc/gcc/ada/restrict.adb
    branches/gupc/gcc/ada/restrict.ads
    branches/gupc/gcc/ada/rtsfind.ads
    branches/gupc/gcc/ada/s-bignum.adb
    branches/gupc/gcc/ada/s-exnllf.adb
    branches/gupc/gcc/ada/s-exnllf.ads
    branches/gupc/gcc/ada/s-rident.ads
    branches/gupc/gcc/ada/s-rpc.ads
    branches/gupc/gcc/ada/s-spsufi.ads
    branches/gupc/gcc/ada/s-stposu.adb
    branches/gupc/gcc/ada/sem_aggr.adb
    branches/gupc/gcc/ada/sem_attr.adb
    branches/gupc/gcc/ada/sem_aux.adb
    branches/gupc/gcc/ada/sem_aux.ads
    branches/gupc/gcc/ada/sem_cat.adb
    branches/gupc/gcc/ada/sem_ch11.adb
    branches/gupc/gcc/ada/sem_ch12.adb
    branches/gupc/gcc/ada/sem_ch13.adb
    branches/gupc/gcc/ada/sem_ch3.adb
    branches/gupc/gcc/ada/sem_ch4.adb
    branches/gupc/gcc/ada/sem_ch5.adb
    branches/gupc/gcc/ada/sem_ch6.adb
    branches/gupc/gcc/ada/sem_ch7.adb
    branches/gupc/gcc/ada/sem_ch8.adb
    branches/gupc/gcc/ada/sem_disp.adb
    branches/gupc/gcc/ada/sem_disp.ads
    branches/gupc/gcc/ada/sem_elab.adb
    branches/gupc/gcc/ada/sem_elab.ads
    branches/gupc/gcc/ada/sem_prag.adb
    branches/gupc/gcc/ada/sem_prag.ads
    branches/gupc/gcc/ada/sem_res.adb
    branches/gupc/gcc/ada/sem_util.adb
    branches/gupc/gcc/ada/sem_util.ads
    branches/gupc/gcc/ada/sigtramp-vxworks.c
    branches/gupc/gcc/ada/sigtramp.h
    branches/gupc/gcc/ada/sinfo.adb
    branches/gupc/gcc/ada/sinfo.ads
    branches/gupc/gcc/ada/snames.ads-tmpl
    branches/gupc/gcc/ada/sprint.adb
    branches/gupc/gcc/ada/targparm.adb
    branches/gupc/gcc/ada/targparm.ads
    branches/gupc/gcc/ada/tbuild.adb
    branches/gupc/gcc/ada/tbuild.ads
    branches/gupc/gcc/ada/treepr.adb
    branches/gupc/gcc/alloc-pool.c
    branches/gupc/gcc/auto-profile.c
    branches/gupc/gcc/bitmap.c
    branches/gupc/gcc/bitmap.h
    branches/gupc/gcc/c-family/ChangeLog
    branches/gupc/gcc/c-family/c-common.h
    branches/gupc/gcc/c-family/c-cppbuiltin.c
    branches/gupc/gcc/c-family/c-ubsan.c
    branches/gupc/gcc/caller-save.c
    branches/gupc/gcc/calls.c
    branches/gupc/gcc/cfgloopanal.c
    branches/gupc/gcc/combine.c
    branches/gupc/gcc/config/aarch64/aarch64-linux.h
    branches/gupc/gcc/config/aarch64/aarch64.md
    branches/gupc/gcc/config/arm/arm-c.c
    branches/gupc/gcc/config/arm/arm-protos.h
    branches/gupc/gcc/config/arm/arm.c
    branches/gupc/gcc/config/arm/arm.h
    branches/gupc/gcc/config/arm/linux-eabi.h
    branches/gupc/gcc/config/avr/avr.c
    branches/gupc/gcc/config/i386/i386.c
    branches/gupc/gcc/config/i386/i386.h
    branches/gupc/gcc/config/rs6000/constraints.md
    branches/gupc/gcc/config/sh/sh.md
    branches/gupc/gcc/configure
    branches/gupc/gcc/configure.ac
    branches/gupc/gcc/doc/extend.texi
    branches/gupc/gcc/dojump.c
    branches/gupc/gcc/dwarf2out.c
    branches/gupc/gcc/emit-rtl.c
    branches/gupc/gcc/expr.c
    branches/gupc/gcc/expr.h
    branches/gupc/gcc/fold-const.c
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/trans-array.c
    branches/gupc/gcc/fortran/trans-stmt.c
    branches/gupc/gcc/genmatch.c
    branches/gupc/gcc/genpreds.c
    branches/gupc/gcc/gensupport.c
    branches/gupc/gcc/gensupport.h
    branches/gupc/gcc/ggc-common.c
    branches/gupc/gcc/hash-map.h
    branches/gupc/gcc/hash-set.h
    branches/gupc/gcc/hash-table.c
    branches/gupc/gcc/hash-table.h
    branches/gupc/gcc/inchash.c
    branches/gupc/gcc/inchash.h
    branches/gupc/gcc/ipa-polymorphic-call.c
    branches/gupc/gcc/ira.c
    branches/gupc/gcc/lower-subreg.c
    branches/gupc/gcc/lto/ChangeLog
    branches/gupc/gcc/lto/lto-partition.c
    branches/gupc/gcc/lto/lto-partition.h
    branches/gupc/gcc/match.pd
    branches/gupc/gcc/postreload.c
    branches/gupc/gcc/sese.c
    branches/gupc/gcc/statistics.c
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/gcc.target/i386/pr66232-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr66232-3.c
    branches/gupc/gcc/testsuite/gfortran.dg/allocate_with_source_5.f90
    branches/gupc/gcc/testsuite/gnat.dg/specs/alignment2.ads
    branches/gupc/gcc/toplev.c
    branches/gupc/gcc/tree-core.h
    branches/gupc/gcc/tree-data-ref.c
    branches/gupc/gcc/tree-data-ref.h
    branches/gupc/gcc/tree-sra.c
    branches/gupc/gcc/tree-ssa-sccvn.c
    branches/gupc/gcc/tree-ssa-threadupdate.c
    branches/gupc/gcc/tree-vect-loop.c
    branches/gupc/gcc/tree-vect-slp.c
    branches/gupc/gcc/tree-vect-stmts.c
    branches/gupc/gcc/tree-vectorizer.h
    branches/gupc/gcc/tree.c
    branches/gupc/gcc/tree.h
    branches/gupc/gcc/vec.c
    branches/gupc/gcc/vec.h
    branches/gupc/libcpp/ChangeLog
    branches/gupc/libcpp/line-map.c
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/config.host
    branches/gupc/libgomp/ChangeLog
    branches/gupc/libgomp/target.c
    branches/gupc/libjava/ChangeLog
    branches/gupc/libjava/testsuite/libjava.jni/jni.exp
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/include/bits/locale_conv.h
    branches/gupc/libstdc++-v3/include/bits/quoted_string.h
    branches/gupc/libstdc++-v3/include/bits/stl_tree.h
    branches/gupc/libstdc++-v3/include/ext/aligned_buffer.h
    branches/gupc/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/gupc/libstdc++-v3/python/libstdcxx/v6/xmethods.py
    branches/gupc/libstdc++-v3/src/filesystem/Makefile.am
    branches/gupc/libstdc++-v3/testsuite/22_locale/conversions/buffer/1.cc
    branches/gupc/libstdc++-v3/testsuite/22_locale/conversions/buffer/requirements/typedefs.cc
    branches/gupc/libstdc++-v3/testsuite/22_locale/conversions/string/1.cc
    branches/gupc/libstdc++-v3/testsuite/22_locale/conversions/string/2.cc
    branches/gupc/libstdc++-v3/testsuite/22_locale/conversions/string/3.cc
    branches/gupc/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/typedefs-2.cc
    branches/gupc/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/typedefs.cc
    branches/gupc/libstdc++-v3/testsuite/libstdc++-xmethods/unique_ptr.cc
    branches/gupc/libstdc++-v3/testsuite/util/testsuite_fs.h

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]