Commit 0c4d91b9 by Alexandre Oliva Committed by Alexandre Oliva

* module.c (mio_f2k_derived): Initialize op.

From-SVN: r154277
parent cb34ef16
2009-11-18 Alexandre Oliva <aoliva@redhat.com>
* module.c (mio_f2k_derived): Initialize op.
2009-11-15 Janus Weil <janus@gcc.gnu.org>
PR fortran/42048
......
......@@ -3469,7 +3469,7 @@ mio_f2k_derived (gfc_namespace *f2k)
else
while (peek_atom () != ATOM_RPAREN)
{
gfc_intrinsic_op op;
gfc_intrinsic_op op = 0; /* Silence GCC. */
mio_lparen ();
mio_intrinsic_op (&op);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment