public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/66720] gcc.dg/vect/pr48052.c FAILs
  2015-07-01 14:09 [Bug tree-optimization/66720] New: gcc.dg/vect/pr48052.c FAILs ro at gcc dot gnu.org
@ 2015-07-01 14:09 ` ro at gcc dot gnu.org
  2015-07-01 14:10 ` ro at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2015-07-01 14:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66720

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |6.0


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

* [Bug tree-optimization/66720] New: gcc.dg/vect/pr48052.c FAILs
@ 2015-07-01 14:09 ro at gcc dot gnu.org
  2015-07-01 14:09 ` [Bug tree-optimization/66720] " ro at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2015-07-01 14:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66720

            Bug ID: 66720
           Summary: gcc.dg/vect/pr48052.c FAILs
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: amker at gcc dot gnu.org
  Target Milestone: ---
              Host: *-*-solaris2.1[01]
            Target: *-*-solaris2.1[01]
             Build: *-*-solaris2.1[01]

The new gcc.dg/vect/pr48052.c test FAILs on Solaris/SPARC:

FAIL: gcc.dg/vect/pr48052.c -flto -ffat-lto-objects  scan-tree-dump-times vect
"vectorized 1 loops" 2
FAIL: gcc.dg/vect/pr48052.c scan-tree-dump-times vect "vectorized 1 loops" 2

both for 32 and 64-bit.

I'm attaching the dump.

  Rainer


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

* [Bug tree-optimization/66720] gcc.dg/vect/pr48052.c FAILs
  2015-07-01 14:09 [Bug tree-optimization/66720] New: gcc.dg/vect/pr48052.c FAILs ro at gcc dot gnu.org
  2015-07-01 14:09 ` [Bug tree-optimization/66720] " ro at gcc dot gnu.org
@ 2015-07-01 14:10 ` ro at gcc dot gnu.org
  2015-07-02  8:27 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2015-07-01 14:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66720

--- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> ---
Created attachment 35885
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35885&action=edit
pr48052.c.132t.vect dump


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

* [Bug tree-optimization/66720] gcc.dg/vect/pr48052.c FAILs
  2015-07-01 14:09 [Bug tree-optimization/66720] New: gcc.dg/vect/pr48052.c FAILs ro at gcc dot gnu.org
  2015-07-01 14:09 ` [Bug tree-optimization/66720] " ro at gcc dot gnu.org
  2015-07-01 14:10 ` ro at gcc dot gnu.org
@ 2015-07-02  8:27 ` rguenth at gcc dot gnu.org
  2015-07-03  8:05 ` [Bug testsuite/66720] " amker at gcc dot gnu.org
  2015-07-06  5:58 ` amker at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-07-02  8:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66720

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
It misses at _least_

dg-require-effective-target vect_int_mult

(not sure if that also includes the required vect_int)


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

* [Bug testsuite/66720] gcc.dg/vect/pr48052.c FAILs
  2015-07-01 14:09 [Bug tree-optimization/66720] New: gcc.dg/vect/pr48052.c FAILs ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-07-02  8:27 ` rguenth at gcc dot gnu.org
@ 2015-07-03  8:05 ` amker at gcc dot gnu.org
  2015-07-06  5:58 ` amker at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: amker at gcc dot gnu.org @ 2015-07-03  8:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66720

amker at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|tree-optimization           |testsuite

--- Comment #3 from amker at gcc dot gnu.org ---
Testsuite issue.


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

* [Bug testsuite/66720] gcc.dg/vect/pr48052.c FAILs
  2015-07-01 14:09 [Bug tree-optimization/66720] New: gcc.dg/vect/pr48052.c FAILs ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2015-07-03  8:05 ` [Bug testsuite/66720] " amker at gcc dot gnu.org
@ 2015-07-06  5:58 ` amker at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: amker at gcc dot gnu.org @ 2015-07-06  5:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66720

--- Comment #4 from amker at gcc dot gnu.org ---
Author: amker
Date: Mon Jul  6 05:57:56 2015
New Revision: 225443

URL: https://gcc.gnu.org/viewcvs?rev=225443&root=gcc&view=rev
Log:

        PR tree-optimization/66720
        * gcc.dg/vect/pr48052.c: Use dg-require-effective-target
        vect_int_mult.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/vect/pr48052.c


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

end of thread, other threads:[~2015-07-06  5:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-01 14:09 [Bug tree-optimization/66720] New: gcc.dg/vect/pr48052.c FAILs ro at gcc dot gnu.org
2015-07-01 14:09 ` [Bug tree-optimization/66720] " ro at gcc dot gnu.org
2015-07-01 14:10 ` ro at gcc dot gnu.org
2015-07-02  8:27 ` rguenth at gcc dot gnu.org
2015-07-03  8:05 ` [Bug testsuite/66720] " amker at gcc dot gnu.org
2015-07-06  5:58 ` amker 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).