Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2016 10:48:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 207378] Build world of 11-CURRENT r295839 fails on Sparc64
Message-ID:  <bug-207378-8-k7Vsu2rkgC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207378-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207378-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207378

jau@iki.fi changed:

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

--- Comment #2 from jau@iki.fi ---
Created attachment 167238
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167238&action=
=3Dedit
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207378-8-k7Vsu2rkgC>