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: [wwwdocs] Document GCC 4.6 Solaris 2 changes


On Fri, 28 Jan 2011, Rainer Orth wrote:
>>> +      <li>Enable full ISO C99 support for C++ on Solaris 10+.</li>
>> ISO C99 for C++?
> libstdc++ can make use of C99 features in libc, but that needs special 
> enabling.

Thanks for the explanation, Rainer!

How about changing this to something like the following to make this
more explicit?

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.104
diff -u -r1.104 changes.html
--- changes.html	4 Feb 2011 17:09:23 -0000	1.104
+++ changes.html	6 Feb 2011 20:06:06 -0000
@@ -821,7 +821,8 @@
     <h4>New Features</h4>
     <ul>
       <li>Support symbol versioning with the Sun linker.</li>
-      <li>Enable full ISO C99 support for C++ on Solaris 10+.</li>
+      <li>Allow libstdc++ to leverage full ISO C99 support on
+        Solaris 10+.</li>
       <li>Support thread-local storage (TLS) with the Sun assembler on
 	Solaris 2/x86.</li>
       <li>Support TLS on Solaris 8/9 if prerequisites are met.</li>


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