On Sun, Oct 11, 2009 at 10:42:41AM -0700, Andrew Pinski wrote: > On Sun, Oct 11, 2009 at 10:36 AM, Paolo Carlini > <paolo.carl...@oracle.com> wrote: > > Hi again, > >> To my best knowledge the feature is not implemented at all, thus a bug > >> in the C++0x Support page. > > Following up to my previous message, I figured out a probable reason for > > the mistake: actually we *do* have a patch implementing the feature, > > which however has not been applied yet to mainline, see the threads: > > > > http://gcc.gnu.org/ml/gcc-patches/2009-04/msg01099.html > > http://gcc.gnu.org/ml/gcc-patches/2009-10/msg00158.html > > > > At this point however, it's safe to say that the feature isn't available > > in 4.4, I committed the below. > > That is about Raw strings. u and U support is there, u8 is not there > yet. So we don't fully support this N.
The above mentioned patch adds support for raw strings and u8. Jakub