This is the mail archive of the gcc-patches@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: [PATCH] PR middle-end/14289: TREE_STATIC global reg vars


roger@eyesopen.com (Roger Sayle)  wrote on 28.02.04 in <Pine.LNX.4.44.0402281520210.29265-100000@www.eyesopen.com>:

> register int a[2] asm("ebx");

Maybe I'm a bit thick - but what is that supposed to mean? Surely it isn't  
the same as 'register int *a asm("ebx");' - not a parameter, after all -  
but if I'm not completely mistaken, this seems to ask for putting two 32  
bit values into one 32 bit register.

MfG Kai


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