summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/seven.stp
Commit message (Collapse)AuthorAgeFilesLines
* * at long last, a more full-bodied snapshotfche2005-05-211-1/+2
| | | | | | | | | | | | 2005-05-20 Frank Ch. Eigler <fche@redhat.com> Many changes throughout. Partial sketch of translation output. * elaborate.*: Elaboration pass. * translate.*: Translation pass. * staptree.*: Simplified for visitor concept. * main.cxx: Translator mainline. * *test.cxx: Removed. * testsuite/*: Some new tests, some changed for newer syntax.
* 2005-03-03 Frank Ch. Eigler <fche@redhat.com>fche2005-03-031-0/+6
* parse.cxx (parse_assignment): Assert lvalueness of left operand. * staptree.h (expression): Add is_lvalue member. * staptree.cxx (functioncall::resolve_types): Don't crash on formal-vs-actual argument count mismatch. (*): Add some is_lvalue stub functions. * testsuite/*: Some new tests.