Commit a4e45797 authored by burnus's avatar burnus

2012-09-15 Tobias Burnus <burnus@net-b.de>

        * trans-io.c (gfc_trans_transfer): Add an assert.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191346 138bc75d-0d04-0410-961f-82ee72b054a4
parent b4ebb666
2012-09-15 Tobias Burnus <burnus@net-b.de>
* trans-io.c (gfc_trans_transfer): Add an assert.
2012-09-15 Tobias Burnus <burnus@net-b.de>
* arith.c (arith_power): Call gfc_free_expr in case of error.
......
......@@ -2317,6 +2317,7 @@ gfc_trans_transfer (gfc_code * code)
tmp = gfc_finish_block (&body);
else
{
gcc_assert (expr->rank != 0);
gcc_assert (se.ss == gfc_ss_terminator);
gfc_trans_scalarizing_loops (&loop, &body);
......
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