mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 21:41:14 +08:00
* module.c (fix_mio_expr): Declare sym.
From-SVN: r156632
This commit is contained in:
parent
6f117ca583
commit
b16be5f2c5
@ -1,3 +1,7 @@
|
||||
2010-02-09 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* module.c (fix_mio_expr): Declare sym.
|
||||
|
||||
2010-02-09 Paul Thomas <pault@gcc.gnu.org>
|
||||
|
||||
PR fortran/41869
|
||||
|
@ -2927,6 +2927,8 @@ fix_mio_expr (gfc_expr *e)
|
||||
}
|
||||
else if (e->expr_type == EXPR_FUNCTION && e->value.function.name)
|
||||
{
|
||||
gfc_symbol *sym;
|
||||
|
||||
/* In some circumstances, a function used in an initialization
|
||||
expression, in one use associated module, can fail to be
|
||||
coupled to its symtree when used in a specification
|
||||
|
Loading…
x
Reference in New Issue
Block a user