r229834 - in /branches/gomp-4_5-branch: ./ gcc/...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Fri Nov 6 07:12:00 GMT 2015


Author: jakub
Date: Fri Nov  6 07:12:57 2015
New Revision: 229834

URL: https://gcc.gnu.org/viewcvs?rev=229834&root=gcc&view=rev
Log:
svn merge -r229814:229832 svn+ssh://gcc.gnu.org/svn/gcc/trunk

Added:
    branches/gomp-4_5-branch/gcc/testsuite/c-c++-common/goacc/combined-directives.c
      - copied unchanged from r229832, trunk/gcc/testsuite/c-c++-common/goacc/combined-directives.c
    branches/gomp-4_5-branch/gcc/testsuite/c-c++-common/goacc/loop-clauses.c
      - copied unchanged from r229832, trunk/gcc/testsuite/c-c++-common/goacc/loop-clauses.c
    branches/gomp-4_5-branch/gcc/testsuite/c-c++-common/goacc/tile.c
      - copied unchanged from r229832, trunk/gcc/testsuite/c-c++-common/goacc/tile.c
    branches/gomp-4_5-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice15.C
      - copied unchanged from r229832, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice15.C
    branches/gomp-4_5-branch/gcc/testsuite/g++.dg/goacc/template.C
      - copied unchanged from r229832, trunk/gcc/testsuite/g++.dg/goacc/template.C
    branches/gomp-4_5-branch/gcc/testsuite/g++.dg/warn/Wplacement-new-size.C
      - copied unchanged from r229832, trunk/gcc/testsuite/g++.dg/warn/Wplacement-new-size.C
    branches/gomp-4_5-branch/gcc/testsuite/gcc.dg/ifcvt-4.c
      - copied unchanged from r229832, trunk/gcc/testsuite/gcc.dg/ifcvt-4.c
    branches/gomp-4_5-branch/gcc/testsuite/gcc.dg/pr68090.c
      - copied unchanged from r229832, trunk/gcc/testsuite/gcc.dg/pr68090.c
    branches/gomp-4_5-branch/gcc/testsuite/gcc.dg/pr68112.c
      - copied unchanged from r229832, trunk/gcc/testsuite/gcc.dg/pr68112.c
    branches/gomp-4_5-branch/gcc/testsuite/gcc.dg/vect/vect-strided-shift-1.c
      - copied unchanged from r229832, trunk/gcc/testsuite/gcc.dg/vect/vect-strided-shift-1.c
    branches/gomp-4_5-branch/gcc/testsuite/gfortran.dg/goacc/combined-directives.f90
      - copied unchanged from r229832, trunk/gcc/testsuite/gfortran.dg/goacc/combined-directives.f90
    branches/gomp-4_5-branch/gcc/testsuite/gfortran.dg/goacc/default.f95
      - copied unchanged from r229832, trunk/gcc/testsuite/gfortran.dg/goacc/default.f95
    branches/gomp-4_5-branch/gcc/testsuite/gfortran.dg/goacc/default_none.f95
      - copied unchanged from r229832, trunk/gcc/testsuite/gfortran.dg/goacc/default_none.f95
    branches/gomp-4_5-branch/gcc/testsuite/gfortran.dg/goacc/firstprivate-1.f95
      - copied unchanged from r229832, trunk/gcc/testsuite/gfortran.dg/goacc/firstprivate-1.f95
    branches/gomp-4_5-branch/gcc/testsuite/gfortran.dg/goacc/gang-static.f95
      - copied unchanged from r229832, trunk/gcc/testsuite/gfortran.dg/goacc/gang-static.f95
    branches/gomp-4_5-branch/gcc/testsuite/gfortran.dg/goacc/kernels-loop-inner.f95
      - copied unchanged from r229832, trunk/gcc/testsuite/gfortran.dg/goacc/kernels-loop-inner.f95
    branches/gomp-4_5-branch/gcc/testsuite/gfortran.dg/goacc/kernels-loops-adjacent.f95
      - copied unchanged from r229832, trunk/gcc/testsuite/gfortran.dg/goacc/kernels-loops-adjacent.f95
    branches/gomp-4_5-branch/gcc/testsuite/gfortran.dg/goacc/loop-4.f95
      - copied unchanged from r229832, trunk/gcc/testsuite/gfortran.dg/goacc/loop-4.f95
    branches/gomp-4_5-branch/gcc/testsuite/gfortran.dg/goacc/loop-5.f95
      - copied unchanged from r229832, trunk/gcc/testsuite/gfortran.dg/goacc/loop-5.f95
    branches/gomp-4_5-branch/gcc/testsuite/gfortran.dg/goacc/loop-6.f95
      - copied unchanged from r229832, trunk/gcc/testsuite/gfortran.dg/goacc/loop-6.f95
    branches/gomp-4_5-branch/gcc/testsuite/gfortran.dg/goacc/multi-clause.f90
      - copied unchanged from r229832, trunk/gcc/testsuite/gfortran.dg/goacc/multi-clause.f90
    branches/gomp-4_5-branch/gcc/testsuite/gfortran.dg/goacc/update.f95
      - copied unchanged from r229832, trunk/gcc/testsuite/gfortran.dg/goacc/update.f95
