# Fails with bare wasm clang, no emcc (some details in LLVM's
# /lib/target/WebAssembly/known_gcc_test_failures.txt)
	20000822-1.c
	20010122-1.c
	20010209-1.c
	20010605-1.c
	20020412-1.c
	20030501-1.c
	20040302-1.c
	20040308-1.c
	20040423-1.c
	20040520-1.c
	20041218-2.c
	20061220-1.c
	20070919-1.c
	20071210-1.c
	20090219-1.c
	920302-1.c
	920415-1.c
	920428-2.c
	920501-3.c
	920501-4.c
	920501-5.c
	920501-7.c
	920612-2.c
	920721-4.c
	920728-1.c
	921017-1.c
	921215-1.c
	931002-1.c
	980526-1.c
	990413-2.c
	align-nest.c
	built-in-setjmp.c
	comp-goto-1.c
	comp-goto-2.c
	nest-align-1.c
	nest-stdar-1.c
	nestfunc-1.c
	nestfunc-2.c
	nestfunc-3.c
	nestfunc-5.c
	nestfunc-6.c
	nestfunc-7.c
	pr22061-3.c
	pr22061-4.c
	pr24135.c
	pr28865.c
	pr41935.c
	pr51447.c
	pr60003.c
	scal-to-vec1.c
	scal-to-vec2.c
	scal-to-vec3.c


# Multiply-defined symbols because emcc doesn't link libc/libm as archives
	20021127-1.c
	20030125-1.c
	20090711-1.c
	960909-1.c
	980701-1.c
	cbrt.c

# Computed gotos (but works with bare wasm clang)
	20041214-1.c
	20071220-1.c
	20071220-2.c

# Works with asm2wasm
	20030913-1.c # glob multiply defined in wasm but not asm2wasm
	941014-1.c # Function addresses with offsets not supported
        960218-1.c # glob multiply defined in wasm but not asm2wasm
	pr17377.c # __builtin_return_address

# wasm-validation errors
        call-trap-1.c # call param number must match
        pr44942.c # call param number must match
        921208-2.c # call param number must match
        920501-1.c # call param number must match
        20051012-1.c # call param number must match
