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: C vs. C++ parsers and the __attribute__ syntax


Ulrich Weigand wrote:
> On s390x-ibm-{tpf,linux}, we use __attribute__ ((mode (SI))) with
> pointer types to declare 32-bit pointer variables (the default
> pointer size is 64-bit).
>
> The question is now how to express this syntactically. 

  I know it is not your question, and it will not compile,
 but how about:
int *short pointer;

 as for const and volatile:
int *cont constant;
int *volatile volatile_ptr;

  Sorry to waste bandwidth,
  Etienne.


	

	
		
Vous manquez d?espace pour stocker vos mails ? 
Yahoo! Mail vous offre GRATUITEMENT 100 Mo !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour dialoguer instantanément avec vos amis. A télécharger gratuitement sur http://fr.messenger.yahoo.com


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