public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/33764]  New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc
@ 2007-10-13 19:35 bero at arklinux dot org
  2007-10-14 14:59 ` [Bug java/33764] [4.2/4.3 " hjl at lucon dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: bero at arklinux dot org @ 2007-10-13 19:35 UTC (permalink / raw)
  To: java-prs

When building gcc on x86_64 with multilib support, gij is built as 32-bit
executable with some strange -rpaths.

The other parts of gcj are ok.

[bero@c64 ~]$ ldd /usr/bin/gcj
        libmpfr.so.1 => /usr/lib64/libmpfr.so.1 (0x00002b0221bea000)
        libgmp.so.3 => /usr/lib64/libgmp.so.3 (0x00002b0221e20000)
        libc.so.6 => /lib64/libc.so.6 (0x00002b022205e000)
        /lib64/ld-linux-x86-64.so.2 (0x00002b02219ce000)
[bero@c64 ~]$ ldd /usr/bin/gij
         (0xffffe000)
        libgij.so.9 => /usr/lib64/../lib/libgij.so.9 (0xf7f03000)
        libgcj.so.9 => /usr/lib64/../lib/libgcj.so.9 (0xf5fea000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xf5fd2000)
        librt.so.1 => /lib/librt.so.1 (0xf5fca000)
        libdl.so.2 => /lib/libdl.so.2 (0xf5fc6000)
        libz.so.1 => /usr/lib64/../lib/libz.so.1 (0xf5fb3000)
        libgcc_s.so.1 => /usr/lib64/../lib/libgcc_s.so.1 (0xf5fa6000)
        libm.so.6 => /lib/libm.so.6 (0xf5f7f000)
        libc.so.6 => /lib/libc.so.6 (0x42000000)
        /lib/ld-linux.so.2 (0xf7f07000)


-- 
           Summary: [4.3 regression] gij is built as 32-bit binary when
                    building multilib gcc
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bero at arklinux dot org
 GCC build triplet: x86_64-linux-gnu
  GCC host triplet: x86_64-linux-gnu
GCC target triplet: x86_64-linux-gnu


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


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

* [Bug java/33764] [4.2/4.3 regression] gij is built as 32-bit binary when building multilib gcc
  2007-10-13 19:35 [Bug java/33764] New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc bero at arklinux dot org
@ 2007-10-14 14:59 ` hjl at lucon dot org
  2007-10-22  8:43 ` [Bug libgcj/33764] " pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 16+ messages in thread
From: hjl at lucon dot org @ 2007-10-14 14:59 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from hjl at lucon dot org  2007-10-14 14:59 -------
The following ones in gcc 4.3:

gappletviewer
gc-analyze
gcj-dbtool
gcjh
gij
gjar
gjarsigner
gjavah
gkeytool
gnative2ascii
gorbd
grmic
grmid
grmiregistry
gserialver
gtnameserv
jv-convert

and the following ones in gcc 4.2:
gappletviewer
gcj-dbtool
gij
gjarsigner
gkeytool
grmic
grmiregistry
jv-convert

are 32bit on Linux/x86-64


-- 

hjl at lucon dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl at lucon dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-10-14 14:59:26
               date|                            |
            Summary|[4.3 regression] gij is     |[4.2/4.3 regression] gij is
                   |built as 32-bit binary when |built as 32-bit binary when
                   |building multilib gcc       |building multilib gcc


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


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

* [Bug libgcj/33764] [4.2/4.3 regression] gij is built as 32-bit binary when building multilib gcc
  2007-10-13 19:35 [Bug java/33764] New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc bero at arklinux dot org
  2007-10-14 14:59 ` [Bug java/33764] [4.2/4.3 " hjl at lucon dot org
@ 2007-10-22  8:43 ` pinskia at gcc dot gnu dot org
  2008-01-09 22:03 ` tromey at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-10-22  8:43 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-10-22 08:43 -------
This is most likely a timming issue.  That is the 64bit multilib is built first
and then it rebuilds it as a 32bit program.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
          Component|java                        |libgcj
   Target Milestone|---                         |4.2.4


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


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

* [Bug libgcj/33764] [4.2/4.3 regression] gij is built as 32-bit binary when building multilib gcc
  2007-10-13 19:35 [Bug java/33764] New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc bero at arklinux dot org
  2007-10-14 14:59 ` [Bug java/33764] [4.2/4.3 " hjl at lucon dot org
  2007-10-22  8:43 ` [Bug libgcj/33764] " pinskia at gcc dot gnu dot org
@ 2008-01-09 22:03 ` tromey at gcc dot gnu dot org
  2008-01-09 22:14 ` rguenther at suse dot de
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 16+ messages in thread
From: tromey at gcc dot gnu dot org @ 2008-01-09 22:03 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from tromey at gcc dot gnu dot org  2008-01-09 22:03 -------
What should we do here?
I think the problem is that we have a single bindir, but we are
building multiple executables -- one per multilib.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at gcc dot gnu dot
                   |                            |org


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


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

* [Bug libgcj/33764] [4.2/4.3 regression] gij is built as 32-bit binary when building multilib gcc
  2007-10-13 19:35 [Bug java/33764] New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc bero at arklinux dot org
                   ` (2 preceding siblings ...)
  2008-01-09 22:03 ` tromey at gcc dot gnu dot org
@ 2008-01-09 22:14 ` rguenther at suse dot de
  2008-01-09 22:17 ` tromey at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 16+ messages in thread
From: rguenther at suse dot de @ 2008-01-09 22:14 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from rguenther at suse dot de  2008-01-09 22:14 -------
Subject: Re:  [4.2/4.3 regression] gij is built as 32-bit
 binary when building multilib gcc

On Wed, 9 Jan 2008, tromey at gcc dot gnu dot org wrote:

> ------- Comment #3 from tromey at gcc dot gnu dot org  2008-01-09 22:03 -------
> What should we do here?
> I think the problem is that we have a single bindir, but we are
> building multiple executables -- one per multilib.

Well, usually you don't multi-"lib" binaries - which is why it is
called multilibbing, not multibinaring ;)  No idea how easy that is
to implement, though.

