From: | Rudi Chiarito |
Date: | 10 Sep 2000 at 20:47:10 |
Subject: | Re: AMIOPEN: C Inline VP |
On Sun, Sep 10, 2000 at 12:25:29PM -0700, Patrick Roberts wrote:
> You don't happen to know if there is a pragma (is that the right term) to turn
> off optimizations around blocks of code by any chance?
I don't know of any and a quick look at gcc's documentation didn't bring
any results.
> (The optimizer seems to break a lot of bit-wise code)
Does that happen with long (64bit) variables, by any chance? I have seen
one such case myself.
Please mail me any source files exposing problems, preprocessing
them with
vpcc [other options] -E file.c -o file.i