1 /* Spurious uninitialized variable warning, inspired by libgcc2.c. */
2 /* { dg-do compile } */
3 /* { dg-options "-O -Wuninitialized" } */
5 /* Not all platforms support TImode integers. */
6 #if (defined(__LP64__) && !defined(__hppa__)) || defined(__SPU__)
7 typedef int TItype
__attribute__ ((mode (TI
)));
14 __subvdi3 (TItype a
, TItype b
)