diff options
Diffstat (limited to 'validation/optim')
| -rw-r--r-- | validation/optim/fpcast-constant.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/validation/optim/fpcast-constant.c b/validation/optim/fpcast-constant.c new file mode 100644 index 00000000..47feffe5 --- /dev/null +++ b/validation/optim/fpcast-constant.c @@ -0,0 +1,14 @@ +static double foo(double a, int p) +{ + return a * ((p & 0) + 2); +} + +/* + * check-name: fpcast-constant + * check-command: test-linearize $file + * check-known-to-fail + * + * check-output-ignore + * check-output-contains: fpcast\\. + * check-output-excludes: fmul\\..*\\$2 + */ |
