Promote blocks resulting from constant folding to first-class do { } blocks
authorVincent Pit <perl@profvince.com>
Tue, 4 Aug 2009 14:13:28 +0000 (16:13 +0200)
committerVincent Pit <perl@profvince.com>
Tue, 4 Aug 2009 14:13:28 +0000 (16:13 +0200)
commitdd3e51dc8ab0e4da0f911ca693aa0ceaaf79318a
tree039b1ec37ba29057c290a5e43a52fd5be4e4facd
parentd781deb6546425b0eb8ff14422b0c2fb4352a053
Promote blocks resulting from constant folding to first-class do { } blocks

This solves [perl #68108]: no retval from sub { if(1){ ... } }
op.c
t/op/do.t