This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r152758 - in /trunk/gcc: ChangeLog gcc.c
- From: hainque at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 14 Oct 2009 08:39:44 -0000
- Subject: r152758 - in /trunk/gcc: ChangeLog gcc.c
Author: hainque
Date: Wed Oct 14 08:39:43 2009
New Revision: 152758
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152758
Log:
* gcc.c (DEFAULT_SWITCH_CURTAILS_COMPILATION): Add -E.
(process_command): Handle -E as done with -c and -S. Do not add
the target executable suffix to the output file when -E is used.
(main): Adjust error message accordingly.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/gcc.c