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: UCNs in identifiers


Geoffrey Keating wrote:-

> Neil Booth <neil@daikokuya.co.uk> writes:
> 
> > Geoffrey Keating wrote:-
> > 
> > > +		cpp_error (pfile, CPP_DL_ERROR,
> > > +			   "stringizing identifier containing UCN "
> > > +			   "is supported only in C++");
> > 
> > What's your justification for this diagnostic?
> 
> As I said in the description of the patch,

Uh, you just said you don't support it in C99.  But the requirements
of C99 and C++ are identical.

Neil.


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