------- Comment #5 from pcarlini at suse dot de 2007-04-01 23:34 ------- (In reply to comment #4) > I would suggest checking the contents of __format when _M_extract_via_format > starts, that is verifying that it begins with the exact same two chars of wstr > in the C++ source and therefore L'%' and L'Y'.
Sorry about the stupid typo: L'%' and L'Y' are of course the *third* and *fourth* char of __format. The first two are identical to the first two chars of wstr. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31413