History log of /openbsd/gnu/gcc/gcc/cp/decl.c (Results 1 – 2 of 2)
Revision Date Author Comments
# d0b7f8eb 23-May-2010 espie <espie@openbsd.org>

GCC PR C++/33094.

C++ semantics fix. Member constants can be file-local, if they're not external.
Fixes build of py-tagpy, which barfs in Boost otherwise.

(original fix, different text from gcc 4.2

GCC PR C++/33094.

C++ semantics fix. Member constants can be file-local, if they're not external.
Fixes build of py-tagpy, which barfs in Boost otherwise.

(original fix, different text from gcc 4.2.4)

okay deraadt@, kettenis@

show more ...


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

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