Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an expected file for 094-divide-by-zero-short-circuit | Carl Worth | 2011-04-14 | 1 | -0/+11 |
| | | | | | | | | | | | The expected file here captures the current behavior of glcpp (which is to generate a division-by-zero error) for this case. It's easy to argue that it should be short-circuiting the evaluation and not generating the diagnostic (which happens to be what gcc does). But it doesn't seem like we should force this behavior on our pre-processor, (and, as always, the GLSL specification of the pre-processor is too vague on this point). | ||||
* | glcpp: Add division by zero test cases. | Vinson Lee | 2011-01-04 | 1 | -0/+2 |