On 20/05/2016 12:23, Ed Schouten wrote:
Hi Pedro,

2016-05-20 16:36 GMT+02:00 Pedro F. Giffuni <p...@freebsd.org>:
+  tree anon = NULL_TREE;
This initialization shouldn't be needed, right? The value is always
assigned before used.


Yes, you are right. However do note that anon is used only within an if() so
it is rather sane to have it initialized JIC we hit a bogus compiler.

The code came directly from OpenBSD, which still uses that crappy compiler
for everything, so I don't want to play experiments :).

Pedro.
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to