* c-typeck.c (convert_for_assignment): Parenthesize.
From-SVN: r23386
This commit is contained in:
parent
dc81338ee0
commit
b58c9a790a
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user