2005-10-16 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Oct 2005 04:22:03 +0000 (04:22 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Oct 2005 04:22:03 +0000 (04:22 +0000)
commit89dfd38de3731fb1c2439c8be026892607b570b3
tree22064a83d217afbda03a19976677b57f94ac4a54
parenta4153ce29713a08c95e39b6955ca9057804999d4
2005-10-16  Andrew Pinski  <pinskia@physics.uc.edu>

        PR driver/22544
        * gcc.c (have_c): New static variable.
        (have_o): Likewise.
        (process_command): Remove declation of have_c.
        Set have_o to 1 when handling -o.
        (main): Add a fatel error if there are multiple
        files specified and -o and -c/-S is passed witout
        -combine or multiple languages.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105487 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gcc.c