Commit 961eacce by Alexandre Oliva Committed by Alexandre Oliva

com.c (ffecom_expr_power_integer_): Adjust expand_start_stmt_expr() invocation.

* com.c (ffecom_expr_power_integer_): Adjust
expand_start_stmt_expr() invocation.

From-SVN: r47609
parent 5e9b6df8
Tue Dec 4 08:28:42 2001 Alexandre Oliva <aoliva@redhat.com>
* com.c (ffecom_expr_power_integer_): Adjust
expand_start_stmt_expr() invocation.
Mon Dec 3 18:56:04 2001 Neil Booth <neil@daikokuya.demon.co.uk>
* com.c: Remove leading capital from diagnostic messages, as
......
......@@ -5584,7 +5584,7 @@ ffecom_expr_power_integer_ (ffebld expr)
basetypeof_l_is_int
= build_int_2 ((TREE_CODE (ltype) == INTEGER_TYPE), 0);
se = expand_start_stmt_expr ();
se = expand_start_stmt_expr (1);
ffecom_start_compstmt ();
......
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