This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/51785] gets not anymore declared


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51785

andyg1001 at hotmail dot co.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andyg1001 at hotmail dot co.uk

--- Comment #28 from andyg1001 at hotmail dot co.uk ---
Erm, am I the first to notice that this "solution" is broken?

The os_defines.h include that undefines _GLIBCXX_HAVE_GETS is included before
_GLIBCXX_HAVE_GETS is (re)defined inside c++config.h.

Therefore, _GLIBCXX_HAVE_GETS is still defined when we get to <cstdio>.

Seems still to be broken even in trunk.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]