diff options
author | 2013-08-07 01:10:27 +0000 | |
---|---|---|
committer | 2013-08-07 01:10:27 +0000 | |
commit | 03bb764f90ce2dd7064d855fbeedd034bca89e1d (patch) | |
tree | 3a742a93a58dfe4f24b4bdf0c240e75680c0a095 | |
parent | Most network drivers include netinet/in_var.h, but apparently they (diff) | |
download | wireguard-openbsd-03bb764f90ce2dd7064d855fbeedd034bca89e1d.tar.xz wireguard-openbsd-03bb764f90ce2dd7064d855fbeedd034bca89e1d.zip |
mention support for binary integer constants
-rw-r--r-- | share/man/man1/gcc-local.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1 index 7cc7bc971a3..fa4fabff226 100644 --- a/share/man/man1/gcc-local.1 +++ b/share/man/man1/gcc-local.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gcc-local.1,v 1.38 2013/08/06 19:05:57 miod Exp $ +.\" $OpenBSD: gcc-local.1,v 1.39 2013/08/07 01:10:27 jsg Exp $ .\" .\" Copyright (c) 2002 Marc Espie .\" Copyright (c) 2003 Anil Madhavapeddy @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 6 2013 $ +.Dd $Mdocdate: August 7 2013 $ .Dt GCC-LOCAL 1 .Os .Sh NAME @@ -247,6 +247,13 @@ is not taken into account for this check. will report automatic variable declarations whose size cannot be determined at compile-time. .El +.It +.Nm gcc 4.2.1 +and +.Nm gcc 3.3.6 +have backported support for the GCC binary integer constants extension, +which was first introduced in +.Nm gcc 4.3 . .El .Sh ATTRIBUTES The |