This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r161473 - in /trunk/gcc/fortran: ChangeLog gfor...
- From: froydnj at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sun, 27 Jun 2010 20:00:51 -0000
- Subject: r161473 - in /trunk/gcc/fortran: ChangeLog gfor...
Author: froydnj
Date: Sun Jun 27 20:00:50 2010
New Revision: 161473
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161473
Log:
* gfortran.h (gfc_code): Split backend_decl field into cycle_label
and exit_label fields.
* trans-openmp.c (gfc_trans_omp_do): Assign to new fields
individually.
* trans-stmt.c (gfc_trans_simple_do): Likewise.
(gfc_trans_do): Likewise.
(gfc_trans_do_while): Likewise.
(gfc_trans_cycle): Use cycle_label directly.
(gfc_trans_exit): Use exit_label directly.
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/gfortran.h
trunk/gcc/fortran/trans-openmp.c
trunk/gcc/fortran/trans-stmt.c