[fortran, patch] Implement EXECUTE_COMMAND_LINE

FX fxcoudert@gmail.com
Sun Aug 29 23:52:00 GMT 2010


This is a respin of my patch last year (http://gcc.gnu.org/ml/fortran/2009-05/msg00044.html), with some more testing, a testcase and documentation.

Answering to Steve's review of last year:
  * the asynchronous path is really asynchronous, because system() is called from the child process (which we never wait for)
  * I noted in the doc that, because of the implementation, the child might ignore/block signals

Bootstrapped and regtesting on x86_64-darwin, OK to commit?

FX


-------------- next part --------------
A non-text attachment was scrubbed...
Name: exec.diff
Type: application/octet-stream
Size: 17309 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20100829/5147e997/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: exec.ChangeLog
Type: application/octet-stream
Size: 775 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20100829/5147e997/attachment-0001.obj>


More information about the Gcc-patches mailing list