r226073 - in /branches/gomp-4_1-branch/gcc: Cha...
aldyh@gcc.gnu.org
aldyh@gcc.gnu.org
Wed Jul 22 15:09:00 GMT 2015
Author: aldyh
Date: Wed Jul 22 15:09:14 2015
New Revision: 226073
URL: https://gcc.gnu.org/viewcvs?rev=226073&root=gcc&view=rev
Log:
* tree-pretty-print.c (dump_omp_clause): Pass TYPE_SIGN to
wi::neg_p.
c/
* c-typeck.c (c_finish_omp_clauses): Adjust pointer offsets for
OMP_CLAUSE_DEPEND_SINK.
cp/
* semantics.c (cp_finish_omp_clause_depend_sink): New.
(finish_omp_clauses): Call cp_finish_omp_clause_depend_sink.
Added:
branches/gomp-4_1-branch/gcc/testsuite/c-c++-common/gomp/sink-4.c
branches/gomp-4_1-branch/gcc/testsuite/g++.dg/gomp/sink-3.C
Modified:
branches/gomp-4_1-branch/gcc/ChangeLog.gomp
branches/gomp-4_1-branch/gcc/c/ChangeLog.gomp
branches/gomp-4_1-branch/gcc/c/c-typeck.c
branches/gomp-4_1-branch/gcc/cp/ChangeLog.gomp
branches/gomp-4_1-branch/gcc/cp/semantics.c
branches/gomp-4_1-branch/gcc/tree-pretty-print.c
More information about the Gcc-cvs
mailing list