public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35350]  New: FAIL: gcc.target/i386/isa-10.c execution test
@ 2008-02-24 12:01 jrp at dial dot pipex dot com
  2008-02-24 19:24 ` [Bug c++/35350] " ubizjak at gmail dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jrp at dial dot pipex dot com @ 2008-02-24 12:01 UTC (permalink / raw)
  To: gcc-bugs

The above test started to fail over the last few days.

Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc/configure -v --enable-languages=c,c++,fortran
--enable-shared --with-system-zlib --without-included-gettext
--enable-threads=posix --enable-nls --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-mpfr --enable-checking=release
--with-arch=core2
Thread model: posix
gcc version 4.4.0 20080224 (experimental) (GCC)


-- 
           Summary: FAIL: gcc.target/i386/isa-10.c execution test
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jrp at dial dot pipex dot com
 GCC build triplet: gcc version 4.4.0 20080224 (experimental) (GCC
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug c++/35350] FAIL: gcc.target/i386/isa-10.c execution test
  2008-02-24 12:01 [Bug c++/35350] New: FAIL: gcc.target/i386/isa-10.c execution test jrp at dial dot pipex dot com
@ 2008-02-24 19:24 ` ubizjak at gmail dot com
  2008-02-24 19:24 ` ubizjak at gmail dot com
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ubizjak at gmail dot com @ 2008-02-24 19:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ubizjak at gmail dot com  2008-02-24 19:24 -------
H.J, please note --with-arch=core2 in config.


-- 


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


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

* [Bug c++/35350] FAIL: gcc.target/i386/isa-10.c execution test
  2008-02-24 12:01 [Bug c++/35350] New: FAIL: gcc.target/i386/isa-10.c execution test jrp at dial dot pipex dot com
  2008-02-24 19:24 ` [Bug c++/35350] " ubizjak at gmail dot com
@ 2008-02-24 19:24 ` ubizjak at gmail dot com
  2008-03-07  7:06 ` hjl dot tools at gmail dot com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ubizjak at gmail dot com @ 2008-02-24 19:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ubizjak at gmail dot com  2008-02-24 19:23 -------
Confirmed.

gcc.target/i386/isa-10 was introduced by
http://gcc.gnu.org/viewcvs?view=rev&revision=132403


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl dot tools at gmail dot
                   |                            |com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-02-24 19:23:22
               date|                            |


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


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

* [Bug c++/35350] FAIL: gcc.target/i386/isa-10.c execution test
  2008-02-24 12:01 [Bug c++/35350] New: FAIL: gcc.target/i386/isa-10.c execution test jrp at dial dot pipex dot com
  2008-02-24 19:24 ` [Bug c++/35350] " ubizjak at gmail dot com
  2008-02-24 19:24 ` ubizjak at gmail dot com
@ 2008-03-07  7:06 ` hjl dot tools at gmail dot com
  2008-03-07  7:08 ` hjl dot tools at gmail dot com
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-03-07  7:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl dot tools at gmail dot com  2008-03-07 07:05 -------
This is the testcase issue.


-- 


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


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

* [Bug c++/35350] FAIL: gcc.target/i386/isa-10.c execution test
  2008-02-24 12:01 [Bug c++/35350] New: FAIL: gcc.target/i386/isa-10.c execution test jrp at dial dot pipex dot com
                   ` (2 preceding siblings ...)
  2008-03-07  7:06 ` hjl dot tools at gmail dot com
@ 2008-03-07  7:08 ` hjl dot tools at gmail dot com
  2008-03-07  7:10 ` hjl dot tools at gmail dot com
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-03-07  7:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hjl dot tools at gmail dot com  2008-03-07 07:07 -------
Adding -march=x86_64 may work.


-- 


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


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

* [Bug c++/35350] FAIL: gcc.target/i386/isa-10.c execution test
  2008-02-24 12:01 [Bug c++/35350] New: FAIL: gcc.target/i386/isa-10.c execution test jrp at dial dot pipex dot com
                   ` (3 preceding siblings ...)
  2008-03-07  7:08 ` hjl dot tools at gmail dot com
@ 2008-03-07  7:10 ` hjl dot tools at gmail dot com
  2008-03-07 17:01 ` hjl dot tools at gmail dot com
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-03-07  7:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from hjl dot tools at gmail dot com  2008-03-07 07:09 -------
Or add -mno-ssse3.


-- 


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


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

* [Bug c++/35350] FAIL: gcc.target/i386/isa-10.c execution test
  2008-02-24 12:01 [Bug c++/35350] New: FAIL: gcc.target/i386/isa-10.c execution test jrp at dial dot pipex dot com
                   ` (4 preceding siblings ...)
  2008-03-07  7:10 ` hjl dot tools at gmail dot com
@ 2008-03-07 17:01 ` hjl dot tools at gmail dot com
  2008-03-08 22:35 ` hjl at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-03-07 17:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from hjl dot tools at gmail dot com  2008-03-07 17:00 -------
A patch is posted at

http://gcc.gnu.org/ml/gcc-patches/2008-03/msg00480.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2008-
                   |                            |03/msg00480.html


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


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

* [Bug c++/35350] FAIL: gcc.target/i386/isa-10.c execution test
  2008-02-24 12:01 [Bug c++/35350] New: FAIL: gcc.target/i386/isa-10.c execution test jrp at dial dot pipex dot com
                   ` (5 preceding siblings ...)
  2008-03-07 17:01 ` hjl dot tools at gmail dot com
