C vs. C++ parsers and the __attribute__ syntax

Etienne Lorrain etienne_lorrain@yahoo.fr
Fri Oct 29 18:11:00 GMT 2004


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



More information about the Gcc mailing list