This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #124348] re/pat_advanced solaris failure
authorKarl Williamson <khw@cpan.org>
Tue, 28 Apr 2015 03:52:02 +0000 (21:52 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 30 Apr 2015 00:19:35 +0000 (18:19 -0600)
commit996de84d864e2452987ceb29dbf56f1ce92846b8
treefd4ffe5630b1da3165653009742f49f5a240206b
parent122af3100408d1e1ee6b6583ec1d84a85f0a0f3a
PATCH: [perl #124348] re/pat_advanced solaris failure

Tony Cook traced this down to a compiler bug.  But it's easy to change
the code to avoid the problem.  The expression evaluates to 0; and was
only in the form that caused the failure to document what was going on.
Now, instead the failed form is shown in comments, and 0 is used
directly.
regexec.c