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
This commit is contained in:
Alexandre Oliva 2001-12-04 10:31:27 +00:00 committed by Alexandre Oliva
parent 5e9b6df8b4
commit 961eacce43
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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 ();