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]

Re: c++/3394 patch: attribute between class and name of derived classes


On 27 Jun 2001, Jason Merrill wrote:

> >>>>> "Mumit" == Mumit Khan <khan@NanoTech.Wisc.EDU> writes:
> 
> > 2001-06-24  Mumit Khan  <khan@nanotech.wisc.edu>
> 
> > 	* decl.c (xref_basetypes): Handle attributes between 'class' and 
> > 	name.
> 
> This patch seems to change g++ to silently ignore such attributes.

Hmmm, I don't see how. It extracts the attribute, if there, from
code_type_info, which is only used to determine whether we're 
dealing with struct, class, union. Please elaborate if I'm missing
something obvious here.

Regards,
Mumit




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