[#3726] Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...>

Hi --

15 messages 2004/11/12
[#3749] Re: Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...> 2004/11/16

Hi --

[#3751] Re: Fixnum#clone and Float#clone raise different exceptions — Yukihiro Matsumoto <matz@...> 2004/11/16

Hi,

[#3752] Re: Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...> 2004/11/16

Hi --

[#3785] The latest 1.8.2 cvs prints parse error when starting extension compiling — Yukihiro Matsumoto <matz@...>

Hi,

13 messages 2004/11/23
[#3787] Re: The latest 1.8.2 cvs prints parse error when starting extension compiling — Johan Holmberg <holmberg@...> 2004/11/23

Re: The latest 1.8.2 cvs prints parse error when starting extension compiling

From: ts <decoux@...>
Date: 2004-11-23 17:00:20 UTC
List: ruby-core #3795
>>>>> "Y" == Yukihiro Matsumoto <matz@ruby-lang.org> writes:

Y> I see.  This was introduced to solve [ruby-code:3766] submitted by
Y> Steven Lumos (slumos).  He said the fix was required for 64 bit
Y> Solaris, which apparently break Ruby on 32 bit Solaris.

 Well, I don't understand the comment in [ruby-core:3766]

 For me, with an old gcc, ruby compile fine with -m64

nasun% grep FPEND config.h
/* #define HAVE___FPENDING 1 */
nasun% 

nasun% file ruby
ruby:           ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, not stripped
nasun% 

nasun% ruby -v
ruby 1.8.2 (2004-11-23) [sparc-solaris2.8]
nasun% 

nasun% gcc -v
Reading specs from /opt/sparcv9/bin/../lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/specs
Configured with: /j/ts/gcc-3.3.2/configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --prefix=/opt/gcc332
Thread model: posix
gcc version 3.3.2
nasun% 



Guy Decoux

In This Thread