Kurt Roeckx <kurt@roeckx.be> writes:
> On Mon, Dec 29, 2008 at 09:25:47AM -0300, Alvaro Herrera wrote:
>> I think a simplistic solution is to declare the variable volatile.
>> Would you test that and report back?
> Yes, making oldcontext volatile makes the test pass.
This is a gcc bug and you should report it. Since the variable is
not assigned within the try-block, volatile marking should not be
necessary.
regards, tom lane