This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] fix exec-charset
> n
>
> asm (not_a_string);
> char x[] = "fooßar";
>
> the "don't translate" state gets stuck on and causes x not to get
> translated. (The answer may well be "we don't care because an object
> file is not generated anyway" but I want to be sure that doesn't
> produce other problems down the road.)
I don't think we care, but it does stop it from being translated.
In other news for some reason with my last c-parse.in patch we're
translating at least the output constraints in my testcase (I took
memmove from /usr/include/bits/string.h as a testcase) so I'm
investigating.
-eric
--
Eric Christopher <echristo@redhat.com>