trans-types.c (gfc_return_by_reference): Remove superfluous assertion.
* trans-types.c (gfc_return_by_reference): Remove superfluous assertion. From-SVN: r88051
This commit is contained in:
parent
2c55ffb2af
commit
206fb0a722
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-09-24 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
|
||||
|
||||
* trans-types.c (gfc_return_by_reference): Remove superfluous
|
||||
assertion.
|
||||
|
||||
2004-09-20 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* trans-decl.c (build_entry_thunks): Finalize the function; do not lower
|
||||
|
|
|
@ -1435,8 +1435,6 @@ gfc_return_by_reference (gfc_symbol * sym)
|
|||
if (!sym->attr.function)
|
||||
return 0;
|
||||
|
||||
gcc_assert (sym->attr.function);
|
||||
|
||||
if (sym->result)
|
||||
sym = sym->result;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue