public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/48529] New: [x32] Testsuite failures
@ 2011-04-09 14:57 hjl.tools at gmail dot com
  2011-05-07 13:25 ` [Bug target/48529] " hjl.tools at gmail dot com
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: hjl.tools at gmail dot com @ 2011-04-09 14:57 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [x32] Testsuite failures
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


When configured with

--enable-clocale=gnu --with-system-zlib --with-demangler-in-ld
--enable-languages=c,c++,fortran  --prefix=/usr/gcc-4.7.0-x32
--with-local-prefix=/usr/local --enable-gnu-indirect-function --enable-x32
--enable-cloog-backend=isl --with-ppl-include=/opt/gnu/include
--with-ppl-lib=/opt/gnu/lib64 --with-cloog-include=/opt/gnu/include
--with-cloog-lib=/opt/gnu/lib64 --with-fpmath=sse

compared with -m64,

make -k check RUNTESTFLAGS="--target_board='unix{-mx32}'"

has following extra failures:

FAIL: 27_io/basic_filebuf/close/char/4879.cc execution test
FAIL: 27_io/basic_filebuf/close/char/9964.cc execution test
FAIL: 27_io/basic_filebuf/imbue/char/13171-2.cc execution test
FAIL: 27_io/basic_filebuf/imbue/wchar_t/14975-2.cc execution test
FAIL: 27_io/basic_filebuf/seekoff/char/26777.cc execution test
FAIL: 27_io/basic_filebuf/underflow/char/10097.cc execution test
FAIL: 27_io/objects/char/7.cc execution test
FAIL: 27_io/objects/char/9661-1.cc execution test
FAIL: 27_io/objects/wchar_t/7.cc execution test
FAIL: 27_io/objects/wchar_t/9661-1.cc execution test
FAIL: ext/ext_pointer/1.cc execution test
FAIL: gcc.c-torture/execute/builtins/strcspn.c execution,  -O1 
FAIL: gcc.dg/20020219-1.c execution test
FAIL: gcc.dg/c99-stdint-1.c (test for excess errors)
FAIL: gcc.target/i386/pr39543-3.c (test for excess errors)
FAIL: gcc.target/i386/pr43766.c scan-assembler-not lea[lq]?[ \t]
FAIL: g++.dg/abi/covariant3.C execution test
FAIL: g++.dg/abi/vcall1.C execution test
FAIL: g++.dg/inherit/covariant17.C execution test
FAIL: g++.dg/inherit/covariant18.C execution test
FAIL: g++.dg/inherit/covariant3.C execution test
FAIL: g++.dg/inherit/covariant4.C execution test
FAIL: g++.old-deja/g++.abi/vtable3a.C execution test
FAIL: g++.old-deja/g++.abi/vtable3b.C execution test
FAIL: g++.old-deja/g++.abi/vtable3c.C execution test
FAIL: g++.old-deja/g++.abi/vtable3d.C execution test
FAIL: g++.old-deja/g++.abi/vtable3e.C execution test
FAIL: g++.old-deja/g++.abi/vtable3f.C execution test
FAIL: g++.old-deja/g++.abi/vtable3g.C execution test
FAIL: g++.old-deja/g++.abi/vtable3h.C execution test
FAIL: g++.old-deja/g++.abi/vtable3i.C execution test
FAIL: g++.old-deja/g++.abi/vtable3j.C execution test
FAIL: g++.old-deja/g++.mike/p4736b.C execution test
FAIL: g++.old-deja/g++.mike/p4736c.C execution test
FAIL: g++.old-deja/g++.mike/virt2.C execution test
FAIL: g++.old-deja/g++.mike/virt5.C execution test
FAIL: g++.old-deja/g++.oliva/thunk1.C execution test
FAIL: libgomp.fortran/strassen.f90  -O  execution test
FAIL: libmudflap.cth/pass37-frag.c execution test
FAIL: libmudflap.cth/pass37-frag.c output pattern test
FAIL: libmudflap.cth/pass39-frag.c execution test
FAIL: libmudflap.cth/pass39-frag.c output pattern test
FAIL: libmudflap.cth/pass39-frag.c (-O2) execution test
FAIL: libmudflap.cth/pass39-frag.c (-O2) output pattern test
FAIL: libstdc++-abi/abi_check


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

* [Bug target/48529] [x32] Testsuite failures
  2011-04-09 14:57 [Bug target/48529] New: [x32] Testsuite failures hjl.tools at gmail dot com
@ 2011-05-07 13:25 ` hjl.tools at gmail dot com
  2011-05-20 13:03 ` hjl at gcc dot gnu.org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-07 13:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-05-07 13:18:05 UTC ---
Also

FAIL: g++.dg/torture/pr48661.C  -O1  execution test
FAIL: g++.dg/torture/pr48661.C  -O2  execution test
FAIL: g++.dg/torture/pr48661.C  -O2 -flto  execution test
FAIL: g++.dg/torture/pr48661.C  -O2 -flto -flto-partition=none  execution test
FAIL: g++.dg/torture/pr48661.C  -O3 -fomit-frame-pointer  execution test
FAIL: g++.dg/torture/pr48661.C  -O3 -g  execution test
FAIL: g++.dg/torture/pr48661.C  -Os  execution test


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

* [Bug target/48529] [x32] Testsuite failures
  2011-04-09 14:57 [Bug target/48529] New: [x32] Testsuite failures hjl.tools at gmail dot com
  2011-05-07 13:25 ` [Bug target/48529] " hjl.tools at gmail dot com
