1100Limits.vert
2ERROR: 0:24: 'limitation' : while loops not available
3ERROR: 0:26: 'limitation' : do-while loops not available
4ERROR: 0:28: 'limitations' : inductive-loop init-declaration requires the form "type-specifier loop-index = constant-expression"
5ERROR: 0:29: 'limitations' : inductive-loop init-declaration requires the form "type-specifier loop-index = constant-expression"
6ERROR: 0:30: 'limitations' : inductive-loop init-declaration requires the form "type-specifier loop-index = constant-expression"
7ERROR: 0:31: 'limitations' : inductive-loop init-declaration requires the form "type-specifier loop-index = constant-expression"
8ERROR: 0:32: 'limitations' : inductive loop requires a scalar 'int' or 'float' loop index
9ERROR: 0:33: 'limitations' : inductive-loop condition requires the form "loop-index <comparison-op> constant-expression"
10ERROR: 0:34: 'limitations' : inductive-loop termination requires the form "loop-index++, loop-index--, loop-index += constant-expression, or loop-index -= constant-expression"
11ERROR: 0:35: 'limitations' : inductive loop index modified
12ERROR: 0:36: 'limitations' : inductive loop index modified
13ERROR: 0:43: 'limitations' : inductive loop index modified
14ERROR: 0:47: 'limitations' : Non-constant-index-expression
15ERROR: 0:49: 'limitations' : Non-constant-index-expression
16ERROR: 0:50: 'limitations' : Non-constant-index-expression
17ERROR: 0:51: 'limitations' : Non-constant-index-expression
18ERROR: 0:52: 'limitations' : Non-constant-index-expression
19ERROR: 0:53: 'limitations' : Non-constant-index-expression
20ERROR: 0:54: 'limitations' : Non-constant-index-expression
21ERROR: 0:65: 'limitations' : Non-constant-index-expression
22ERROR: 20 compilation errors.  No code generated.
23
24
25