Re: register int variable being written to/read from stack
First, off the volatile qualifier means "source-level reads/write must turn into real loads and stores" so take that out of your declaration and see how the code looks then. I don't know if the standard addresses the interaction of volatile and register, but I'd expect volatile to win since re
GCC 4.3.4 Status Update
The branch is open again for regression and documentation fixes. The next status report will be sent by Jakub. Richard.