@ 2011-05-20 13:03 ` hjl at gcc dot gnu.org
  2011-05-20 13:04 ` hjl.tools at gmail dot com
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: hjl at gcc dot gnu.org @ 2011-05-20 13:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-05-20 12:47:16 UTC ---
Author: hjl
Date: Fri May 20 12:47:13 2011
New Revision: 173943

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173943
Log:
Use ptr_mode instead of Pmode for vtable adjustment.

2011-05-20  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/48529
    * config/i386/i386.c (x86_output_mi_thunk): Use ptr_mode instead
    of Pmode for vtable adjustment.

Modified:
    branches/x32/gcc/ChangeLog.x32
    branches/x32/gcc/config/i386/i386.c


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

* [Bug target/48529] [x32] Testsuite failures
  2011-04-09 14:57 [Bug target/48529] New: [x32] Testsuite failures hjl.tools at gmail dot com
  2011-05-07 13:25 ` [Bug target/48529] " hjl.tools at gmail dot com
  2011-05-20 13:03 ` hjl at gcc dot gnu.org
@ 2011-05-20 13:04 ` hjl.tools at gmail dot com
  2011-05-20 14:58 ` hjl at gcc dot gnu.org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-20 13:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2011-05-20 12:53:40 UTC ---
As of revision 173943, the x32 failures are

FAIL: 27_io/basic_filebuf/close/char/4879.cc execution test
FAIL: 27_io/basic_filebuf/close/char/9964.cc execution test
FAIL: 27_io/basic_filebuf/imbue/char/13171-2.cc execution test
FAIL: 27_io/basic_filebuf/imbue/wchar_t/14975-2.cc execution test
FAIL: 27_io/basic_filebuf/seekoff/char/26777.cc execution test
FAIL: 27_io/basic_filebuf/underflow/char/10097.cc execution test
FAIL: 27_io/objects/char/7.cc execution test
FAIL: 27_io/objects/char/9661-1.cc execution test
FAIL: 27_io/objects/wchar_t/7.cc execution test
FAIL: 27_io/objects/wchar_t/9661-1.cc execution test
FAIL: gcc.c-torture/execute/builtins/strcspn.c execution,  -O1 
FAIL: gcc.dg/20020219-1.c execution test
FAIL: gcc.target/i386/pr39543-3.c (test for excess errors)
FAIL: gcc.target/i386/pr43766.c scan-assembler-not lea[lq]?[ \t]
FAIL: libgomp.fortran/strassen.f90  -O  execution test
FAIL: libstdc++-abi/abi_check


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

* [Bug target/48529] [x32] Testsuite failures
  2011-04-09 14:57 [Bug target/48529] New: [x32] Testsuite failures hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2011-05-20 13:04 ` hjl.tools at gmail dot com
@ 2011-05-20 14:58 ` hjl at gcc dot gnu.org
  2011-05-20 14:58 ` hjl.tools at gmail dot com
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: hjl at gcc dot gnu.org @ 2011-05-20 14:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-05-20 14:34:03 UTC ---
Author: hjl
Date: Fri May 20 14:33:58 2011
New Revision: 173949

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173949
Log:
Disable gcc.dg/20020219-1.c for x32.

2011-05-20  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/48529
    * gcc.dg/20020219-1.c: Disabled for x32.

Modified:
    branches/x32/gcc/testsuite/ChangeLog.x32
    branches/x32/gcc/testsuite/gcc.dg/20020219-1.c


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

* [Bug target/48529] [x32] Testsuite failures
  2011-04-09 14:57 [Bug target/48529] New: [x32] Testsuite failures hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2011-05-20 14:58 ` hjl at gcc dot gnu.org
