public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/40859]  New: [4.4/4.5 regression] regressions in libjava testsuite on arm-linux
@ 2009-07-26 10:45 debian-gcc at lists dot debian dot org
  2009-07-26 12:54 ` [Bug libgcj/40859] " mikpe at it dot uu dot se
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2009-07-26 10:45 UTC (permalink / raw)
  To: java-prs

seen with 4.4.1:

Executing on host: /home/doko/gcc/4.4/gcj-4.4-4.4.1/build/gcc/xgcc
-B/home/doko/gcc/4.4/gcj-4.4-4.4.1/build/gcc/  -g -I. -I..
-fdollars-in-identifiers
-I/home/doko/gcc/4.4/gcj-4.4-4.4.1/src/libjava/testsuite/..
-I/home/doko/gcc/4.4/gcj-4.4-4.4.1/src/libjava/testsuite/../include
-I/home/doko/gcc/4.4/gcj-4.4-4.4.1/src/libjava/testsuite/../classpath/include
-I/home/doko/gcc/4.4/gcj-4.4-4.4.1/build/arm-linux-gnueabi/libjava/testsuite/../include
-I/home/doko/gcc/4.4/gcj-4.4-4.4.1/build/arm-linux-gnueabi/libjava/testsuite/../../boehm-gc/include
 -c  -o natevents.o
/home/doko/gcc/4.4/gcj-4.4-4.4.1/src/libjava/testsuite/libjava.jvmti/natevents.cc
   (timeout = 600)
In file included from
/home/doko/gcc/4.4/gcj-4.4-4.4.1/src/libjava/testsuite/../classpath/include/jvmti.h:46,
                 from
/home/doko/gcc/4.4/gcj-4.4-4.4.1/src/libjava/testsuite/libjava.jvmti/natevents.cc:4:
/home/doko/gcc/4.4/gcj-4.4-4.4.1/src/libjava/testsuite/../classpath/include/jni.h:660:
note: the mangling of 'va_list' has changed in GCC 4.4
output is:
In file included from
/home/doko/gcc/4.4/gcj-4.4-4.4.1/src/libjava/testsuite/../classpath/include/jvmti.h:46,
                 from
/home/doko/gcc/4.4/gcj-4.4-4.4.1/src/libjava/testsuite/libjava.jvmti/natevents.cc:4:
/home/doko/gcc/4.4/gcj-4.4-4.4.1/src/libjava/testsuite/../classpath/include/jni.h:660:
note: the mangling of 'va_list' has changed in GCC 4.4

FAIL: natevents.cc compilation

and some more


-- 
           Summary: [4.4/4.5 regression] regressions in libjava testsuite on
                    arm-linux
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org


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


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

* [Bug libgcj/40859] [4.4/4.5 regression] regressions in libjava testsuite on arm-linux
  2009-07-26 10:45 [Bug libgcj/40859] New: [4.4/4.5 regression] regressions in libjava testsuite on arm-linux debian-gcc at lists dot debian dot org
@ 2009-07-26 12:54 ` mikpe at it dot uu dot se
  2009-07-29 23:07 ` jsm28 at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mikpe at it dot uu dot se @ 2009-07-26 12:54 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from mikpe at it dot uu dot se  2009-07-26 12:54 -------
Looks like fallout from revision 144323. As far as I can tell the "warning" is
informational (ABI change from 4.3) so should be suppressed or ignored in the
test suite.


-- 


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


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

* [Bug libgcj/40859] [4.4/4.5 regression] regressions in libjava testsuite on arm-linux
  2009-07-26 10:45 [Bug libgcj/40859] New: [4.4/4.5 regression] regressions in libjava testsuite on arm-linux debian-gcc at lists dot debian dot org
  2009-07-26 12:54 ` [Bug libgcj/40859] " mikpe at it dot uu dot se
@ 2009-07-29 23:07 ` jsm28 at gcc dot gnu dot org
  2009-10-15 12:54 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-07-29 23:07 UTC (permalink / raw)
  To: java-prs



-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4
   Target Milestone|---                         |4.4.2


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


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

* [Bug libgcj/40859] [4.4/4.5 regression] regressions in libjava testsuite on arm-linux
  2009-07-26 10:45 [Bug libgcj/40859] New: [4.4/4.5 regression] regressions in libjava testsuite on arm-linux debian-gcc at lists dot debian dot org
  2009-07-26 12:54 ` [Bug libgcj/40859] " mikpe at it dot uu dot se
  2009-07-29 23:07 ` jsm28 at gcc dot gnu dot org
@ 2009-10-15 12:54 ` jakub at gcc dot gnu dot org
  2010-01-12 14:33 ` doko at ubuntu dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-10-15 12:54 UTC (permalink / raw)
  To: java-prs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.2                       |4.4.3


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


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

* [Bug libgcj/40859] [4.4/4.5 regression] regressions in libjava testsuite on arm-linux
  2009-07-26 10:45 [Bug libgcj/40859] New: [4.4/4.5 regression] regressions in libjava testsuite on arm-linux debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  2009-10-15 12:54 ` jakub at gcc dot gnu dot org
