This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/29904] New: FAIL: gcc.dg/alias-10.c scan-tree-dump-times Unswitching 1
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Nov 2006 02:34:27 -0000
- Subject: [Bug tree-optimization/29904] New: FAIL: gcc.dg/alias-10.c scan-tree-dump-times Unswitching 1
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Executing on host: /home/dave/gcc-4.3/objdir/gcc/xgcc
-B/home/dave/gcc-4.3/objdi
r/gcc/ /home/dave/gcc-4.3/gcc/gcc/testsuite/gcc.dg/alias-10.c -O2
-funswitch-l
oops -fdump-tree-unswitch-details -fno-show-column -S -o alias-10.s
(timeout
= 300)
PASS: gcc.dg/alias-10.c (test for excess errors)
FAIL: gcc.dg/alias-10.c scan-tree-dump-times Unswitching 1
;; Function foo (foo)
foo (head, elt)
{
int D.1537;
<L3>:;
goto <bb 4> (<L4>);
<L0>:;
<L4>:;
D.1537_4 = head_3->using_obstack;
if (D.1537_4 != 0) goto <L1>; else goto <L0>;
<L1>:;
bitmap_free = elt_5;
goto <bb 3> (<L0>);
}
--
Summary: FAIL: gcc.dg/alias-10.c scan-tree-dump-times Unswitching
1
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: hppa-unknown-linux-gnu
GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29904