This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
compilation of *.i files does not go to temp files
- To: zack at wolery dot cumb dot org
- Subject: compilation of *.i files does not go to temp files
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Wed, 26 Jul 2000 20:02:15 +0100 (BST)
- CC: gcc-bugs at gcc dot gnu dot org, amylaar at pasanda dot cygnus dot co dot uk
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