[perl #34549] t/op/trans.t failure on OpenBSD

2005-03-24 Thread Steve Peters via RT
> [leo - Thu Mar 24 07:07:31 2005]: > > > Comments, takers? > Since I'm fixing this in Perl, I take a whack at it in Parrot as well. Steve

Re: [perl #34549] t/op/trans.t failure on OpenBSD

2005-03-24 Thread Leopold Toetsch
Steve Peters <[EMAIL PROTECTED]> wrote: > Here's the responce from the OpenBSD folks. It seems that turning on a > define prior to the atan2() call will set the flags correctly for OpenBSD. [ ... ] > _LIB_VERSION = _IEEE_; Fine. Thanks for the research. It should probably suffice to set

Re: [perl #34549] t/op/trans.t failure on OpenBSD

2005-03-24 Thread Steve Peters
Here's the responce from the OpenBSD folks. It seems that turning on a define prior to the atan2() call will set the flags correctly for OpenBSD. My guess is that NetBSD will behave similarly. > >Number: 4154 > >Category: library > >Synopsis: atan2(-0.0, -0.0) returning incor

Re: [perl #34549] t/op/trans.t failure on OpenBSD

2005-03-23 Thread Leopold Toetsch
Steve Peters <[EMAIL PROTECTED]> wrote: > On Wed, Mar 23, 2005 at 04:00:45PM -, Leopold Toetsch via RT wrote: >> >> atan N4, -0.0, -0.0 >> >> Obviously another broken C system. What says your perl: >> >> $ perl -le'print atan2(-0.0,-0.0)' >> -3.14159265358979324 >> > Tasty :-/ > On OpenBSD,

Re: [perl #34549] t/op/trans.t failure on OpenBSD

2005-03-23 Thread Steve Peters
On Wed, Mar 23, 2005 at 04:00:45PM -, Leopold Toetsch via RT wrote: > Steve Peters <[EMAIL PROTECTED]> wrote: > > # New Ticket Created by Steve Peters > > # Please include the string: [perl #34549] > > # in the subject line of all future correspondence about this issue. > > # https://rt.perl.

Re: [perl #34549] t/op/trans.t failure on OpenBSD

2005-03-23 Thread Leopold Toetsch
Steve Peters <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Steve Peters > # Please include the string: [perl #34549] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/rt3/Ticket/Display.html?id=34549 > > When running testing parrot-HEAD, I get

[perl #34549] t/op/trans.t failure on OpenBSD

2005-03-23 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #34549] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34549 > When running testing parrot-HEAD, I get a test failure in t/op/trans.t on OpenBSD. Ru