Executing on host: /home/dave/gnu/gcc-4.0/objdir/gcc/xgcc -B/home/dave/gnu/gcc-4 .0/objdir/gcc/ /home/dave/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/tree-ssa/20031106 -6.c -O1 -fdump-tree-optimized -fno-show-column -S -o 20031106-6.s (timeou t = 300) PASS: gcc.dg/tree-ssa/20031106-6.c (test for excess errors) FAIL: gcc.dg/tree-ssa/20031106-6.c scan-tree-dump-times temp_struct 0
$ cat 20031106-6.c.t93.optimized ;; Function foo (foo) Analyzing Edge Insertions. foo (r) { struct s temp_struct3; struct s temp_struct2; struct s temp_struct1; struct s r___0; <bb 0>: r___0 = r; temp_struct1 = r___0; temp_struct2 = temp_struct1; temp_struct3 = temp_struct2; <retval> = temp_struct3; return <retval>; } 2005-12-02 Richard Guenther <[EMAIL PROTECTED]> * gcc.dg/tree-ssa/20031106-6.c: Remove XFAIL. -- Summary: FAIL: gcc.dg/tree-ssa/20031106-6.c scan-tree-dump-times temp_struct 0 Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end 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=25253