mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
re PR libfortran/30200 ([4.1 only] write(*,myfmt="(1X,a,'xyz')") "A" prints Az' instead of Axyz)
2006-12-18 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR fortran/30200 * trans-io.c (build_dt): Move post block for format_expr to end. From-SVN: r120041
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-12-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR fortran/30200
|
||||
* trans-io.c (build_dt): Move post block for format_expr to end.
|
||||
|
||||
2006-12-16 Brooks Moses <brooks.moses@codesourcery.com>
|
||||
|
||||
* gfortran.texi: Added TeX support for document parts;
|
||||
|
||||
@@ -1429,7 +1429,7 @@ build_dt (tree function, gfc_code * code)
|
||||
dt->advance);
|
||||
|
||||
if (dt->format_expr)
|
||||
mask |= set_string (&block, &post_block, var, IOPARM_dt_format,
|
||||
mask |= set_string (&block, &post_end_block, var, IOPARM_dt_format,
|
||||
dt->format_expr);
|
||||
|
||||
if (dt->format_label)
|
||||
|
||||
Reference in New Issue
Block a user