For example I have following code
program teststr;begin     writeln('test');end.
Compile it with -a and -Sewn or -Sen
$ fpc -a -Sewn teststr.pas It fails to compile. this is not a bug but it makes 
me pulling hair for hours.
The problem is -a options add note which causing -Sewn to stop compilation. I 
wish  the error message also tells reason why compilation is stopped.
Zamrony P. JuharaFano Framework, Free Pascal Web Framework 
https://fanoframework.github.io
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to