]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-decl.c (pop_scope): Do not set DECL_CONTEXT on file-scope decls when...
authorZack Weinberg <zack@gcc.gnu.org>
Thu, 8 Jul 2004 19:49:08 +0000 (19:49 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 8 Jul 2004 19:49:08 +0000 (19:49 +0000)
commit5b02f0e0046d946792d7e05b569cb6d2c54442ee
tree4da42eccc0c6c979a20a5bd52c246aa67107bf03
parent95bcca470502e25b79b4b7820732d706bc7317aa
c-decl.c (pop_scope): Do not set DECL_CONTEXT on file-scope decls when...

* 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.

From-SVN: r84306
gcc/ChangeLog
gcc/Makefile.in
gcc/c-decl.c
gcc/langhooks.c
gcc/opts.c
gcc/opts.h
gcc/tree.c