Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- validation/mem2reg/load-dead.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 validation/mem2reg/load-dead.c diff --git a/validation/mem2reg/load-dead.c b/validation/mem2reg/load-dead.c new file mode 100644 index 000000000..19ac4e5e4 --- /dev/null +++ b/validation/mem2reg/load-dead.c @@ -0,0 +1,19 @@ +int fun(int); + +static inline int fake(void) +{ +} + +static void foo(int a) +{ + 0 || fun((a, fake(), a)); +} + +/* + * check-name: load-dead + * check-command: test-linearize -Wno-decl $file + * check-known-to-fail + * + * check-output-ignore + * check-output-excludes: VOID + */ -- 2.16.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html