History log of /openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/exception_defines.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 93eb8ef5 24-Dec-2010 espie <espie@openbsd.org>

define __throw_exception_again to something, so that g++ -fno-exceptions
does not throw warnings for stuff like
if ()
__throw_exception_again;

which does happen in its own fucking headers.
builds o

define __throw_exception_again to something, so that g++ -fno-exceptions
does not throw warnings for stuff like
if ()
__throw_exception_again;

which does happen in its own fucking headers.
builds of qt3 should no longer warn...

okay millert@, no objection kettenis@

show more ...


# 404b540a 15-Oct-2009 robert <robert@openbsd.org>

import of gcc-4.2.1, the last gcc release under GPLv2