public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/53973] New: [x32] libjava failures
@ 2012-07-15 14:13 hjl.tools at gmail dot com
  2012-07-16 21:06 ` [Bug java/53973] " hjl.tools at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2012-07-15 14:13 UTC (permalink / raw)
  To: java-prs

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

             Bug #: 53973
           Summary: [x32] libjava failures
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com
                CC: areg.melikadamyan@gmail.com


As of revision 189483, there are following libjava failures
on Linux/x32:

FAIL: libjava.jar/TestClosureGC.jar execution - gij test
FAIL: libjava.jar/simple.jar output - gij test
FAIL: PR15133 output - gij test
FAIL: PR18116 output - gij test
FAIL: calls output - gij test
FAIL: directbuffer output - gij test
FAIL: final_method output - gij test
FAIL: findclass execution - gij test
FAIL: findclass2 output - gij test
FAIL: iface output - gij test
FAIL: init output - gij test
FAIL: invoke output - gij test
FAIL: jniutf execution - gij test
FAIL: martin execution - gij test
FAIL: noclass output - gij test
FAIL: overload output - gij test
FAIL: pr18278 execution - gij test
FAIL: pr23739 execution - gij test
FAIL: register output - gij test
FAIL: register2 output - gij test
FAIL: simple_int output - gij test
FAIL: throwit execution - gij test
FAIL: virtual output - gij test
FAIL: PR16923 output
FAIL: pr29812 execution - gij test
FAIL: getargssize output
FAIL: getlocalvartable output
FAIL: getstacktrace output
FAIL: Divide_1 output - source compiled test
FAIL: Divide_1 -findirect-dispatch output - source compiled test


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

* [Bug java/53973] [x32] libjava failures
  2012-07-15 14:13 [Bug java/53973] New: [x32] libjava failures hjl.tools at gmail dot com
@ 2012-07-16 21:06 ` hjl.tools at gmail dot com
  2012-07-18 17:39 ` hjl at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2012-07-16 21:06 UTC (permalink / raw)
  To: java-prs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2012-07/msg00689.htm
                   |                            |l

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-07-16 21:05:52 UTC ---
A patch is posted at

http://gcc.gnu.org/ml/gcc-patches/2012-07/msg00689.html


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

* [Bug java/53973] [x32] libjava failures
  2012-07-15 14:13 [Bug java/53973] New: [x32] libjava failures hjl.tools at gmail dot com
  2012-07-16 21:06 ` [Bug java/53973] " hjl.tools at gmail dot com
@ 2012-07-18 17:39 ` hjl at gcc dot gnu.org
  2012-07-18 18:10 ` hjl at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at gcc dot gnu.org @ 2012-07-18 17:39 UTC (permalink / raw)
  To: java-prs

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

--- Comment #2 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2012-07-18 17:38:46 UTC ---
Author: hjl
Date: Wed Jul 18 17:38:37 2012
New Revision: 189621

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189621
Log:
Check and skip 67h address size prefix for x32

    PR libjava/53973
    * include/x86_64-signal.h (CHECK_67H_PREFIX): New.
    (HANDLE_DIVIDE_OVERFLOW): Check and and skip 67h address size
    prefix if CHECK_67H_PREFIX is 1.  Use ULL suffix for 64-bit
    integer.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/include/x86_64-signal.h


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

* [Bug java/53973] [x32] libjava failures
  2012-07-15 14:13 [Bug java/53973] New: [x32] libjava failures hjl.tools at gmail dot com
  2012-07-16 21:06 ` [Bug java/53973] " hjl.tools at gmail dot com
  2012-07-18 17:39 ` hjl at gcc dot gnu.org
@ 2012-07-18 18:10 ` hjl at gcc dot gnu.org
  2012-07-18 19:14 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at gcc dot gnu.org @ 2012-07-18 18:10 UTC (permalink / raw)
  To: java-prs

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

--- Comment #3 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2012-07-18 18:09:56 UTC ---
Author: hjl
Date: Wed Jul 18 18:09:49 2012
New Revision: 189623

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189623
Log:
Skip 67h address size prefix unconditionally

    PR libjava/53973
    * include/x86_64-signal.h (CHECK_67H_PREFIX): Removed.
    (HANDLE_DIVIDE_OVERFLOW): Skip 67h address size prefix
    unconditionally.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/include/x86_64-signal.h


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

* [Bug java/53973] [x32] libjava failures
  2012-07-15 14:13 [Bug java/53973] New: [x32] libjava failures hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2012-07-18 18:10 ` hjl at gcc dot gnu.org
@ 2012-07-18 19:14 ` hjl.tools at gmail dot com
  2012-07-18 19:20 ` hjl at gcc dot gnu.org
  2012-07-18 23:50 ` hjl.tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2012-07-18 19:14 UTC (permalink / raw)
  To: java-prs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dschepler at gmail dot com

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> 2012-07-18 19:13:30 UTC ---
*** Bug 53982 has been marked as a duplicate of this bug. ***


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

* [Bug java/53973] [x32] libjava failures
  2012-07-15 14:13 [Bug java/53973] New: [x32] libjava failures hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2012-07-18 19:14 ` hjl.tools at gmail dot com
@ 2012-07-18 19:20 ` hjl at gcc dot gnu.org
  2012-07-18 23:50 ` hjl.tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at gcc dot gnu.org @ 2012-07-18 19:20 UTC (permalink / raw)
  To: java-prs

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

--- Comment #5 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2012-07-18 19:19:40 UTC ---
Author: hjl
Date: Wed Jul 18 19:19:34 2012
New Revision: 189626

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189626
Log:
Define FFI_SIZEOF_JAVA_RAW to 4 for x32


    PR libffi/53982
    PR libffi/53973
    * src/x86/ffitarget.h: Check __ILP32__ instead of __LP64__ for
    x32.
    (FFI_SIZEOF_JAVA_RAW): Defined to 4 for x32.

Modified:
    trunk/libffi/ChangeLog.libgcj
    trunk/libffi/src/x86/ffitarget.h


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

* [Bug java/53973] [x32] libjava failures
  2012-07-15 14:13 [Bug java/53973] New: [x32] libjava failures hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2012-07-18 19:20 ` hjl at gcc dot gnu.org
@ 2012-07-18 23:50 ` hjl.tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2012-07-18 23:50 UTC (permalink / raw)
  To: java-prs

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

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

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

--- Comment #6 from H.J. Lu <hjl.tools at gmail dot com> 2012-07-18 23:50:22 UTC ---
Fixed:

http://gcc.gnu.org/ml/gcc-testresults/2012-07/msg01494.html


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

end of thread, other threads:[~2012-07-18 23:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-15 14:13 [Bug java/53973] New: [x32] libjava failures hjl.tools at gmail dot com
2012-07-16 21:06 ` [Bug java/53973] " hjl.tools at gmail dot com
2012-07-18 17:39 ` hjl at gcc dot gnu.org
2012-07-18 18:10 ` hjl at gcc dot gnu.org
2012-07-18 19:14 ` hjl.tools at gmail dot com
2012-07-18 19:20 ` hjl at gcc dot gnu.org
2012-07-18 23:50 ` 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).