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:
Alexandre Petit-Bianco 1999-07-22 19:29:56 +00:00 committed by Alexandre Petit-Bianco
parent 5f5780e6ad
commit ac1d97ceb6
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

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