aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/pr71462.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/torture/pr71462.c')
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr71462.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/pr71462.c b/gcc/testsuite/gcc.dg/torture/pr71462.c
new file mode 100644
index 0000000..390b886
--- /dev/null
+++ b/gcc/testsuite/gcc.dg/torture/pr71462.c
@@ -0,0 +1,28 @@
+/* { dg-do compile } */
+
+short a;
+long b;
+void fn1()
+{
+ int c = a = 1;
+ for (; a; a++)
+ {
+ for (; 9 <= 8;)
+ for (;;) {
+ a = 20;
+ for (; a <= 35; a++)
+ ;
+line:;
+ }
+ if ((c += 264487869) == 9)
+ {
+ unsigned *d = 0;
+ for (; b;)
+ d = (unsigned *)&c;
+ if (d)
+ for (;;)
+ ;
+ }
+ }
+ goto line;
+}