On 10/01/2015 03:49 AM, Richard Biener wrote:
On Wed, Sep 30, 2015 at 6:43 PM, Jeff Law wrote:
On 09/30/2015 01:48 AM, Richard Biener wrote:
On Tue, Sep 29, 2015 at 6:55 PM, Jeff Law wrote:
The pdp11 port fails to build with the trunk because of a warning.
Essentially VRP determines that t
On Wed, Sep 30, 2015 at 6:43 PM, Jeff Law wrote:
> On 09/30/2015 01:48 AM, Richard Biener wrote:
>>
>> On Tue, Sep 29, 2015 at 6:55 PM, Jeff Law wrote:
>>>
>>> The pdp11 port fails to build with the trunk because of a warning.
>>> Essentially VRP determines that the result of using BRANCH_COST is
On 09/30/2015 01:48 AM, Richard Biener wrote:
On Tue, Sep 29, 2015 at 6:55 PM, Jeff Law wrote:
The pdp11 port fails to build with the trunk because of a warning.
Essentially VRP determines that the result of using BRANCH_COST is a
constant with the range [0..1]. That's always less than 4, 3 an
On Tue, Sep 29, 2015 at 6:55 PM, Jeff Law wrote:
> The pdp11 port fails to build with the trunk because of a warning.
> Essentially VRP determines that the result of using BRANCH_COST is a
> constant with the range [0..1]. That's always less than 4, 3 and the
> various other magic constants used
te: Tue Sep 29 16:56:04 2015 +
[PATCH] Fix warnings building pdp11 port
* config/pdp11/pdp11.c (pdp11_branch_cost): New function.
* config/pdp11/pdp11.h (BRANCH_COST): Call function rather than
inline macro expansion.
git-svn-id: svn+ssh://gcc.gnu
On Tue, Sep 29, 2015 at 10:55:46AM -0600, Jeff Law wrote:
> The pdp11 port fails to build with the trunk because of a warning.
> Essentially VRP determines that the result of using BRANCH_COST is a
> constant with the range [0..1]. That's always less than 4, 3 and the
> various other magic constan
The pdp11 port fails to build with the trunk because of a warning.
Essentially VRP determines that the result of using BRANCH_COST is a
constant with the range [0..1]. That's always less than 4, 3 and the
various other magic constants used with BRANCH_COST and VRP issues a
warning about that c