gfortran.h (gfc_code): Split backend_decl field into cycle_label and exit_label fields.
authorNathan Froyd <froydnj@codesourcery.com>
Sun, 27 Jun 2010 20:00:50 +0000 (20:00 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Sun, 27 Jun 2010 20:00:50 +0000 (20:00 +0000)
commite7041633a5b9ac8eb09b92de5321bf3184a7b98f
treefa9685b9314b38bc39469f771fb889342e130b2d
parentde8f4b07c03ffb0db0562f462be066684af2f0b7
gfortran.h (gfc_code): Split backend_decl field into cycle_label and exit_label fields.

* 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.

From-SVN: r161473
gcc/fortran/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/trans-openmp.c
gcc/fortran/trans-stmt.c