------- Additional Comments From fengwang at gcc dot gnu dot org 2005-07-04 12:38 ------- (In reply to comment #1) > Confirmed, This is a fortran front-end or gimplifier bug. > Look at what the gimplifier produces: > int4 nz.0 = -2; // <--- this is not gimple
I am not very clear the gimple definition. Can you explain more? This is the initialization of nz.0 variable. I use this variable to indicate the integer is assigned a format label (-1) or target label (now it is the length of format string). See fortran/trans-decl.c (gfc_get_symbol_decl): 815 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22290