re GNATS gcj/14 (Conditional expression in method call doesn't compile)
Thu Jul 22 12:41:12 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * check-init.c (check_init): Handle MAX_EXPR. (Fix to net PR #14.) From-SVN: r28220
This commit is contained in:
parent
5f5780e6ad
commit
ac1d97ceb6
@ -1,3 +1,7 @@
|
||||
Thu Jul 22 12:41:12 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
|
||||
|
||||
* check-init.c (check_init): Handle MAX_EXPR.
|
||||
|
||||
1999-07-15 Andrew Haley <aph@cygnus.com>
|
||||
|
||||
* lang.c (flag_use_divide_subroutine): New variable.
|
||||
|
@ -644,6 +644,7 @@ check_init (exp, before)
|
||||
case LT_EXPR:
|
||||
case LE_EXPR:
|
||||
case MAX_EXPR:
|
||||
case MIN_EXPR:
|
||||
case ARRAY_REF:
|
||||
binop:
|
||||
check_init (TREE_OPERAND (exp, 0), before);
|
||||
|
Loading…
Reference in New Issue
Block a user