(suggested by Yves Orton)
p4raw-id: //depot/perl@23010
=item *
+Optimised away statements are rendered as '???'. This includes statements that
+have a compile-time side-effect, such as the obscure
+
+ my $x if 0;
+
+which is not, consequently, deparsed correctly.
+
+=item *
+
There are probably many more bugs on non-ASCII platforms (EBCDIC).
=back