RexxLA / NetRexx

Other
6 stars 0 forks source link

undetected unreachable #40

Closed remesm closed 1 year ago

remesm commented 1 year ago

The parser fails to detect unreachable code, javac fails.

<< unreachable.nrx >>

class unreachable

method main(arg=String[]) static loop forever say 'nope' end return 9

$ nrc unreachable.nrx NetRexx portable processor 4.04-GA build 80-20220912-1843 Copyright (c) RexxLA, 2011,2022. All rights reserved. Parts Copyright (c) IBM Corporation, 1995,2008. Program unreachable.nrx === class unreachable === function main(String[]) /unreachable.java:9: error: unreachable statement return new netrexx.lang.Rexx((byte)9);}private unreachable(){return;}} ^ 1 error Compilation of 'unreachable.nrx' failed [javac failed]

remesm commented 1 year ago

Fixed with commit 00d023afa59270aafa885fb4d52fc7dd1287b383