gcc/gcc ChangeLog.gomp c-decl.c omp-low.c tree ...
rth@gcc.gnu.org
rth@gcc.gnu.org
Fri Oct 21 04:51:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gomp-20050608-branch
Changes by: rth@gcc.gnu.org 2005-10-21 04:51:32
Modified files:
gcc : ChangeLog.gomp c-decl.c omp-low.c tree-gimple.h
gcc/fortran : ChangeLog.gomp trans-decl.c
Added files:
gcc/testsuite/gfortran.dg/gomp: block-1.f90
Log message:
* c-decl.c (c_gimple_diagnostics_recursively): Rename from
c_warn_unused_result_recursively. Invoke
diagnose_omp_structured_block_errors.
* omp-low.c (scan_omp_1): Don't handle LABEL_EXPR.
(expand_omp_1): Don't handle GOTO_EXPR or RETURN_EXPR.
(expand_omp): Don't request RETURN_EXPRs.
(execute_lower_omp): Don't alloc or destroy all_labels.
(diagnose_sb_0, diagnose_sb_1, diagnose_sb_2): New.
(diagnose_omp_structured_block_errors): New.
* tree-gimple.h (diagnose_omp_structured_block_errors): Declare.
fortran/
* trans-decl.c (gfc_gimplify_function): Invoke
diagnose_omp_structured_block_errors.
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.95&r2=1.1.6.96
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.662.4.12&r2=1.662.4.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/omp-low.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.2.30&r2=1.1.2.31
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-gimple.h.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=2.22.8.6&r2=2.22.8.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.gomp.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.1.2.26&r2=1.1.2.27
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-decl.c.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=1.60.4.7&r2=1.60.4.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/gomp/block-1.f90.diff?cvsroot=gcc&only_with_tag=gomp-20050608-branch&r1=NONE&r2=1.1.2.1
More information about the Gcc-cvs
mailing list