http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49347
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-06-09 18:35:15 UTC --- you only reported the bug a few minutes ago, so no, nothing's planned yet! reduced: int f( int envp[__restrict] ); p.cc:1:17: error: expected primary-expression before '__restrict' p.cc:1:17: error: expected ']' before '__restrict' p.cc:1:17: error: expected ')' before '__restrict' p.cc:1:27: error: expected initializer before ']' token The summary should really be adjusted, although this caused a problem on Solaris the G++ bug isn't Solaris-specific