On Apr 12, 2005 10:19 PM, Michael G Schwern <[EMAIL PROTECTED]> wrote:
> > perl -we 'BEGIN { print "compile-time\n"; } use strict; my $type = 2; print 
> > join(" ", grep $type (1,2,3,2,4,2,5)), "\n"; BEGIN { print "never get 
> > here\n"; }'
> 
> Confirmed on OS X 5.8.6.

It loops in ck_grep.
Maybe introduced by change 22667, which was fixing another compiler
loop bug at the same place.

Reply via email to