Commit b58c9a79 by Jason Merrill Committed by Jason Merrill

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

From-SVN: r23386
parent dc81338e
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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment