This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
c++/4864: incorrect warning
- To: gcc-gnats at gcc dot gnu dot org
- Subject: c++/4864: incorrect warning
- From: david dot abrahams at rcn dot com
- Date: 13 Nov 2001 13:29:27 -0000
- Cc: pdimov at mmltd dot net
- Reply-to: david dot abrahams at rcn dot com
>Number: 4864
>Category: c++
>Synopsis: incorrect warning
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Nov 13 05:36:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator: David Abrahams
>Release: gcc 3.0.2
>Organization:
>Environment:
cygwin, FWIW
>Description:
G++ warns about identifiers which are supposed to be reserved to the user:
----
c:/boost/boost/bind.hpp:1356: warning: identifier name `_1' conflicts with GNU C++ internal naming strategy
>How-To-Repeat:
namespace {
inti _1;
}
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: