diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2013-08-07 01:10:28 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2013-08-07 01:10:28 +0000 |
commit | a56c6b0e517e42cae27e0432e830844e25d8db0c (patch) | |
tree | 7789c3b8b3ca052512e422902a3bb47ad50a409d /share/man/man1 | |
parent | 0218a1a17ef339c99f12fa9f4e8ff673dce0a2f1 (diff) |
mention support for binary integer constants
Diffstat (limited to 'share/man/man1')
-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 |