aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/auto-init-uninit-9.c
blob: 6dccf014fe2bedb5a40e64352c8625ddc4208c5d (plain)
1
2
3
4
5
6
7
8
/* Spurious uninitialized variable warnings.  Slight variant on the
   documented case, inspired by reg-stack.c:record_asm_reg_life.  */

/* { dg-do compile } */
/* { dg-options "-O -Wuninitialized -ftrivial-auto-var-init=zero" } */
/* { dg-require-effective-target alloca } */

#include "uninit-9.c"