[tree-ssa] New compile test

law@redhat.com law@redhat.com
Wed Apr 16 15:58:00 GMT 2003


This test (originally from Diego) causes the compiler to abort during
building of the CFG for tree-ssa.


        * gcc.c-torture/compile/20030416-1.c: New test from Diego.


void foo(int x)
{
  if (x > 3)
    {;}
  else
    bar();
  x = 9;
}

main()
{
  int j;

  foo(j);
  return j;
}




More information about the Gcc-patches mailing list