public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/36458]  New: [4.4 Regression] Invalid fortran-torture -msse2 tests on Athlon XP
@ 2008-06-07 17:30 tkoenig at gcc dot gnu dot org
  2008-06-07 18:44 ` [Bug testsuite/36458] " ubizjak at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2008-06-07 17:30 UTC (permalink / raw)
  To: gcc-bugs

FAIL: gfortran.fortran-torture/execute/common.f90 execution, -O2
-ftree-vectorize -msse2
FAIL: gfortran.fortran-torture/execute/common_size.f90 execution, -O2
-ftree-vectorize -msse2
FAIL: gfortran.fortran-torture/execute/forall_3.f90 execution, -O2
-ftree-vectorize -msse2
FAIL: gfortran.fortran-torture/execute/forall_5.f90 execution, -O2
-ftree-vectorize -msse2
FAIL: gfortran.fortran-torture/execute/in-pack.f90 execution, -O2
-ftree-vectorize -msse2
FAIL: gfortran.fortran-torture/execute/ptr.f90 execution, -O2 -ftree-vectorize
-msse2
FAIL: gfortran.fortran-torture/execute/scalarize.f90 execution, -O2
-ftree-vectorize -msse2
FAIL: gfortran.fortran-torture/execute/scalarize2.f90 execution, -O2
-ftree-vectorize -msse2
FAIL: gfortran.fortran-torture/execute/seq_io.f90 execution, -O2
-ftree-vectorize -msse2
FAIL: gfortran.fortran-torture/execute/stack_varsize.f90 execution, -O2
-ftree-vectorize -msse2
FAIL: gfortran.fortran-torture/execute/where_2.f90 execution, -O2
-ftree-vectorize -msse2
FAIL: gfortran.fortran-torture/execute/where_7.f90 execution, -O2
-ftree-vectorize -msse2
FAIL: gfortran.fortran-torture/execute/where_8.f90 execution, -O2
-ftree-vectorize -msse2

$ cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 6
model           : 8
model name      : AMD Athlon(TM) XP 2600+
stepping        : 1
cpu MHz         : 2083.200
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow up ts
bogomips        : 4170.06
clflush size    : 32


-- 
           Summary: [4.4 Regression] Invalid fortran-torture -msse2 tests on
                    Athlon XP
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tkoenig at gcc dot gnu dot org


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


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

* [Bug testsuite/36458] [4.4 Regression] Invalid fortran-torture -msse2 tests on Athlon XP
  2008-06-07 17:30 [Bug testsuite/36458] New: [4.4 Regression] Invalid fortran-torture -msse2 tests on Athlon XP tkoenig at gcc dot gnu dot org
@ 2008-06-07 18:44 ` ubizjak at gmail dot com
  2008-06-07 19:25 ` tkoenig at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ubizjak at gmail dot com @ 2008-06-07 18:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ubizjak at gmail dot com  2008-06-07 18:44 -------
Don't compile with -msse2 if your target doesn't support SSE2.

Tests works OK with:

flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm
constant
_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx est tm2 ssse3 cx16
xt
pr lahf_lm


-- 

ubizjak at gmail dot com changed:

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


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


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

* [Bug testsuite/36458] [4.4 Regression] Invalid fortran-torture -msse2 tests on Athlon XP
  2008-06-07 17:30 [Bug testsuite/36458] New: [4.4 Regression] Invalid fortran-torture -msse2 tests on Athlon XP tkoenig at gcc dot gnu dot org
  2008-06-07 18:44 ` [Bug testsuite/36458] " ubizjak at gmail dot com
@ 2008-06-07 19:25 ` tkoenig at gcc dot gnu dot org
  2008-06-11 11:15 ` jsm28 at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2008-06-07 19:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from tkoenig at gcc dot gnu dot org  2008-06-07 19:24 -------
I didn't compile it that way myself; those are testsuite failures.


-- 

tkoenig at gcc dot gnu dot org changed:

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


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


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

* [Bug testsuite/36458] [4.4 Regression] Invalid fortran-torture -msse2 tests on Athlon XP
  2008-06-07 17:30 [Bug testsuite/36458] New: [4.4 Regression] Invalid fortran-torture -msse2 tests on Athlon XP tkoenig at gcc dot gnu dot org
  2008-06-07 18:44 ` [Bug testsuite/36458] " ubizjak at gmail dot com
  2008-06-07 19:25 ` tkoenig at gcc dot gnu dot org
@ 2008-06-11 11:15 ` jsm28 at gcc dot gnu dot org
  2008-06-25 12:11 ` rguenth at gcc dot gnu dot org
  2008-09-15  9:37 ` jakub at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-06-11 11:15 UTC (permalink / raw)
  To: gcc-bugs



-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.0


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


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

* [Bug testsuite/36458] [4.4 Regression] Invalid fortran-torture -msse2 tests on Athlon XP
  2008-06-07 17:30 [Bug testsuite/36458] New: [4.4 Regression] Invalid fortran-torture -msse2 tests on Athlon XP tkoenig at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-06-11 11:15 ` jsm28 at gcc dot gnu dot org
@ 2008-06-25 12:11 ` rguenth at gcc dot gnu dot org
  2008-09-15  9:37 ` jakub at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-06-25 12:11 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug testsuite/36458] [4.4 Regression] Invalid fortran-torture -msse2 tests on Athlon XP
  2008-06-07 17:30 [Bug testsuite/36458] New: [4.4 Regression] Invalid fortran-torture -msse2 tests on Athlon XP tkoenig at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-06-25 12:11 ` rguenth at gcc dot gnu dot org
@ 2008-09-15  9:37 ` jakub at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-09-15  9:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2008-09-15 09:36 -------


*** This bug has been marked as a duplicate of 36889 ***


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-09-15  9:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-07 17:30 [Bug testsuite/36458] New: [4.4 Regression] Invalid fortran-torture -msse2 tests on Athlon XP tkoenig at gcc dot gnu dot org
2008-06-07 18:44 ` [Bug testsuite/36458] " ubizjak at gmail dot com
2008-06-07 19:25 ` tkoenig at gcc dot gnu dot org
2008-06-11 11:15 ` jsm28 at gcc dot gnu dot org
2008-06-25 12:11 ` rguenth at gcc dot gnu dot org
2008-09-15  9:37 ` jakub at gcc dot gnu dot 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).