nayakgi / perl-compiler

Automatically exported from code.google.com/p/perl-compiler
Other
0 stars 0 forks source link

B::C pmop warning when empty pattern #334

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

> perlcc -r -e 'my $x = m??;'
/usr/local/cpanel/3rdparty/perl/514/bin/perlcc: Unexpected compiler output
pmop 0x0 not found in %Regexp at /usr/local/../B/C.pm line 2831.

Please use labels and text to provide additional information.

Bug 20020412.005

Original issue reported on code.google.com by nicolas....@gmail.com on 9 May 2014 at 10:39

GoogleCodeExporter commented 9 years ago
Not repro. The pmop 0x0 not found in %Regexp is a symptom of issue 274 though.

Original comment by reini.urban on 9 May 2014 at 11:15

GoogleCodeExporter commented 9 years ago
Now better repro with t/C-COMPILED/CORE--re--pat_rt_report

Original comment by reini.urban on 3 Jun 2014 at 4:06

GoogleCodeExporter commented 9 years ago
Now better repro with t/C-COMPILED/CORE--re--pat_rt_report

Original comment by reini.urban on 3 Jun 2014 at 4:17

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Confirmed resolved in current release branch - 
3db6cfce71961859bc127063d2931e6f22d42a31

Original comment by todd.e.rinaldo on 7 Jul 2014 at 5:40