History log of /openbsd/gnu/usr.bin/gcc/gcc/c-opts.c (Results 1 – 6 of 6)
Revision Date Author Comments
# d5df9646 29-Oct-2023 millert <millert@openbsd.org>

Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89.
While these versions of gcc don't have full C99 support, it is
better than defaulting to C89 when building modern software.
OK deraadt@


# 045a1e80 28-Oct-2023 millert <millert@openbsd.org>

Back out change to make the default -std=gnu99 for now.

There has been some unexpected fallout. Requested by deraadt@.


# 3dd3831d 26-Oct-2023 millert <millert@openbsd.org>

Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89.
While these versions of gcc don't have full C99 support, it is
better than defaulting to C89 when building modern software.
OK deraadt@


# 72baf39b 16-Aug-2017 espie <espie@openbsd.org>

have -Wno-* work the same on gcc3 as well.
old patch, belated test by aoyama@, okay aoyama@


# cd3be6e5 23-Apr-2004 avsm <avsm@openbsd.org>

Port the gcc2 bounds checking support to gcc3, activated with -Wbounded
and documented in gcc-local(1).

tested by marc@ brad@ and lots of bulk ports builds


# c87b03e5 29-Nov-2003 espie <espie@openbsd.org>

Import gcc-3.3.2. Only the compiler. ada frontend removed for space
considerations.