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

From-SVN: r86978
This commit is contained in:
Paul Brook 2004-09-02 18:44:39 +00:00
parent 7ad769fed7
commit 1a5ffec4eb

View file

@ -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)
{