This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]