* c-typeck.c (convert_for_assignment): Parenthesize.

From-SVN: r23386
This commit is contained in:
Jason Merrill 1998-10-28 01:39:54 +00:00 committed by Jason Merrill
parent dc81338ee0
commit b58c9a790a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Oct 28 00:00:35 1998 Jason Merrill <jason@yorick.cygnus.com>
* c-typeck.c (convert_for_assignment): Parenthesize.
1998-10-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* reload1.c (delete_output_reload): Avoid ambigous else.

View File

@ -4118,7 +4118,7 @@ convert_for_assignment (type, rhs, errtype, fundecl, funname, parmnum)
&& TREE_CODE (ttl) == FUNCTION_TYPE)
? ((TYPE_QUALS (ttl) | TYPE_QUALS (ttr))
== TYPE_QUALS (ttr))
: (TYPE_QUALS (ttl) | TYPE_QUALS (ttr)
: ((TYPE_QUALS (ttl) | TYPE_QUALS (ttr))
== TYPE_QUALS (ttl))))
break;