bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: demangle.h uses C++ keyword "typename" as variable name (Bug in GNU


From: Nick Clifton
Subject: Re: demangle.h uses C++ keyword "typename" as variable name (Bug in GNU Binutils)
Date: Thu, 26 Aug 2004 14:09:29 +0100
User-agent: Mozilla Thunderbird 0.7.3 (X11/20040803)

Hi Marc,

There's a severe bug in /usr/include/demangle.h of package binutils-2.15.90.0.1.1-31 (packed as RPM by SuSE):

The C++ keyword "typename" is used as variable name on line 477 which makes it impossible to compile the file using a C++ compiler (g++)!

Please rename the variable!

This has already been done. If you download the current binutils sources from the CVS repository you will find that this patch has been applied:

2004-05-04  Andreas Jaeger  <address@hidden>

        * demangle.h: Do not use C++ reserved keyword typename as
        parameter for cplus_demangle_fill_builtin_type.

Cheers
  Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]