This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/60074] New: g++.dg/vect/pr33426-ivdep-[34].cc FAIL on SPARC


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]