Commit 1a5ffec4 by Paul Brook

* trans-types.c (gfc_type_for_mode): Return NULL for unknown modes.

From-SVN: r86978
parent 7ad769fe
......@@ -1625,7 +1625,7 @@ gfc_type_for_mode (enum machine_mode mode, int unsignedp)
return NULL_TREE;
}
else
return NULL;
return NULL_TREE;
for (i = 0; i <= MAX_REAL_KINDS; ++i)
{
......
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