From 5db2fa894f5ebd65a46ad39740a1629d98230da3 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 17 Jan 2006 23:34:09 +0000 Subject: 2006-01-17 Frank Ch. Eigler PR 2142 * translate.cxx (EXTRACTORS_PERMISSIVE): New experimental policy parameter. (c_unparser::visit_arrayindex, visit_print_format, visit_stat_op): Tolerate absent index (= NULL runtime return) in pmap. (*): Make semantic_error messages consistently lower case. * testsuite/buildok/iterate_histogram_buckets.stp: Note some missing functionality. --- testsuite/buildok/iterate_histogram_buckets.stp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuite/buildok') diff --git a/testsuite/buildok/iterate_histogram_buckets.stp b/testsuite/buildok/iterate_histogram_buckets.stp index e7b4e48e..15bba00c 100755 --- a/testsuite/buildok/iterate_histogram_buckets.stp +++ b/testsuite/buildok/iterate_histogram_buckets.stp @@ -25,6 +25,10 @@ probe end { if (@hist_log(foo)[bucket] > 0) printf("bucket %d: %d\n", bucket, @hist_log(foo)[bucket]) +# XXX: both these should work, but histogram for() loops +# are emitted incorrectly +# break +# continue } } -- cgit