On Jan 11, 2007, at 3:48 PM, Ian Lance Taylor wrote:
* Taking the address of a variable which has been declared register.Hmmm. In the C frontend these are pedwarns. But the C++ frontend doesn't have pedwarns. And maybe C++ doesn't require these warnings anyhow, I don't know.
Just FYI... In C++ there is no semantic content to register, it is rather like auto. C is different.