diff options
Diffstat (limited to 'validation/optim/setne0-sext.c')
| -rw-r--r-- | validation/optim/setne0-sext.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/validation/optim/setne0-sext.c b/validation/optim/setne0-sext.c new file mode 100644 index 00000000..565f8df2 --- /dev/null +++ b/validation/optim/setne0-sext.c @@ -0,0 +1,10 @@ +long foo(int a) { return a != 0; } + +/* + * check-name: setne0-sext + * check-command: test-linearize -m64 -Wno-decl $file + * check-known-to-fail + * + * check-output-ignore + * check-output-excludes: sext\\. + */ |
