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] | |
Neil Booth wrote:-
> Martin v. L?wis wrote:-
>
> > + if (utf8)
> > + {
> > + result->flags |= NODE_USES_EXTENDED_CHARACTERS;
> > +#ifndef HAVE_AS_UTF8
> > + cpp_error (pfile, DL_ERROR,
> > + "Non-ASCII identifiers not supported by your assembler");
> > +#endif
> > + }
Also, "non-ASCII" as per the coding standards.
Neil.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |