RISC-V: Skip flag -flto for all saturated arithmetic test cases.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr35445.c
blob30c29f4c3bc59a3d2c640ae1c06047a2efc80923
1 /* PR c/35445 */
2 /* { dg-do compile } */
4 extern int i;
5 extern int i; /* { dg-message "previous declaration of 'i'" } */
6 int i[] = { 0 }; /* { dg-error "conflicting types" } */