Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/te
st/gnu/gcc/gcc/gcc/testsuite/gcc.dg/const-uniq-1.c   -Os -fdump-tree-gimple -S  
-o const-uniq-1.s    (timeout = 300)
PASS: gcc.dg/const-uniq-1.c (test for excess errors)
FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2

lookup2 (int i)
{
  int D.1961;
  int D.1962;
  int a[8];

  a = *L$C0000;
  D.1962 = i + 1;
  D.1961 = a[D.1962];
  return D.1961;
}


lookup1 (int i)
{
  int D.1964;
  int a[8];

  a = *L$C0000;
  D.1964 = a[i];
  return D.1964;
}


-- 
           Summary: FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple
                    "LC0" 2
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43957

Reply via email to