On Thu, 10 Oct 2013, Tobias Burnus wrote:

> Joseph: Could you have a look at the C part? Thanks!

Your error "missing loop condition loop with IVDEP pragma" should, I 
think, say "loop condition in loop".  Since the pragma is "ivdep" 
(case-sensitive), it should also say %<ivdep%> not IVDEP.  This 
restriction should be clarified in the documentation, which could do with 
examples.  There should be at least one execution test for correct 
execution of loops with this pragma, and at least one test for this 
diagnostic.  The documentation refers to "safelen" which sounds like 
implementation terminology; this is the user manual and needs to describe 
things in user terms, not in terms of the implementation.

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

Reply via email to