Regression for trunk on i686-pc-linux-gnu

Phil Edwards pme@devphil.com
Sun Jul 25 09:36:00 GMT 2004


Just a bit more info.


On Sun, Jul 25, 2004 at 07:06:40AM -0000, Autocrasher wrote:
> 1 new FAIL's (12 total) have appeared for i686-pc-linux-gnu:
>     gcc.sum gcc.dg/tree-ssa/sra-1.c
> These tests passed the last time they were ran.

The failure mode is

    FAIL: gcc.dg/tree-ssa/sra-1.c scan-tree-dump-times link_error 0

The tree dump is attached.  Yep, link_error's in there.

-------------- next part --------------

;; Function copystruct1 (copystruct1)

copystruct1 (param)
{
  double local$d;
  char local$f1;
  double param$d;
  char param$f1;
  struct teststruct local;
  char T.0;

<bb 0>:
  return;

}



;; Function copystruct11 (copystruct11)

copystruct11 (param)
{
  struct teststruct local;
  char T.5;

<bb 0>:
  param->f1 = 0;
  local = *param;
  if (local.f1 != 0) goto <L0>; else goto <L1>;

<L0>:;
  link_error ();

<L1>:;
  return;

}



;; Function copystruct111 (copystruct111)

copystruct111 (param)
{
  double param$d;
  char param$f1;
  struct teststruct * local;
  char T.7;

<bb 0>:
  return;

}



;; Function copystruct1111 (copystruct1111)

copystruct1111 ()
{
  double local$d;
  char local$f1;
  struct teststruct local;
  char T.10;

<bb 0>:
  globf.f1 = 0;
  return;

}



;; Function copystruct11111 (copystruct11111)

copystruct11111 ()
{
  struct teststruct * local;
  char T.13;

<bb 0>:
  globf.f1 = 0;
  return;

}



;; Function copystruct111111 (copystruct111111)

copystruct111111 (param)
{
  double param$d;
  char param$f1;
  static struct teststruct local;
  char T.14;

<bb 0>:
  local.d = param.d;
  local.f1 = 0;
  return;

}




More information about the Gcc-regression mailing list