Commit 206fb0a7 by Tobias Schlüter Committed by Tobias Schlüter

trans-types.c (gfc_return_by_reference): Remove superfluous assertion.

* trans-types.c (gfc_return_by_reference): Remove superfluous
assertion.

From-SVN: r88051
parent 2c55ffb2
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;
......
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