------- Comment #7 from jvdelisle at gcc dot gnu dot org 2008-02-16 16:46 ------- There are a dozen or two places where we create local temporaries of type gfc_typespec but we do not call gfc_clear_ts before using it. This leaves things potentially uninitialized depending on how it is used.
We should probably just go through and initialize them all for good measure. -- jvdelisle at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |jvdelisle at gcc dot gnu dot |dot org |org Status|NEW |ASSIGNED Last reconfirmed|2008-01-21 23:26:50 |2008-02-16 16:46:19 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34907