Re: [PATCH] Recognize '-' as special -MF argument (write to stdout)
Thanks, I've tested this patch for x86_64-pc-linux-gnu and committed it to trunk. As a new feature it doesn't seem appropriate for release branches. -- Joseph S. Myers jos...@codesourcery.com
[PATCH] Recognize '-' as special -MF argument (write to stdout)
Hi, Sometimes it is useful to generate pre-processed output to a file and the dependency information to stdout for further analysis/processing. For example: g++ -E -MD -fdirectives-only -o test.ii test.cxx This will generate the dependency information to test.d (as per the documentation). While