This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/19944] New: [4.0 regression] cris-elf testsuite failures: gcc.dg/pr15784-1.c, gcc.dg/pr15784-2.c


Between LAST_UPDATED "" and "" these tests were introduced,
failing from the start for cris-elf:
FAIL: gcc.dg/pr15784-1.c scan-tree-dump-times ABS_EXPR 0
FAIL: gcc.dg/pr15784-2.c scan-tree-dump-times ABS_EXPR 0

The top of pr15784-1.c.t03.generic is:
a (x)
{
  int D.1055;
  int D.1056;
  
  D.1056 = ABS_EXPR <x>;
  D.1055 = D.1056 >= 0;
  return D.1055;
}

-- 
           Summary: [4.0 regression] cris-elf testsuite failures:
                    gcc.dg/pr15784-1.c, gcc.dg/pr15784-2.c
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hp at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: cris-elf


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]