aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/auto-init-uninit-8.c
blob: eaa9c0c9093fa7ead3fa1f8a3165082eee859fb2 (plain)
1
2
3
4
5
6
7
8
/* Uninitialized variable warning tests...
   Inspired by part of optabs.c:expand_binop.
   May be the same as uninit-1.c.  */

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

#include "uninit-8.c"