Re: [PATCH] Fix warnings building pdp11 port

2015-10-01 Thread Jeff Law
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

Re: [PATCH] Fix warnings building pdp11 port

2015-10-01 Thread Richard Biener
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

Re: [PATCH] Fix warnings building pdp11 port

2015-09-30 Thread Jeff Law
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

Re: [PATCH] Fix warnings building pdp11 port

2015-09-30 Thread Richard Biener
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

Re: [PATCH] Fix warnings building pdp11 port

2015-09-29 Thread Jeff Law
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

Re: [PATCH] Fix warnings building pdp11 port

2015-09-29 Thread Trevor Saunders
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

[PATCH] Fix warnings building pdp11 port

2015-09-29 Thread Jeff Law
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