History log of /openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/std_cstdlib.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 6570f874 15-Dec-2011 pascal <pascal@openbsd.org>

Convert restrict -> __restrict. "restrict" is not a keyword in C90 and
C++98, so clang++ rightfully complains about it when in C++98 mode (the
default).

Found while investigating the other clang is

Convert restrict -> __restrict. "restrict" is not a keyword in C90 and
C++98, so clang++ rightfully complains about it when in C++98 mode (the
default).

Found while investigating the other clang issue, with helpful input from
espie@.

ok jsg@

show more ...


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

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