On Sat, 19 Mar 2011, Jakub Jelinek wrote:

> > I think it should go into 4.6.0 as well.
> 
> Seconded.

I have now committed both patches to 4.6 branch after bootstrap there with 
no regressions on x86_64-unknown-linux-gnu, and applied this release notes 
patch to note that these changes to semantics are included.

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.122
diff -u -r1.122 changes.html
--- changes.html        19 Mar 2011 19:48:34 -0000      1.122
+++ changes.html        20 Mar 2011 01:57:31 -0000
@@ -320,9 +320,10 @@
     experimental and may change incompatibly in future releases for
     consistency with changes to the C1X standard draft.  The following
     features are newly supported as described in the N1539 draft of
-    C1X; some other features were already supported with no compiler
+    C1X (with changes agreed at the March 2011 WG14 meeting); some
+    other features were already supported with no compiler
     changes being needed, or have some support but not in full accord
-    with N1539.
+    with N1539 (as amended).
     <ul>
       <li>Static assertions (<code>_Static_assert</code> keyword)</li>
       <li>Typedef redefinition</li>

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to