Firm Bugtracker - cparser
Viewing Issue Advanced Details
4 compiler driver tweak always 2008-12-03 13:42 2009-01-28 21:55
jeffz  
Matze  
normal  
closed 0.9.7  
fixed  
none    
none  
0000004: cparser should not leave empty output files
If compilation fails gracefully (ignoring assert/abort) then they should be unlinked, otherwise this has undesirable behavior with most Makefiles.
? file icon unlink.diff [^] (532 bytes) 2008-12-03 13:42
Issue History
2008-12-03 13:42 jeffz New Issue
2008-12-03 13:42 jeffz File Added: unlink.diff
2008-12-03 23:08 Matze Note Added: 0000003
2008-12-03 23:09 Matze Note Added: 0000004
2008-12-03 23:09 Matze Status new => resolved
2008-12-03 23:09 Matze Resolution open => fixed
2008-12-03 23:09 Matze Assigned To => Matze
2008-12-03 23:09 Matze Note Deleted: 0000003
2008-12-05 13:16 Tron Category semantic => compiler driver
2009-01-28 21:55 Matze Status resolved => closed

Notes
(0000004)
Matze   
2008-12-03 23:09   
a slightly adapted fix has been applied to r24280. Thanks for the report and patch.