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:
parent
5e9b6df8b4
commit
961eacce43
@ -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
|
||||
|
@ -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 ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user