Modified:
    branches/gomp-4_5-branch/   (props changed)
    branches/gomp-4_5-branch/gcc/ChangeLog
    branches/gomp-4_5-branch/gcc/DATESTAMP
    branches/gomp-4_5-branch/gcc/c-family/ChangeLog
    branches/gomp-4_5-branch/gcc/c-family/c-omp.c
    branches/gomp-4_5-branch/gcc/c-family/c-pragma.h
    branches/gomp-4_5-branch/gcc/c-family/c.opt
    branches/gomp-4_5-branch/gcc/c/ChangeLog
    branches/gomp-4_5-branch/gcc/c/c-parser.c
    branches/gomp-4_5-branch/gcc/c/c-typeck.c
    branches/gomp-4_5-branch/gcc/cp/ChangeLog
    branches/gomp-4_5-branch/gcc/cp/init.c
    branches/gomp-4_5-branch/gcc/cp/parser.c
    branches/gomp-4_5-branch/gcc/cp/pt.c
    branches/gomp-4_5-branch/gcc/cp/semantics.c
    branches/gomp-4_5-branch/gcc/cp/typeck2.c
    branches/gomp-4_5-branch/gcc/doc/invoke.texi
    branches/gomp-4_5-branch/gcc/fortran/ChangeLog
    branches/gomp-4_5-branch/gcc/fortran/openmp.c
    branches/gomp-4_5-branch/gcc/fortran/trans-openmp.c
    branches/gomp-4_5-branch/gcc/gimple-fold.c
    branches/gomp-4_5-branch/gcc/gimplify.c
    branches/gomp-4_5-branch/gcc/ifcvt.c
    branches/gomp-4_5-branch/gcc/omp-low.c
    branches/gomp-4_5-branch/gcc/testsuite/ChangeLog
    branches/gomp-4_5-branch/gcc/testsuite/c-c++-common/goacc/loop-shape.c
    branches/gomp-4_5-branch/gcc/testsuite/c-c++-common/goacc/update-1.c
    branches/gomp-4_5-branch/gcc/testsuite/gfortran.dg/goacc/list.f95
    branches/gomp-4_5-branch/gcc/testsuite/gfortran.dg/goacc/loop-2.f95
    branches/gomp-4_5-branch/gcc/testsuite/gfortran.dg/goacc/loop-tree-1.f90
    branches/gomp-4_5-branch/gcc/testsuite/gfortran.dg/goacc/parallel-tree.f95
    branches/gomp-4_5-branch/gcc/tree-core.h
    branches/gomp-4_5-branch/gcc/tree-pretty-print.c
    branches/gomp-4_5-branch/gcc/tree-scalar-evolution.c
    branches/gomp-4_5-branch/gcc/tree.c
    branches/gomp-4_5-branch/gcc/tree.h
    branches/gomp-4_5-branch/include/ChangeLog
    branches/gomp-4_5-branch/libgomp/ChangeLog
    branches/gomp-4_5-branch/libgomp/testsuite/libgomp.c++/reduction-11.C
    branches/gomp-4_5-branch/libgomp/testsuite/libgomp.c++/reduction-12.C
    branches/gomp-4_5-branch/libgomp/testsuite/libgomp.c/reduction-11.c
    branches/gomp-4_5-branch/libgomp/testsuite/libgomp.c/reduction-12.c

Propchange: branches/gomp-4_5-branch/
            ('svn:mergeinfo' modified)




More information about the Gcc-cvs mailing list