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 exec-charset


Eric Christopher <echristo@redhat.com> writes:

> As Zack promised here's the patch that fixes exec-charset. Tested by
> bootstrapping on x86-linux and hand testing with IBM1047 as an execution
> character set.

1) I think you missed extern "C" in the cp/parser.c changes.
2) I think it would be clearer if you didn't fold the
   stop_string_translation action into "asm_keyword".
3) How does this interact with error recovery in the C parser?

zw


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