public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/60074] New: g++.dg/vect/pr33426-ivdep-[34].cc FAIL on SPARC
@ 2014-02-05 13:33 ro at gcc dot gnu.org
  2014-02-05 13:33 ` [Bug target/60074] " ro at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2014-02-05 13:33 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60074
           Summary: g++.dg/vect/pr33426-ivdep-[34].cc FAIL on SPARC
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: ebotcazou at gcc dot gnu.org, rdsandiford at googlemail dot com
              Host: sparc*-sun-solaris2.*
            Target: sparc*-sun-solaris2.*
             Build: sparc*-sun-solaris2.*

This change

2014-01-30  Richard Sandiford  <rdsandiford@googlemail.com>

    * g++.dg/vect/pr33426-ivdep.cc, g++.dg/vect/pr33426-ivdep-2.cc,
    g++.dg/vect/pr33426-ivdep-3.cc, g++.dg/vect/pr33426-ivdep-4.cc,
    gcc.dg/vect/vect-ivdep-1.c, gcc.dg/vect/vect-ivdep-2.c: Require
    vect_int rather than vect_float.

caused to new FAILs on Solaris/SPARC (both 32 and 64-bit):

FAIL: g++.dg/vect/pr33426-ivdep-3.cc  (test for warnings, line )
FAIL: g++.dg/vect/pr33426-ivdep-4.cc  (test for warnings, line )

This corresponds to

/* { dg-message "loop vectorized" "" { target *-*-* } 0 } */

Before, when the test required vect_float support, the test was UNSUPPORTED.

  Rainer


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

* [Bug target/60074] g++.dg/vect/pr33426-ivdep-[34].cc FAIL on SPARC
  2014-02-05 13:33 [Bug target/60074] New: g++.dg/vect/pr33426-ivdep-[34].cc FAIL on SPARC ro at gcc dot gnu.org
@ 2014-02-05 13:33 ` ro at gcc dot gnu.org
  2014-02-10  6:37 ` ebotcazou at gcc dot gnu.org
  2014-02-10 11:17 ` ebotcazou at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ro at gcc dot gnu.org @ 2014-02-05 13:33 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.0


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

* [Bug target/60074] g++.dg/vect/pr33426-ivdep-[34].cc FAIL on SPARC
  2014-02-05 13:33 [Bug target/60074] New: g++.dg/vect/pr33426-ivdep-[34].cc FAIL on SPARC ro at gcc dot gnu.org
  2014-02-05 13:33 ` [Bug target/60074] " ro at gcc dot gnu.org
@ 2014-02-10  6:37 ` ebotcazou at gcc dot gnu.org
  2014-02-10 11:17 ` ebotcazou at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2014-02-10  6:37 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-02-10
     Ever confirmed|0                           |1

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Confirmed as a testsuite issue.


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

* [Bug target/60074] g++.dg/vect/pr33426-ivdep-[34].cc FAIL on SPARC
  2014-02-05 13:33 [Bug target/60074] New: g++.dg/vect/pr33426-ivdep-[34].cc FAIL on SPARC ro at gcc dot gnu.org
  2014-02-05 13:33 ` [Bug target/60074] " ro at gcc dot gnu.org
  2014-02-10  6:37 ` ebotcazou at gcc dot gnu.org
@ 2014-02-10 11:17 ` ebotcazou at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2014-02-10 11:17 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

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

--- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Author: ebotcazou
Date: Mon Feb 10 11:09:21 2014
New Revision: 207652

URL: http://gcc.gnu.org/viewcvs?rev=207652&root=gcc&view=rev
Log:
    * g++.dg/vect/pr33426-ivdep-3.cc: Require vect_int_mult as well.
    * g++.dg/vect/pr33426-ivdep-4.cc: Likewise.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/vect/pr33426-ivdep-3.cc
    trunk/gcc/testsuite/g++.dg/vect/pr33426-ivdep-4.cc


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

end of thread, other threads:[~2014-02-10 11:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-05 13:33 [Bug target/60074] New: g++.dg/vect/pr33426-ivdep-[34].cc FAIL on SPARC ro at gcc dot gnu.org
2014-02-05 13:33 ` [Bug target/60074] " ro at gcc dot gnu.org
2014-02-10  6:37 ` ebotcazou at gcc dot gnu.org
2014-02-10 11:17 ` ebotcazou 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).