OLD | NEW |
1 # Failures which are probably or potentially real bugs | 1 # Failures which are probably or potentially real bugs |
2 | 2 |
3 # library or compiler errors | 3 # library or compiler errors |
4 | 4 |
5 # newlib does not have ffsl function? | 5 # newlib does not have ffsl function? |
6 2005-05-11-Popcount-ffs-fls | 6 2005-05-11-Popcount-ffs-fls |
7 | 7 |
8 # runtime errors | 8 # runtime errors |
9 # EH: exception not caught | 9 # EH: exception not caught |
10 inlined_cleanup x86-64 | 10 inlined_cleanup x86-64 |
11 # EH: infinite loop | |
12 exception_spec_test arm | |
13 # some output incorrect | 11 # some output incorrect |
14 anagram | 12 anagram |
15 sphereflake | 13 sphereflake |
16 | 14 |
17 # crash, works on ARM | 15 # crash, works on ARM |
18 aha x86-64 | 16 aha x86-64 |
19 spirit arm | 17 spirit arm |
20 # has stderr ordering problem, but also extraneous "<<" in output | 18 # has stderr ordering problem, but also extraneous "<<" in output |
21 lambda | 19 lambda |
22 # FP nan/inf handling | 20 # FP nan/inf handling |
23 voronoi | 21 voronoi |
24 # burg's nexe output matches the reference output, but not the native gcc | 22 # burg's nexe output matches the reference output, but not the native gcc |
25 # binary's output... so maybe this is a bug in gcc, or ??? | 23 # binary's output... so maybe this is a bug in gcc, or ??? |
26 # Workaround may be to set USE_REFERENCE_OUTPUT = 1 in burg's Makefile. | 24 # Workaround may be to set USE_REFERENCE_OUTPUT = 1 in burg's Makefile. |
27 burg | 25 burg |
28 # rand() inconsistency http://llvm.org/bugs/show_bug.cgi?id=11629 | 26 # rand() inconsistency http://llvm.org/bugs/show_bug.cgi?id=11629 |
29 puzzle | 27 puzzle |
30 automotive-bitcount | 28 automotive-bitcount |
31 telecomm-fft | 29 telecomm-fft |
OLD | NEW |