summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-01-09 16:35:53 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-01-09 16:35:53 +0000
commit63d882f5c31bae97ab2ee924f980899641e7a2ec (patch)
tree8a383bf8841e6d2b5a8e8791eb49cd070258963d /gcc/gcc.c
parent308f302c4b93d60049bc98f9681a660a037f8148 (diff)
downloadgcc-63d882f5c31bae97ab2ee924f980899641e7a2ec.tar.gz
* gcc.c (process_command): Set switches[n_switches].ordering to 0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38834 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index d17cb13a6db..e37466f4ca4 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -3774,6 +3774,7 @@ process_command (argc, argv)
switches[n_switches].live_cond = SWITCH_OK;
switches[n_switches].validated = 0;
+ switches[n_switches].ordering = 0;
/* These are always valid, since gcc.c itself understands it. */
if (!strcmp (p, "save-temps")
|| !strcmp (p, "static-libgcc")