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: g++ patch to fix handling of cfstrings in function templates


In response to your patch

http://gcc.gnu.org/ml/gcc-patches/2006-05/msg01331.html

Sorry about the delay in reviewing it.

I don't know if you dealt with this problem in some other way already, but I don't think this patch is correct. I think the root problem is that you shouldn't use CONST_DECL for things that aren't enumerators, you should use VAR_DECL.

Jason


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