view gcc/testsuite/gcc.dg/torture/pr92704.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 1830386684a0
children
line wrap: on
line source

/* { dg-do compile } */
/* { dg-additional-options "-fexceptions -fnon-call-exceptions -fno-tree-dce -ftree-loop-if-convert" } */
int zr, yx;

void __attribute__ ((simd))
oj (int rd, int q7)
{
  int wo = (__UINTPTR_TYPE__)&rd;

  while (q7 < 1)
    {
      int kv;
      short int v3;

      for (v3 = 0; v3 < 82; v3 += 3)
        {
        }

      kv = zr ? 0 : v3;
      yx = kv < rd;
      zr = zr && yx;
      ++q7;
    }
}