This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
It seems that the strange failure (core dump) of
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 21 Mar 2002 20:19:31 +0000 (20:19 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 21 Mar 2002 20:19:31 +0000 (20:19 +0000)
commitdd7d6c2b9820b80b8bc1446051bad2f6e173499a
tree4634b80ac82f42d07301aaf4c58abd3700b4b7f5
parentd503bed0ad10125976d438fa47e4b223f7cdb98c
It seems that the strange failure (core dump) of
t/uni/fold.t on ithreads Solaris builds is a gcc bug:
(1) using Sun's cc helps
(2) rewriting the ithreads PM_SETRE() to do the
    setting in two steps helps
(3) no other platforms have the crash
(4) Tru64's Third Degree sees nothing evil
So we implement (2).

p4raw-id: //depot/perl@15400
op.h