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: [g++ 4.4] Unicode string literal support?


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.

Paolo.

/////////////////

  
2009-10-11  Paolo Carlini  <paolo.carlini@oracle.com>

	* htdocs/gcc-4.4/cxx0x_status.html: Unicode string literals are
	unsupported in 4.4.
Index: htdocs/gcc-4.4/cxx0x_status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/cxx0x_status.html,v
retrieving revision 1.10
diff -u -r1.10 cxx0x_status.html
--- htdocs/gcc-4.4/cxx0x_status.html	2 Oct 2009 20:52:15 -0000	1.10
+++ htdocs/gcc-4.4/cxx0x_status.html	11 Oct 2009 17:31:19 -0000
@@ -195,7 +195,7 @@
     <tr>
       <td>Unicode string literals</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2442.htm";>N2442</a></td>
-       <td align="center"><span class="supported">Yes</span></td>
+      <td align="center"><span class="unsupported">No</span></td>
     </tr>
     <tr>
       <td>Raw string literals</td>

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