[Bug c++/45697] __restrict__ inconsistent in presence of typedefs

2011-07-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45697 --- Comment #5 from Jason Merrill jason at gcc dot gnu.org 2011-07-12 12:47:30 UTC --- Since clang handles this differently, I think I'll leave it as SUSPENDED for now.

[Bug c++/45697] __restrict__ inconsistent in presence of typedefs

2011-07-11 Thread evan at chromium dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45697 --- Comment #4 from Evan Martin evan at chromium dot org 2011-07-11 22:38:49 UTC --- Sorry, I should have linked to the bug that prompted this bug report. http://code.google.com/p/skia/issues/detail?id=63 Briefly, the Skia library (used by

[Bug c++/45697] __restrict__ inconsistent in presence of typedefs

2011-07-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45697 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |SUSPENDED

[Bug c++/45697] __restrict__ inconsistent in presence of typedefs

2011-07-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45697 --- Comment #3 from Jason Merrill jason at gcc dot gnu.org 2011-07-08 14:57:52 UTC --- Created attachment 24715 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24715 patch But here's a patch against pre-4.7 to do what you want.

[Bug c++/45697] __restrict__ inconsistent in presence of typedefs

2010-09-17 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-09-17 09:39 --- Confirmed. Both variants are rejected when using the C frontend. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added