svn commit: r300301 - head/contrib/gcc

Pedro Giffuni pfg at FreeBSD.org
Fri May 20 18:00:50 UTC 2016



On 20/05/2016 12:23, Ed Schouten wrote:
> Hi Pedro,
>
> 2016-05-20 16:36 GMT+02:00 Pedro F. Giffuni <pfg at 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.


More information about the svn-src-all mailing list