Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Faulty conditionals are parse errors, not semantical errors. | Mark Wielaard | 2010-01-13 | 1 | -5/+0 |
| | | | | | | | | | The test was correct, the given construct should fail. But it fails because it is a parse error, not because it is a semantical error. So move into the right pass1-4 sub-directory. * testsuite/semko/conditional.stp: Moved to... * testsuite/parseko/conditional.stp: ... here. | ||||
* | PR10747: check invalid preprocessor construct | Wenji Huang | 2010-01-12 | 1 | -0/+5 |
* parse.cxx (scan_pp): Match '%(' and '%?'. * testsuite/semko/conditional.stp: New test. |