Re: BUG #5590: undefined shift behavior - Mailing list pgsql-bugs

From John Regehr
Subject Re: BUG #5590: undefined shift behavior
Date
Msg-id 4C56FCA7.8020500@cs.utah.edu
Whole thread Raw
In response to Re: BUG #5590: undefined shift behavior  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Aha-- the -fwrapv flag (which I had though was a nop) screws up our
checks.  Another rough edge to fix.  Removing this flag caused us to
find a bunch of integer overflows.  I'll start reporting them later today.

John

pgsql-bugs by date:

Previous
From: John Regehr
Date:
Subject: Re: BUG #5590: undefined shift behavior
Next
From: "John Regehr"
Date:
Subject: BUG #5592: list of integer undefined behaviors