The following patch to Cilly.pm seems to fix this problem:
1993c1993
< '-include$' => { ONEMORE => 1, TYPE => "PREPROC" },
---
> '-include$' => { ONEMORE => 1, TYPE => "EARLY_PREPROC" },
dagr...@rockwellcollins.com wrote on 02/11/2013 09:14:33 AM:
>
> The attached files
The attached files can be compiled in gcc as:
> gcc -c test.c -include test.h
The same invocation of cilly, however, fails.
The invocation of cilly:
> cilly -c test.c -include test.h
Results in (essentially) the following sequence of events:
gcc -E -include test.h test.c -o tmp1.i
cilly.asm.e