* trans-types.c (gfc_type_for_mode): Return NULL for unknown modes.
From-SVN: r86978
This commit is contained in:
parent
7ad769fed7
commit
1a5ffec4eb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue