This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Russell Shaw <rjshaw@netspace.net.au> writes:
> Now just need to find where cc1 is called from within in gcc/gcc.c
> (not really trivial).
Don't worry about it. Run gcc with -v --save-temps, and you will see
precisely how cc1 is run.
See
http://www.dberlin.org/gccwiki/index.php/DebuggingGCC
http://gcc.gnu.org/ml/gcc/2004-03/msg01195.html
Ian
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |