compilation of *.i files does not go to temp files
Joern Rennecke
amylaar@cygnus.co.uk
Wed Jul 26 12:02:00 GMT 2000
When I try to compile a *.i file, the cc1 output is not directed to the
temp file, thus resulting in an object file with zero sized text sections.
You can work around this with the --save-temps option, but that should
not be required.
AFAICS your patch to gcc.c on the 13th July caused this.
phal:/x/egcs-regmove2-sh-elf/gcc$ ./xgcc -B./ -c tst.i -v
Reading specs from ./specs
gcc version 2.96 20000725 (experimental)
./cc1 tst.i -quiet -dumpbase tst.i -version
GNU C version 2.96 20000725 (experimental) (sh-elf) compiled by GNU C version 2.7.2.3.
./as -o tst.o /tmp/ccFzhS6I.s
More information about the Gcc-bugs
mailing list