Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 2015 15:40:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 185431] gcc(1) bug with short int promotion
Message-ID:  <bug-185431-8-woCXqTfhdv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-185431-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-185431-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185431

Pedro F. Giffuni <pfg@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Overcome By Events
             Status|In Progress                 |Closed
                 CC|                            |pfg@FreeBSD.org

--- Comment #3 from Pedro F. Giffuni <pfg@FreeBSD.org> ---
As of FreeBSD 10.x, we are not shipping anymore gcc 4.2.1 by default.
There are no plans to update the gcc version included in the 9.x series.
Please use clang or gcc from ports which are much more up to date.

In FreeBSD 10.1 (with clang), I got 
$ cc gcc-test.c
$ ./a.out
251 > 65535 = 0
$

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-185431-8-woCXqTfhdv>