@ 2010-01-12 14:33 ` doko at ubuntu dot com
  2010-01-12 17:14 ` [Bug libgcj/40859] [4.4 " doko at gcc dot gnu dot org
  2010-01-14 12:30 ` debian-gcc at lists dot debian dot org
  5 siblings, 0 replies; 7+ messages in thread
From: doko at ubuntu dot com @ 2010-01-12 14:33 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from doko at ubuntu dot com  2010-01-12 14:33 -------
this is fixed on the trunk, preparing a backport to the branch


-- 

doko at ubuntu dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |doko at ubuntu dot com


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


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

* [Bug libgcj/40859] [4.4 regression] regressions in libjava testsuite on arm-linux
  2009-07-26 10:45 [Bug libgcj/40859] New: [4.4/4.5 regression] regressions in libjava testsuite on arm-linux debian-gcc at lists dot debian dot org
                   ` (3 preceding siblings ...)
  2010-01-12 14:33 ` doko at ubuntu dot com
@ 2010-01-12 17:14 ` doko at gcc dot gnu dot org
  2010-01-14 12:30 ` debian-gcc at lists dot debian dot org
  5 siblings, 0 replies; 7+ messages in thread
From: doko at gcc dot gnu dot org @ 2010-01-12 17:14 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from doko at gcc dot gnu dot org  2010-01-12 17:14 -------
Subject: Bug 40859

Author: doko
Date: Tue Jan 12 17:14:15 2010
New Revision: 155840

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155840
Log:
2010-01-12  Matthias Klose  <doko@ubuntu.com>

        PR libjava/40859, backported from:

        2009-08-12  Andrew Haley  <aph@redhat.com>
        * configure.host (arm*-linux*): Add -Wno-abi to cxxflags.
        (testsuite/libjava.jvmti/jvmti-interp.exp): Likewise.
        (testsuite/libjava.jvmti/jvmti.exp): Likewise.
        (testsuite/libjava.jni/jni.exp): Likewise.

Modified:
    branches/gcc-4_4-branch/libjava/ChangeLog
    branches/gcc-4_4-branch/libjava/configure.host
    branches/gcc-4_4-branch/libjava/testsuite/libjava.jni/jni.exp
    branches/gcc-4_4-branch/libjava/testsuite/libjava.jvmti/jvmti-interp.exp
    branches/gcc-4_4-branch/libjava/testsuite/libjava.jvmti/jvmti.exp


-- 


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


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

* [Bug libgcj/40859] [4.4 regression] regressions in libjava testsuite on arm-linux
  2009-07-26 10:45 [Bug libgcj/40859] New: [4.4/4.5 regression] regressions in libjava testsuite on arm-linux debian-gcc at lists dot debian dot org
                   ` (4 preceding siblings ...)
  2010-01-12 17:14 ` [Bug libgcj/40859] [4.4 " doko at gcc dot gnu dot org
@ 2010-01-14 12:30 ` debian-gcc at lists dot debian dot org
  5 siblings, 0 replies; 7+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2010-01-14 12:30 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from debian-gcc at lists dot debian dot org  2010-01-14 12:30 -------
fixed on the branch


-- 

debian-gcc at lists dot debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to work|4.3.4 4.5.0                 |4.3.4 4.5.0 4.4.3
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2010-01-14 12:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-26 10:45 [Bug libgcj/40859] New: [4.4/4.5 regression] regressions in libjava testsuite on arm-linux debian-gcc at lists dot debian dot org
2009-07-26 12:54 ` [Bug libgcj/40859] " mikpe at it dot uu dot se
2009-07-29 23:07 ` jsm28 at gcc dot gnu dot org
2009-10-15 12:54 ` jakub at gcc dot gnu dot org
2010-01-12 14:33 ` doko at ubuntu dot com
2010-01-12 17:14 ` [Bug libgcj/40859] [4.4 " doko at gcc dot gnu dot org
2010-01-14 12:30 ` debian-gcc at lists dot debian 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).