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