Not OK: perl v5.7.0 +SUIDMAIL +NOTREALLY570 on os2-64int 2.30 (UNINSTALLED) #2372
Comments
From @ysthFailed Test Status Wstat Total Fail Failed List of Failed comp/use.t 27 5 18.52% 17, 19, 21, 23, 27 (This is 6620 patched up to 6644). Perl Info
|
From @jhiOn Tue, Aug 15, 2000 at 08:38:52PM -0700, sthoenna@efn.org wrote:
uselongdouble is one of the least tested areas of perl. There be |
From @ysthIn article <20000815235014.A27953@chaos.wustl.edu>,
The complex and peek tests are ok now (@6722). I think the rest is gcc -c -Zomf -Zmt -DDOSISH -DOS2=2 -DEMBED -I. -D_EMX_CRT_REV_=63 -O2 -fomit-fr Unless there are platforms where gcvt/gconvert take long doubles, |
From @ysthJarkko Hietaniemi <jhi@iki.fi> wrote:
Doesn't seem to work: CCCMD = gcc -DPERL_CORE -c -Zomf -Zmt -DDOSISH -DOS2=2 -DEMBED -I. -D config.sh gets: sPRIgldbl='"llg"' There are extra quotes around the llg. A nit: Configure does: case "$d_longdbl$uselongdouble" in I'd make that: case "$uselongdouble$d_longdbl$d_PRIgldbl" in (or perhaps uselongdouble should be forced off earlier if we |
From @jhiOn Mon, Aug 21, 2000 at 04:40:52PM -0700, Yitzchak Scott-Thoennes wrote:
int main(int argh, char *arrgh[]) { ... }
Hmmm. Now that the repository is unreachable for the maintenance |
From @ysthJarkko Hietaniemi <jhi@iki.fi> wrote:
It worked when I forced it to: I'm trying it with this patch now: Inline Patch--- Configure.orig Mon Aug 21 15:26:14 2000
+++ Configure Mon Aug 21 19:49:54 2000
@@ -7855,7 +7855,7 @@
qgcvt) d_Gconvert='qgcvt((x),(n),(b))' ;;
*) case "$uselongdouble$d_longdbl$d_PRIgldbl" in
"$define$define$define")
- d_Gconvert="sprintf((b),\"%.*$sPRIgldbl\",(n),(x))" ;;
+ d_Gconvert="sprintf((b),\"%.*\"$sPRIgldbl,(n),(x))" ;;
*) d_Gconvert='sprintf((b),"%.*g",(n),(x))' ;;
esac
;;
...looks ok so far...correctly got: d_Gconvert='sprintf((b),"%.*""llg",(n),(x))' BTW, do you know if there is any standard that mentions qgcvt? |
Migrated from rt.perl.org#3706 (status was 'resolved')
Searchable as RT3706$
The text was updated successfully, but these errors were encountered: