1 # Tests which are known to fail from the GCC torture test suite.
3 # Syntax: Each line has a single test to be marked as a 'known failure' (or
4 # 'exclusion'. Known failures are expected to fail, and will cause an error if
5 # they pass. (Known failures that do not run at all will not cause an
6 # error). The format is
7 # <name> <attributes> # comment
9 # Computed gotos are not supported (Cannot select BlockAddress/BRIND)
25 # WebAssembly hasn't implemented (will never?) __builtin_return_address
31 # Error: invalid output constraint '=t' in asm.
34 # Error: __builtin_setjmp / __builtin_longjmp is not supported for the current target.
38 # Error in the program / unsupported by Clang.
89 devirt-6.C # bad main signature
90 devirt-13.C # bad main signature
91 devirt-14.C # bad main signature
92 devirt-21.C # bad main signature
93 devirt-23.C # bad main signature
94 lifetime2.C # violates C++ DR1696
96 # Untriaged C++ failures