This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49347] G++ rejects Solaris spawn.h use of __restrict
- From: "ro at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 25 Jul 2011 15:21:19 +0000
- Subject: [Bug c++/49347] G++ rejects Solaris spawn.h use of __restrict
- Auto-submitted: auto-generated
- References: <bug-49347-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49347
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
URL| |http://gcc.gnu.org/ml/gcc-p
| |atches/2011-07/msg02165.htm
| |l
CC| |ro at gcc dot gnu.org
Target Milestone|--- |4.7.0
--- Comment #5 from Rainer Orth <ro at gcc dot gnu.org> 2011-07-25 15:20:02 UTC ---
Mine, patch posted.
Jason, will there be restrict support in C++ 2011? If so, I might report this
to Oracle, otherwise (with __restrict) it's a pure g++ issue.
Thanks.
Rainer