fb39ca4 / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

Test 25_quicksort.c fails occasionally #183

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Revision r599
some tests are flaky
Running
$ ../picoc 25_quicksort.c 
    array[0] = 62;
         ^
25_quicksort.c:51: 'array' is undefined

Original issue reported on code.google.com by robicj...@gmail.com on 8 Jun 2013 at 11:38

GoogleCodeExporter commented 8 years ago
perhaps a related issue:

$ ../picoc 32_led.c 
    static int d[MAX_DIGITS];
                           ^
32_led.c:182: 'MAX_DIGITS' is out of scope

Original comment by robicj...@gmail.com on 8 Jun 2013 at 11:40

GoogleCodeExporter commented 8 years ago
I posted issue 186, which I suspect is a duplicate of at least the 32_led.c 
issue. After applying the fix I addressed in my issue to r603, I cannot 
duplicate either of these items (though I did not try to duplicate them before 
that fix was applied).

Original comment by m...@heilpern.com on 4 Nov 2013 at 7:02