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] Fix PR c++/28112: ICE with invalid argument in attribute


Volker Reichelt wrote:

> 2006-06-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
> 
> 	PR c++/28112
> 	* attribs.c (decl_attributes): Check for invalid arguments.

I think we should avoid creating an attribute with invalid arguments;
once we figure out the attribute is erroneous, just throw it away.

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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