Bug#616191: unreliable exit status of fort77

2011-03-04 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Thu, Mar 03, 2011 at 05:12:27AM CET: This should fail reliably with a compile error, but doesn't if -g is also passed: $ cat a.f \EOF program main #if 1 choke me #endif end EOF I just noted that other flags also cause the exit status to be

Bug#616191: unreliable exit status of fort77

2011-03-02 Thread Ralf Wildenhues
Package: fort77 Version: 1.15-8 Severity: normal Hello there, fort77 fails to return reliable failure upon either - preprocessing errors, and - syntax errors in some cases. For example, this should fail due to a preprocessing error: $ cat a.f \EOF program main #if 1 #include