This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC/RFA] Const variable initializer folding


On 08/31/2010 04:08 PM, Jan Hubicka wrote:
> There is one failure with the patch, gfortran.dg/cray_pointers_5.f90.  It is
> because fortran adds into varpool variable that is !TREE_STATIC &&
> !DECL_EXTERNAL that seems like a bug to me, but I am not familiar enough with
> this area of FE to know what it is supposed to do.

FYI, I debugged this slightly further and the variable in question
is a PARM_DECL.  I didn't try to figure out why a PARM_DECL was
showing up on the global variable list.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]