summaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-08 19:49:08 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-08 19:49:08 +0000
commitae0686dd0be55830a946743f0b35b260b5bf0f91 (patch)
tree4da42eccc0c6c979a20a5bd52c246aa67107bf03 /gcc/opts.c
parent13e3668ac2244ffa24020c796dbb85c0da139cff (diff)
downloadgcc-ae0686dd0be55830a946743f0b35b260b5bf0f91.tar.gz
* c-decl.c (pop_scope): Do not set DECL_CONTEXT on file-scope
decls when there is only one input translation unit. * langhooks.c (lhd_set_decl_assembler_name): Partially revert change of 2004-07-05; do not treat declarations with DECL_CONTEXT a TRANSLATION_UNIT_DECL specially. * opts.c (cur_in_fname): Delete. * opts.h: Likewise. * tree.c: Revert changes of 2004-07-05; no special treatment for TRANSLATION_UNIT_DECLs. * Makefile.in (tree.o): Update dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84306 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/opts.c')
-rw-r--r--gcc/opts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/opts.c b/gcc/opts.c
index b54a63fc45a..5a4873c80ce 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -92,7 +92,6 @@ static bool flag_peel_loops_set, flag_branch_probabilities_set;
/* Input file names. */
const char **in_fnames;
unsigned num_in_fnames;
-unsigned cur_in_fname;
static size_t find_opt (const char *, int);
static int common_handle_option (size_t scode, const char *arg, int value);