longjmp()/setjmp() difference between gcc 3.3 (Apple) and gcc 3.4.x

Remy Martin vsxo@hotmail.com
Sun Jan 23 12:42:00 GMT 2005


>
>try compiling with -O1 -W -Wall and see what warnings you are getting.

Good one. I get a few warnings about local arguments (in parse_pointer) that 
might get clobbered, nothing about the frame calling parse_pointer() (which 
seems understandable).

>But anyways, the variables which you want to keep must be marked violate.

LOL -- and I was thinking 'volatile' was already so counter-intuitive :)

R.




More information about the Gcc mailing list