Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Sep 2015 22:18:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        ruby@FreeBSD.org
Subject:   [Bug 202660] Fix lang/ruby21 installed header to fix signed shift warnings for other ports (e.g. devel/rubygem-thrift)
Message-ID:  <bug-202660-21402-7iRQrYfqpq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202660-21402@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202660-21402@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202660

Michael Moll <mmoll@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmoll@freebsd.org

--- Comment #1 from Michael Moll <mmoll@freebsd.org> ---
https://github.com/ruby/ruby/commit/1efb3c31b731e99627bbc0da13dfd3463bb67c67
did change this i upstream to
#define INT2FIX(i) (((VALUE)(i))<<1 | FIXNUM_FLAG)
could you check if that solves the problem with clang 3.7.0?

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202660-21402-7iRQrYfqpq>