@ 2011-05-20 14:58 ` hjl.tools at gmail dot com
  2011-05-21  1:11 ` hjl.tools at gmail dot com
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-20 14:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> 2011-05-20 14:39:37 UTC ---
As of revision 173950, the x32 failures are

FAIL: 27_io/basic_filebuf/close/char/4879.cc execution test
FAIL: 27_io/basic_filebuf/close/char/9964.cc execution test
FAIL: 27_io/basic_filebuf/imbue/char/13171-2.cc execution test
FAIL: 27_io/basic_filebuf/imbue/wchar_t/14975-2.cc execution test
FAIL: 27_io/basic_filebuf/seekoff/char/26777.cc execution test
FAIL: 27_io/basic_filebuf/underflow/char/10097.cc execution test
FAIL: 27_io/objects/char/7.cc execution test
FAIL: 27_io/objects/char/9661-1.cc execution test
FAIL: 27_io/objects/wchar_t/7.cc execution test
FAIL: 27_io/objects/wchar_t/9661-1.cc execution test
FAIL: gcc.c-torture/execute/builtins/strcspn.c execution,  -O1 
FAIL: gcc.target/i386/pr39543-3.c (test for excess errors)
FAIL: gcc.target/i386/pr43766.c scan-assembler-not lea[lq]?[ \t]
FAIL: libgomp.fortran/strassen.f90  -O  execution test


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

* [Bug target/48529] [x32] Testsuite failures
  2011-04-09 14:57 [Bug target/48529] New: [x32] Testsuite failures hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2011-05-20 14:58 ` hjl.tools at gmail dot com
@ 2011-05-21  1:11 ` hjl.tools at gmail dot com
  2011-05-21 15:09 ` hjl.tools at gmail dot com
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-21  1:11 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from H.J. Lu <hjl.tools at gmail dot com> 2011-05-21 00:45:30 UTC ---
With the latest x32 kernel, I got

FAIL: gcc.c-torture/execute/builtins/strcspn.c execution,  -O1 
FAIL: gcc.target/i386/pr39543-3.c (test for excess errors)
FAIL: gcc.target/i386/pr43766.c scan-assembler-not lea[lq]?[ \t]
FAIL: libgomp.fortran/strassen.f90  -O  execution test


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

* [Bug target/48529] [x32] Testsuite failures
  2011-04-09 14:57 [Bug target/48529] New: [x32] Testsuite failures hjl.tools at gmail dot com
                   ` (5 preceding siblings ...)
  2011-05-21  1:11 ` hjl.tools at gmail dot com
@ 2011-05-21 15:09 ` hjl.tools at gmail dot com
  2011-05-27 12:39 ` hjl.tools at gmail dot com
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-21 15:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from H.J. Lu <hjl.tools at gmail dot com> 2011-05-21 13:57:01 UTC ---
Objective C failures:

FAIL: objc.dg/torture/forward-1.m  -O0  -fgnu-runtime execution test
FAIL: objc.dg/torture/forward-1.m  -O1  -fgnu-runtime execution test
FAIL: objc.dg/torture/forward-1.m  -O2  -fgnu-runtime execution test
FAIL: objc.dg/torture/forward-1.m  -O2 -flto  -fgnu-runtime execution test
FAIL: objc.dg/torture/forward-1.m  -O2 -flto -flto-partition=none 
-fgnu-runtime execution test
FAIL: objc.dg/torture/forward-1.m  -O3 -fomit-frame-pointer  -fgnu-runtime
execution test
FAIL: objc.dg/torture/forward-1.m  -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions  -fgnu-runtime execution test
FAIL: objc.dg/torture/forward-1.m  -O3 -fomit-frame-pointer -funroll-loops 
-fgnu-runtime execution test
FAIL: objc.dg/torture/forward-1.m  -O3 -g  -fgnu-runtime execution test
FAIL: objc.dg/torture/forward-1.m  -Os  -fgnu-runtime execution test


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

* [Bug target/48529] [x32] Testsuite failures
  2011-04-09 14:57 [Bug target/48529] New: [x32] Testsuite failures hjl.tools at gmail dot com
                   ` (6 preceding siblings ...)
  2011-05-21 15:09 ` hjl.tools at gmail dot com
@ 2011-05-27 12:39 ` hjl.tools at gmail dot com
  2011-05-27 16:49 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-27 12:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from H.J. Lu <hjl.tools at gmail dot com> 2011-05-27 12:36:21 UTC ---
