public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/54119] New: FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1
@ 2012-07-29 15:24 danglin at gcc dot gnu.org
  2012-07-29 15:25 ` [Bug tree-optimization/54119] " danglin at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-07-29 15:24 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 54119
           Summary: FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times
                    gimple "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11


Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/tree-ssa/vector-4.c 
-fno-diagnostics-show-caret   -w -O1 -fdump-tree-gimple -S  -o vector-4.s   
(timeout = 300)
spawn /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/test/gnu/gcc/gc
c/gcc/testsuite/gcc.dg/tree-ssa/vector-4.c -fno-diagnostics-show-caret -w -O1
-fdump-tree-gimple -S -o vector-4.s
PASS: gcc.dg/tree-ssa/vector-4.c (test for excess errors)FAIL:
gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR <a, b, {
0, 4, 1, 5 }>;" 1


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug tree-optimization/54119] FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1
  2012-07-29 15:24 [Bug tree-optimization/54119] New: FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1 danglin at gcc dot gnu.org
@ 2012-07-29 15:25 ` danglin at gcc dot gnu.org
  2012-07-29 15:29 ` danglin at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-07-29 15:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2012-07-29 15:25:38 UTC ---
Created attachment 27886
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27886
Tree dump


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug tree-optimization/54119] FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1
  2012-07-29 15:24 [Bug tree-optimization/54119] New: FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1 danglin at gcc dot gnu.org
  2012-07-29 15:25 ` [Bug tree-optimization/54119] " danglin at gcc dot gnu.org
@ 2012-07-29 15:29 ` danglin at gcc dot gnu.org
  2012-07-29 15:35 ` danglin at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-07-29 15:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> 2012-07-29 15:29:37 UTC ---
Created attachment 27887
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27887
Tree dump


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug tree-optimization/54119] FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1
  2012-07-29 15:24 [Bug tree-optimization/54119] New: FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1 danglin at gcc dot gnu.org
  2012-07-29 15:25 ` [Bug tree-optimization/54119] " danglin at gcc dot gnu.org
  2012-07-29 15:29 ` danglin at gcc dot gnu.org
@ 2012-07-29 15:35 ` danglin at gcc dot gnu.org
  2013-03-11  1:18 ` [Bug testsuite/54119] " danglin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-07-29 15:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> 2012-07-29 15:35:26 UTC ---
Looks like a callee copies issue.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug testsuite/54119] FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1
  2012-07-29 15:24 [Bug tree-optimization/54119] New: FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1 danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-07-29 15:35 ` danglin at gcc dot gnu.org
@ 2013-03-11  1:18 ` danglin at gcc dot gnu.org
  2013-03-11  1:28 ` danglin at gcc dot gnu.org
  2013-03-11 10:12 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu.org @ 2013-03-11  1:18 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from John David Anglin <danglin at gcc dot gnu.org> 2013-03-11 01:18:22 UTC ---
Author: danglin
Date: Mon Mar 11 01:18:18 2013
New Revision: 196592

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196592
Log:
    PR testsuite/54119
    * gcc.dg/tree-ssa/vector-4.c: xfail on 32-bit hppa*-*-*.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/tree-ssa/vector-4.c


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug testsuite/54119] FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1
  2012-07-29 15:24 [Bug tree-optimization/54119] New: FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1 danglin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2013-03-11  1:18 ` [Bug testsuite/54119] " danglin at gcc dot gnu.org
@ 2013-03-11  1:28 ` danglin at gcc dot gnu.org
  2013-03-11 10:12 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu.org @ 2013-03-11  1:28 UTC (permalink / raw)
  To: gcc-bugs


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

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from John David Anglin <danglin at gcc dot gnu.org> 2013-03-11 01:28:34 UTC ---
Fixed.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug testsuite/54119] FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1
  2012-07-29 15:24 [Bug tree-optimization/54119] New: FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1 danglin at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2013-03-11  1:28 ` danglin at gcc dot gnu.org
@ 2013-03-11 10:12 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-03-11 10:12 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> 2013-03-11 10:12:36 UTC ---
(In reply to comment #5)
> Fixed.

-/* { dg-final { scan-tree-dump-times "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1
"gimple"} } */
+/* { dg-final { scan-tree-dump-times "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1
"gimple" { xfail { hppa*-*-* && { ! lp64 } } } } } */

I wonder if we should have a more descriptive target specifier, like
'target-callee-copies' instead ...


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-03-11 10:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-29 15:24 [Bug tree-optimization/54119] New: FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1 danglin at gcc dot gnu.org
2012-07-29 15:25 ` [Bug tree-optimization/54119] " danglin at gcc dot gnu.org
2012-07-29 15:29 ` danglin at gcc dot gnu.org
2012-07-29 15:35 ` danglin at gcc dot gnu.org
2013-03-11  1:18 ` [Bug testsuite/54119] " danglin at gcc dot gnu.org
2013-03-11  1:28 ` danglin at gcc dot gnu.org
2013-03-11 10:12 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).