Richard.


-- 


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


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

* [Bug libgcj/33764] [4.2/4.3 regression] gij is built as 32-bit binary when building multilib gcc
  2007-10-13 19:35 [Bug java/33764] New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc bero at arklinux dot org
                   ` (3 preceding siblings ...)
  2008-01-09 22:14 ` rguenther at suse dot de
@ 2008-01-09 22:17 ` tromey at gcc dot gnu dot org
  2008-01-12 17:53 ` rguenth at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 16+ messages in thread
From: tromey at gcc dot gnu dot org @ 2008-01-09 22:17 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from tromey at gcc dot gnu dot org  2008-01-09 22:17 -------
Yeah.  We have to make the binaries where we do.  They rely on the
libraries we just built.

I suppose we could try to make a bin64 or whatever.
That sounds like a lot of work.

Maybe we could disable the executables in all but one of the multilibs.


-- 


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


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

* [Bug libgcj/33764] [4.2/4.3 regression] gij is built as 32-bit binary when building multilib gcc
  2007-10-13 19:35 [Bug java/33764] New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc bero at arklinux dot org
                   ` (4 preceding siblings ...)
  2008-01-09 22:17 ` tromey at gcc dot gnu dot org
@ 2008-01-12 17:53 ` rguenth at gcc dot gnu dot org
  2008-01-26 22:20 ` rguenth at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-12 17:53 UTC (permalink / raw)
  To: java-prs



------- Comment #6 from rguenth at gcc dot gnu dot org  2008-01-12 17:53 -------
P2.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug libgcj/33764] [4.2/4.3 regression] gij is built as 32-bit binary when building multilib gcc
  2007-10-13 19:35 [Bug java/33764] New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc bero at arklinux dot org
                   ` (5 preceding siblings ...)
  2008-01-12 17:53 ` rguenth at gcc dot gnu dot org
@ 2008-01-26 22:20 ` rguenth at gcc dot gnu dot org
  2008-02-01 16:59 ` jsm28 at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-26 22:20 UTC (permalink / raw)
  To: java-prs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.4                       |4.2.3


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


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

* [Bug libgcj/33764] [4.2/4.3 regression] gij is built as 32-bit binary when building multilib gcc
  2007-10-13 19:35 [Bug java/33764] New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc bero at arklinux dot org
                   ` (6 preceding siblings ...)
  2008-01-26 22:20 ` rguenth at gcc dot gnu dot org
@ 2008-02-01 16:59 ` jsm28 at gcc dot gnu dot org
  2008-05-19 20:28 ` [Bug libgcj/33764] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 16+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-02-01 16:59 UTC (permalink / raw)
  To: java-prs



------- Comment #7 from jsm28 at gcc dot gnu dot org  2008-02-01 16:54 -------
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.3                       |4.2.4


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


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

* [Bug libgcj/33764] [4.2/4.3/4.4 regression] gij is built as 32-bit binary when building multilib gcc
  2007-10-13 19:35 [Bug java/33764] New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc bero at arklinux dot org
                   ` (7 preceding siblings ...)
  2008-02-01 16:59 ` jsm28 at gcc dot gnu dot org
@ 2008-05-19 20:28 ` jsm28 at gcc dot gnu dot org
  2008-11-12 20:56 ` jakub at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 16+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-05-19 20:28 UTC (permalink / raw)
  To: java-prs



------- Comment #8 from jsm28 at gcc dot gnu dot org  2008-05-19 20:23 -------
4.2.4 is being released, changing milestones to 4.2.5.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.4                       |4.2.5


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


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