(In reply to comment #7)
> Objective C failures:
> 
> FAIL: objc.dg/torture/forward-1.m  -O0  -fgnu-runtime execution test
> FAIL: objc.dg/torture/forward-1.m  -O1  -fgnu-runtime execution test
> FAIL: objc.dg/torture/forward-1.m  -O2  -fgnu-runtime execution test
> FAIL: objc.dg/torture/forward-1.m  -O2 -flto  -fgnu-runtime execution test
> FAIL: objc.dg/torture/forward-1.m  -O2 -flto -flto-partition=none 
> -fgnu-runtime execution test
> FAIL: objc.dg/torture/forward-1.m  -O3 -fomit-frame-pointer  -fgnu-runtime
> execution test
> FAIL: objc.dg/torture/forward-1.m  -O3 -fomit-frame-pointer -funroll-all-loops
> -finline-functions  -fgnu-runtime execution test
> FAIL: objc.dg/torture/forward-1.m  -O3 -fomit-frame-pointer -funroll-loops 
> -fgnu-runtime execution test
> FAIL: objc.dg/torture/forward-1.m  -O3 -g  -fgnu-runtime execution test
> FAIL: objc.dg/torture/forward-1.m  -Os  -fgnu-runtime execution test

Those are expected to fail for x32.


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

* [Bug target/48529] [x32] Testsuite failures
  2011-04-09 14:57 [Bug target/48529] New: [x32] Testsuite failures hjl.tools at gmail dot com
                   ` (7 preceding siblings ...)
  2011-05-27 12:39 ` hjl.tools at gmail dot com
@ 2011-05-27 16:49 ` hjl.tools at gmail dot com
  2011-05-29 15:54 ` hjl.tools at gmail dot com
  2011-08-08 15:57 ` hjl.tools at gmail dot com
  10 siblings, 0 replies; 12+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-27 16:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from H.J. Lu <hjl.tools at gmail dot com> 2011-05-27 16:44:42 UTC ---
Therre is only one failure:

FAIL: libgomp.fortran/strassen.f90  -O  execution test

with C, C++, Fortran and Objective C on x32 branch at revision 174333.


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

* [Bug target/48529] [x32] Testsuite failures
  2011-04-09 14:57 [Bug target/48529] New: [x32] Testsuite failures hjl.tools at gmail dot com
                   ` (8 preceding siblings ...)
  2011-05-27 16:49 ` hjl.tools at gmail dot com
@ 2011-05-29 15:54 ` hjl.tools at gmail dot com
  2011-08-08 15:57 ` hjl.tools at gmail dot com
  10 siblings, 0 replies; 12+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-29 15:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from H.J. Lu <hjl.tools at gmail dot com> 2011-05-29 15:36:33 UTC ---
New failures at revision 174396 on x32 branch:

FAIL: 22_locale/time_get/get_weekday/char/38081-1.cc execution test
FAIL: 22_locale/time_get/get_weekday/char/38081-2.cc execution test

They were OK at revision 174333.


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

* [Bug target/48529] [x32] Testsuite failures
  2011-04-09 14:57 [Bug target/48529] New: [x32] Testsuite failures hjl.tools at gmail dot com
                   ` (9 preceding siblings ...)
  2011-05-29 15:54 ` hjl.tools at gmail dot com
@ 2011-08-08 15:57 ` hjl.tools at gmail dot com
  10 siblings, 0 replies; 12+ messages in thread
From: hjl.tools at gmail dot com @ 2011-08-08 15:57 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.7.0

--- Comment #11 from H.J. Lu <hjl.tools at gmail dot com> 2011-08-08 15:57:18 UTC ---
Fixed.


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

end of thread, other threads:[~2011-08-08 15:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-09 14:57 [Bug target/48529] New: [x32] Testsuite failures hjl.tools at gmail dot com
2011-05-07 13:25 ` [Bug target/48529] " hjl.tools at gmail dot com
2011-05-20 13:03 ` hjl at gcc dot gnu.org
2011-05-20 13:04 ` hjl.tools at gmail dot com
2011-05-20 14:58 ` hjl at gcc dot gnu.org
2011-05-20 14:58 ` hjl.tools at gmail dot com
2011-05-21  1:11 ` hjl.tools at gmail dot com
2011-05-21 15:09 ` hjl.tools at gmail dot com
2011-05-27 12:39 ` hjl.tools at gmail dot com
2011-05-27 16:49 ` hjl.tools at gmail dot com
2011-05-29 15:54 ` hjl.tools at gmail dot com
2011-08-08 15:57 ` hjl.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).