------- Comment #2 from hjl dot tools at gmail dot com 2008-07-09 20:34 ------- The current fork/exec implementation is incorrect. Basically, it re-implements system (). It is tricky to get it 100% correct. One can take a look at system () source to see it him/herself. I think we should call chmod directly, rather than fix fork/exec.
-- hjl dot tools at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36755