@ 2008-03-08 22:35 ` hjl at gcc dot gnu dot org
  2008-03-08 22:38 ` hjl at gcc dot gnu dot org
  2008-03-09  4:59 ` [Bug testsuite/35350] " hjl dot tools at gmail dot com
  8 siblings, 0 replies; 10+ messages in thread
From: hjl at gcc dot gnu dot org @ 2008-03-08 22:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from hjl at gcc dot gnu dot org  2008-03-08 22:34 -------
Subject: Bug 35350

Author: hjl
Date: Sat Mar  8 22:33:54 2008
New Revision: 133044

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133044
Log:
2008-03-08  H.J. Lu  <hongjiu.lu@intel.com>

        PR target/35350
        * gcc.target/i386/isa-1.c: Add -march=x86-64.
        * gcc.target/i386/isa-2.c: Likewise.
        * gcc.target/i386/isa-3.c: Likewise.
        * gcc.target/i386/isa-10.c: Likewise.
        * gcc.target/i386/isa-11.c: Likewise.
        * gcc.target/i386/isa-12.c: Likewise.
        * gcc.target/i386/isa-13.c: Likewise.
        * gcc.target/i386/isa-14.c: Likewise.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/i386/isa-1.c
    trunk/gcc/testsuite/gcc.target/i386/isa-10.c
    trunk/gcc/testsuite/gcc.target/i386/isa-11.c
    trunk/gcc/testsuite/gcc.target/i386/isa-12.c
    trunk/gcc/testsuite/gcc.target/i386/isa-13.c
    trunk/gcc/testsuite/gcc.target/i386/isa-14.c
    trunk/gcc/testsuite/gcc.target/i386/isa-2.c
    trunk/gcc/testsuite/gcc.target/i386/isa-3.c


-- 


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


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

* [Bug c++/35350] FAIL: gcc.target/i386/isa-10.c execution test
  2008-02-24 12:01 [Bug c++/35350] New: FAIL: gcc.target/i386/isa-10.c execution test jrp at dial dot pipex dot com
                   ` (6 preceding siblings ...)
  2008-03-08 22:35 ` hjl at gcc dot gnu dot org
@ 2008-03-08 22:38 ` hjl at gcc dot gnu dot org
  2008-03-09  4:59 ` [Bug testsuite/35350] " hjl dot tools at gmail dot com
  8 siblings, 0 replies; 10+ messages in thread
From: hjl at gcc dot gnu dot org @ 2008-03-08 22:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from hjl at gcc dot gnu dot org  2008-03-08 22:37 -------
Subject: Bug 35350

Author: hjl
Date: Sat Mar  8 22:37:07 2008
New Revision: 133045

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133045
Log:
2008-03-08  H.J. Lu  <hongjiu.lu@intel.com>

        PR target/35350
        * gcc.target/i386/isa-1.c: Add -march=x86-64.
        * gcc.target/i386/isa-2.c: Likewise.
        * gcc.target/i386/isa-3.c: Likewise.
        * gcc.target/i386/isa-10.c: Likewise.
        * gcc.target/i386/isa-11.c: Likewise.
        * gcc.target/i386/isa-12.c: Likewise.
        * gcc.target/i386/isa-13.c: Likewise.
        * gcc.target/i386/isa-14.c: Likewise.

Modified:
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/isa-1.c
    branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/isa-10.c
    branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/isa-11.c
    branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/isa-12.c
    branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/isa-13.c
    branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/isa-14.c
    branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/isa-2.c
    branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/isa-3.c


-- 


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


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

* [Bug testsuite/35350] FAIL: gcc.target/i386/isa-10.c execution test
  2008-02-24 12:01 [Bug c++/35350] New: FAIL: gcc.target/i386/isa-10.c execution test jrp at dial dot pipex dot com
                   ` (7 preceding siblings ...)
  2008-03-08 22:38 ` hjl at gcc dot gnu dot org
@ 2008-03-09  4:59 ` hjl dot tools at gmail dot com
  8 siblings, 0 replies; 10+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-03-09  4:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from hjl dot tools at gmail dot com  2008-03-09 04:59 -------
Fixed.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|c++                         |testsuite
  GCC build triplet|gcc version 4.4.0 20080224  |
                   |(experimental) (GCC         |
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2008-03-09  4:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-24 12:01 [Bug c++/35350] New: FAIL: gcc.target/i386/isa-10.c execution test jrp at dial dot pipex dot com
2008-02-24 19:24 ` [Bug c++/35350] " ubizjak at gmail dot com
2008-02-24 19:24 ` ubizjak at gmail dot com
2008-03-07  7:06 ` hjl dot tools at gmail dot com
2008-03-07  7:08 ` hjl dot tools at gmail dot com
2008-03-07  7:10 ` hjl dot tools at gmail dot com
2008-03-07 17:01 ` hjl dot tools at gmail dot com
2008-03-08 22:35 ` hjl at gcc dot gnu dot org
2008-03-08 22:38 ` hjl at gcc dot gnu dot org
2008-03-09  4:59 ` [Bug testsuite/35350] " hjl dot tools at gmail dot com

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).