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: mark_addressable langhook


Gabriel Dos Reis wrote:-

> | -	  mark_addressable (exp);
> | +	  (lang_hooks.mark_addressable) (exp);
>            ^
> 
> Maybe, there is a missing "*" here.

Hmm, wonder how everything passed.

> return "bool"?

I've not checked if they all return a simple true / false, but if they
do I'll change it and re-submit.

Thanks,

Neil.


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