diff mbox

[wwwdocs] Document GCC 4.6 Solaris 2 changes

Message ID alpine.LNX.2.00.1102062106030.8943@gerinyyl
State New
Headers show

Commit Message

Gerald Pfeifer Feb. 6, 2011, 8:06 p.m. UTC
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

Comments

Rainer Orth Feb. 7, 2011, 12:31 p.m. UTC | #1
Gerald Pfeifer <gerald@pfeifer.com> writes:

> 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>

Looks good, thanks.

	Rainer
diff mbox

Patch

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>