https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64862
--- Comment #10 from Tom Tromey ---
Also I think all the test suite changes never really worked.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64862
--- Comment #9 from Tom Tromey ---
Created attachment 45413
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45413&action=edit
ancient patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64862
--- Comment #8 from Tom Tromey ---
Sorry about the extreme delay on this.
I think my patch has long since bit-rotted, but I can attach it for
reference. I believe my assignment situation got sorted out so this
should be fine to read and/or copy
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64862
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment #7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64862
Andrew Pinski changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64862
--- Comment #5 from Tom Tromey ---
I have a patch for this. I think it fixes bug 38308 and bug 20110
as well. It works by adding a new function to libcpp to convert
a string back to the source charset.
I still have to get a new copyright assig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64862
--- Comment #4 from joseph at codesourcery dot com ---
Note also that gcc.dg/format tests are run both with and without -DWIDE -
the intent there is that wide string formats should be tested, when
supported, with essentially the same tests as n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64862
Andrew Pinski changed:
What|Removed |Added
Depends on||38308
--- Comment #3 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64862
--- Comment #2 from Tom Tromey ---
Naturally my example was wrong.
Sorry about that. But gcc still doesn't handle it:
#include
#include
extern void p (const char16_t *fmt, ...)
__attribute__((format (__printf__, 1, 2)));
void f()
{
p (u
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64862
--- Comment #1 from Andreas Schwab ---
glibc has this in :
extern int wprintf (const wchar_t *__restrict __format, ...)
/* __attribute__ ((__format__ (__wprintf__, 1, 2))) */;
10 matches
Mail list logo