Remove gcc.dg/pr103229.c

gcc/testsuite/ChangeLog:

	* gcc.dg/pr103229.c: Removed.
This commit is contained in:
Aldy Hernandez
2021-11-14 16:17:36 +01:00
parent a7ef5da3a9
commit 8a601f9bc4

View File

@@ -1,10 +0,0 @@
// { dg-do compile }
// { dg-options "-O -w" }
int main() {
int i;
for (; i;)
;
return 0;
}