Re: Warning Behavior

2005-08-23 Thread jlh
meant to only send the message to the list) jlh signature.asc Description: OpenPGP digital signature

Re: Public archive

2009-02-11 Thread jlh
"Policies": We have a strong policy of not editing the web archives. [1] http://gcc.gnu.org/lists.html jlh

Re: auto const ints and pointer issue

2008-06-18 Thread jlh
it and don't expect the compiler to try to do any sane thing when encountered or to reduce damage to a minimum or to do the "expected" thing. That would even be impossible to do. Just don't be undefined and you're fine. Oh, and looking at the assembly output (with "gcc file.c -S") is often very helpful to see what's going on. Hope this helps, jlh