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: PR middle-end/18160


On Oct 26, 2004, at 3:44 PM, Richard Henderson wrote:

register int bar; &bar;

to be the case we were allowing as just a warning.  Which,
I suppose, is ok.  Personally I'd still vote for a hard
error, but whatever.

Me too. Taking the address of register vbls has been banned since the original K&R book, and I can see no conceivable benefit to allowing it. Anybody know why this is there?


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