Message-Id: <
200105211532.QAA03999@crypt.compulink.co.uk>
p4raw-id: //depot/perl@10187
if (!scan) /* It was not CURLYX, but CURLY. */
scan = next;
if (ckWARN(WARN_REGEXP) && (minnext + deltanext == 0)
- && !(data->flags & (SF_HAS_PAR|SF_IN_PAR))
+ && data && !(data->flags & (SF_HAS_PAR|SF_IN_PAR))
&& maxcount <= REG_INFTY/3) /* Complement check for big count */
{
vWARN(RExC_parse,
close STDERR; die;
EXPECT
########
+-w
+"x" =~ /(\G?x)?/; # core dump in 20000716.007
+EXPECT
+Quantifier unexpected on zero-length expression in regex; marked by <-- HERE in m/(\G?x)? <-- HERE / at - line 2.
+########
# Bug 20010515.004
my @h = 1 .. 10;
bad(@h);