[perl #54956] crash on binary-or lvalue operation on qr//
authorBen Morrow <ben@morrow.me.uk>
Fri, 2 Jan 2009 09:41:52 +0000 (10:41 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 2 Jan 2009 09:41:52 +0000 (10:41 +0100)
commit8c8eee8276dbc780932b841fe5183943a7117a3d
treecc172d9b6d0c159858c2471f2b1359c9dc637443
parent50eca76146e11e9c375c0a5c02f5f2102f0911bc
[perl #54956] crash on binary-or lvalue operation on qr//

This fixes the following problem:

  -e 'my $re = qr/x/; $re |= "y"'
  assert failure under 5.10.0, 10-maint, bleed, but not 5.8.8
doop.c
t/op/bop.t