PATCH: fix warning in libstdc++/src/strstream.cc

Paolo Carlini pcarlini@suse.de
Thu Jan 4 23:51:00 GMT 2007


Andrew Pinski wrote:

>>-      do_get = do_put = true;
>>+      do_get = (do_put = true);
>>    
>>
>I don't think we should be warning here at all.
>  
>
I'm also rather puzzled by the warning...

Paolo.



More information about the Gcc-patches mailing list