This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Slight recoding of util.c:repeatcpy() to circumnavigate
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 22 Dec 1998 08:39:30 +0000 (08:39 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 22 Dec 1998 08:39:30 +0000 (08:39 +0000)
commit5926133d519625e5c6cc80fa9f5881300623dca1
treee8e32d0e726cf4b5430d7796477dbbdaa267ef35
parentf05dd7cc799c34136e63b1b138d8f02b39193303
Slight recoding of util.c:repeatcpy() to circumnavigate
a Digital C compiler optimizer bug that broke the 'x'
operator under certain circumstances.  See t/op/repeat.t
test #20 for graphic details.  Reported in

From: Gisle Aas <gisle@aas.no>
To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
Date: 18 Dec 1998 14:27:40 +0100
Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>

and discussed further in the thread

From: Jarkko Hietaniemi <jhi@iki.fi>
To: Gisle Aas <gisle@aas.no>
Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
        cpan-testers@perl.org, perl5-porters@perl.org
Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
Message-ID: <13946.25661.193449.138023@alpha.hut.fi>

p4raw-id: //depot/cfgperl@2498
t/op/repeat.t
util.c