https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71917

            Bug ID: 71917
           Summary: [7 regression] libjava.jar/ReturnProxyTest.jar etc.
                    FAIL
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: mpf at gcc dot gnu.org
  Target Milestone: ---
              Host: sparc*-sun-solaris2.*
            Target: sparc*-sun-solaris2.*
             Build: sparc*-sun-solaris2.*

Between 20160708 and 20160714, three new testsuite failures occured on 64-bit
Solaris/SPARC:

FAIL: libjava.jar/ReturnProxyTest.jar output - gij test
FAIL: libjava.jar/arraysort.jar output - gij test
FAIL: calls output - gij test

The failures appear both with 32-bit and 64-bit compilers, but only for the
64-bit multilib.

The first two are new tests, but the third is a regression from gcc 6.

For libjava.jar/ReturnProxyTest.jar, the output has NUL bytes instead of a.

For libjava.jar/arraysort.jar, the output has

Array of string, after:
[0] a
[1] c
[2] b
[3] d

instead of

Array of string, after:
[0] a
[1] b
[2] c
[3] d

For calls, the output has

void
fail

instead of

void

  Rainer

Reply via email to