* [Bug libgcj/33764] [4.2/4.3/4.4 regression] gij is built as 32-bit binary when building multilib gcc
  2007-10-13 19:35 [Bug java/33764] New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc bero at arklinux dot org
                   ` (8 preceding siblings ...)
  2008-05-19 20:28 ` [Bug libgcj/33764] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
@ 2008-11-12 20:56 ` jakub at gcc dot gnu dot org
  2008-11-12 21:04 ` [Bug libgcj/33764] [4.2/4.3 " jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 16+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-11-12 20:56 UTC (permalink / raw)
  To: java-prs



------- Comment #9 from jakub at gcc dot gnu dot org  2008-11-12 20:56 -------
Subject: Bug 33764

Author: jakub
Date: Wed Nov 12 20:55:13 2008
New Revision: 141801

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141801
Log:
        PR libgcj/33764
libjava/
        * configure.ac (INSTALL_BINARIES): New AM_CONDITIONAL.
        * Makefile.am: If not INSTALL_BINARIES, use noinst_PROGRAMS
        instead of bin_PROGRAMS for binaries.
        * configure: Regenerated.
        * Makefile.in: Regenerated.
libjava/classpath/
        * configure.ac (INSTALL_BINARIES): New AM_CONDITIONAL.
        * tools/Makefile.am: If not INSTALL_BINARIES, use noinst_PROGRAMS
        instead of bin_PROGRAMS for binaries.
        * configure: Regenerated.
        * tools/Makefile.in: Regenerated.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/Makefile.am
    trunk/libjava/Makefile.in
    trunk/libjava/classpath/ChangeLog.gcj
    trunk/libjava/classpath/Makefile.in
    trunk/libjava/classpath/configure
    trunk/libjava/classpath/configure.ac
    trunk/libjava/classpath/doc/Makefile.in
    trunk/libjava/classpath/doc/api/Makefile.in
    trunk/libjava/classpath/examples/Makefile.in
    trunk/libjava/classpath/external/Makefile.in
    trunk/libjava/classpath/external/jsr166/Makefile.in
    trunk/libjava/classpath/external/relaxngDatatype/Makefile.in
    trunk/libjava/classpath/external/sax/Makefile.in
    trunk/libjava/classpath/external/w3c_dom/Makefile.in
    trunk/libjava/classpath/include/Makefile.in
    trunk/libjava/classpath/lib/Makefile.in
    trunk/libjava/classpath/native/Makefile.in
    trunk/libjava/classpath/native/fdlibm/Makefile.in
    trunk/libjava/classpath/native/jawt/Makefile.in
    trunk/libjava/classpath/native/jni/Makefile.in
    trunk/libjava/classpath/native/jni/classpath/Makefile.in
    trunk/libjava/classpath/native/jni/gconf-peer/Makefile.in
    trunk/libjava/classpath/native/jni/gstreamer-peer/Makefile.in
    trunk/libjava/classpath/native/jni/gtk-peer/Makefile.in
    trunk/libjava/classpath/native/jni/java-io/Makefile.in
    trunk/libjava/classpath/native/jni/java-lang/Makefile.in
    trunk/libjava/classpath/native/jni/java-math/Makefile.in
    trunk/libjava/classpath/native/jni/java-net/Makefile.in
    trunk/libjava/classpath/native/jni/java-nio/Makefile.in
    trunk/libjava/classpath/native/jni/java-util/Makefile.in
    trunk/libjava/classpath/native/jni/midi-alsa/Makefile.in
    trunk/libjava/classpath/native/jni/midi-dssi/Makefile.in
    trunk/libjava/classpath/native/jni/native-lib/Makefile.in
    trunk/libjava/classpath/native/jni/qt-peer/Makefile.in
    trunk/libjava/classpath/native/jni/xmlj/Makefile.in
    trunk/libjava/classpath/native/plugin/Makefile.in
    trunk/libjava/classpath/resource/Makefile.in
    trunk/libjava/classpath/scripts/Makefile.in
    trunk/libjava/classpath/tools/Makefile.am
    trunk/libjava/classpath/tools/Makefile.in
    trunk/libjava/configure
    trunk/libjava/configure.ac
    trunk/libjava/gcj/Makefile.in
    trunk/libjava/include/Makefile.in
    trunk/libjava/testsuite/Makefile.in


-- 


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


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

* [Bug libgcj/33764] [4.2/4.3 regression] gij is built as 32-bit binary when building multilib gcc
  2007-10-13 19:35 [Bug java/33764] New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc bero at arklinux dot org
                   ` (9 preceding siblings ...)
  2008-11-12 20:56 ` jakub at gcc dot gnu dot org
@ 2008-11-12 21:04 ` jakub at gcc dot gnu dot org
  2009-03-31 20:13 ` [Bug libgcj/33764] [4.3 " jsm28 at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 16+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-11-12 21:04 UTC (permalink / raw)
  To: java-prs



------- Comment #10 from jakub at gcc dot gnu dot org  2008-11-12 21:04 -------
Fixed on the trunk.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.3.2
      Known to work|                            |4.4.0
            Summary|[4.2/4.3/4.4 regression] gij|[4.2/4.3 regression] gij is
                   |is built as 32-bit binary   |built as 32-bit binary when
                   |when building multilib gcc  |building multilib gcc


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


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

* [Bug libgcj/33764] [4.3 regression] gij is built as 32-bit binary when building multilib gcc
  2007-10-13 19:35 [Bug java/33764] New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc bero at arklinux dot org
                   ` (10 preceding siblings ...)
  2008-11-12 21:04 ` [Bug libgcj/33764] [4.2/4.3 " jakub at gcc dot gnu dot org
@ 2009-03-31 20:13 ` jsm28 at gcc dot gnu dot org
  2009-08-04 12:36 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:19 ` rguenth at gcc dot gnu dot org
  13 siblings, 0 replies; 16+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 20:13 UTC (permalink / raw)
  To: java-prs



------- Comment #11 from jsm28 at gcc dot gnu dot org  2009-03-31 20:13 -------
Closing 4.2 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2/4.3 regression] gij is |[4.3 regression] gij is
                   |built as 32-bit binary when |built as 32-bit binary when
                   |building multilib gcc       |building multilib gcc
   Target Milestone|4.2.5                       |4.3.4


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


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

* [Bug libgcj/33764] [4.3 regression] gij is built as 32-bit binary when building multilib gcc
  2007-10-13 19:35 [Bug java/33764] New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc bero at arklinux dot org
                   ` (11 preceding siblings ...)
  2009-03-31 20:13 ` [Bug libgcj/33764] [4.3 " jsm28 at gcc dot gnu dot org
@ 2009-08-04 12:36 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:19 ` rguenth at gcc dot gnu dot org
  13 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:36 UTC (permalink / raw)
  To: java-prs



------- Comment #12 from rguenth at gcc dot gnu dot org  2009-08-04 12:28 -------
GCC 4.3.4 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.4                       |4.3.5


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


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

* [Bug libgcj/33764] [4.3 regression] gij is built as 32-bit binary when building multilib gcc
  2007-10-13 19:35 [Bug java/33764] New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc bero at arklinux dot org
                   ` (12 preceding siblings ...)
  2009-08-04 12:36 ` rguenth at gcc dot gnu dot org
@ 2010-05-22 18:19 ` rguenth at gcc dot gnu dot org
  13 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:19 UTC (permalink / raw)
  To: java-prs



------- Comment #13 from rguenth at gcc dot gnu dot org  2010-05-22 18:11 -------
GCC 4.3.5 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.5                       |4.3.6


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


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

* [Bug libgcj/33764] [4.3 regression] gij is built as 32-bit binary when building multilib gcc
       [not found] <bug-33764-8172@http.gcc.gnu.org/bugzilla/>
@ 2011-06-27 11:19 ` rguenth at gcc dot gnu.org
  0 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-27 11:19 UTC (permalink / raw)
  To: java-prs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.3.6                       |4.4.0

--- Comment #14 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-27 11:15:44 UTC ---
Fixed for 4.4.0.


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

end of thread, other threads:[~2011-06-27 11:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-13 19:35 [Bug java/33764] New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc bero at arklinux dot org
2007-10-14 14:59 ` [Bug java/33764] [4.2/4.3 " hjl at lucon dot org
2007-10-22  8:43 ` [Bug libgcj/33764] " pinskia at gcc dot gnu dot org
2008-01-09 22:03 ` tromey at gcc dot gnu dot org
2008-01-09 22:14 ` rguenther at suse dot de
2008-01-09 22:17 ` tromey at gcc dot gnu dot org
2008-01-12 17:53 ` rguenth at gcc dot gnu dot org
2008-01-26 22:20 ` rguenth at gcc dot gnu dot org
2008-02-01 16:59 ` jsm28 at gcc dot gnu dot org
2008-05-19 20:28 ` [Bug libgcj/33764] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2008-11-12 20:56 ` jakub at gcc dot gnu dot org
2008-11-12 21:04 ` [Bug libgcj/33764] [4.2/4.3 " jakub at gcc dot gnu dot org
2009-03-31 20:13 ` [Bug libgcj/33764] [4.3 " jsm28 at gcc dot gnu dot org
2009-08-04 12:36 ` rguenth at gcc dot gnu dot org
2010-05-22 18:19 ` rguenth at gcc dot gnu dot org
     [not found] <bug-33764-8172@http.gcc.gnu.org/bugzilla/>
2011-06-27 11:19 ` rguenth at gcc dot gnu.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).