gcc/gcc ChangeLog.gomp Makefile.in c-omp.c c-p ...
rth@gcc.gnu.org
rth@gcc.gnu.org
Fri Sep 23 02:21:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gomp-20050608-branch
Changes by: rth@gcc.gnu.org 2005-09-23 02:21:31
Modified files:
gcc : ChangeLog.gomp Makefile.in c-omp.c c-parser.c
c-typeck.c
Added files:
gcc/testsuite/gcc.dg/gomp: atomic-2.c atomic-3.c
Log message:
* Makefile.in (c-omp.o): Depend on C_TREE_H.
* c-parser.c (c_parser_omp_atomic_expression): Handle error_mark
from initial unary expression. Move conversion code ...
* c-omp.c (c_finish_omp_atomic): ... here. Handle pointers and
floating-point.
* c-typeck.c (build_unary_op): Return error_mark after reporting
a readonly_error.
(build_modify_expr): Likewise.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.gomp.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.6.22&r2=1.1.6.23
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1501.4.7&r2=1.1501.4.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-omp.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-parser.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=2.17.4.11&r2=2.17.4.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.450.4.6&r2=1.450.4.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/gomp/atomic-2.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/gomp/atomic-3.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=NONE&r2=1.1.2.1
More information about the Gcc-cvs
mailing list