[Bug 2777] New: [IcedTea8] Fix MAX/MIN macro usage on s390

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Dec 23 21:55:42 UTC 2015


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2777

            Bug ID: 2777
           Summary: [IcedTea8] Fix MAX/MIN macro usage on s390
           Product: IcedTea
           Version: 8-hg
          Hardware: s390
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: gnu.andrew at redhat.com
                CC: unassigned at icedtea.classpath.org

size_t is a long unsigned int on s390, which causes a mismatch with uintx, an
unsigned int, when they are compared using the MIN or MAX template macros i.e.

T MAX2(T a, T b)

can not be resolved because the T of a is not equal to the T of b:

? MAX2(long unsigned int a, unsigned int b)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20151223/6996837d/attachment.html>


More information about the distro-pkg-dev mailing list