This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PING: Fwd: Re: [patch] implement Cilk Plus simd loops on trunk


On 11/14/13 09:57, Joseph S. Myers wrote:
Where you have

+       error ("break statement within <#pragma simd> loop body");
+       error ("continue statement within <#pragma simd> loop body");

I think you mean %< and %> (i.e. quotes) not < and >.


Indeed.  Fixed.

Thank you.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]