[Bug 207378] Build world of 11-CURRENT r295839 fails on Sparc64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 21 10:48:38 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207378

jau at iki.fi changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jau at iki.fi

--- Comment #2 from jau at iki.fi ---
Created attachment 167238
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167238&action=edit
A patch renaming the local variables the names of which would shadow global
functions.

It is really bad style to use a globally defined name (function or variable)
as a name of a local variable, but apparently clang is not too picky about it.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list