On 08/04/11 07:04, Basile Starynkevitch wrote:
So I am dreaming of a way to run gcc with cc1 but without input files. Perhaps something like gcc -fplugin=foo.so -fplugin-arg-foo-bar=bee -frun-cc1-without-input
gcc -fplugin=foo.so -fplugin-arg-foo-bar=bee -x c /dev/null Andrew