This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14465] [3.4 Regression] insn-output.c:790: error: `asm_out_file' undeclared
- From: "dave at hiauly1 dot hia dot nrc dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Mar 2004 00:00:22 -0000
- Subject: [Bug c/14465] [3.4 Regression] insn-output.c:790: error: `asm_out_file' undeclared
- References: <20040306233403.14465.danglin@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2004-03-07 00:00 -------
Subject: Re: [3.4 Regression] insn-output.c:790: error: `asm_out_file' undeclared
> I almost think this is caused by:
> 2004-03-06 Eric Botcazou <ebotcazou@libertysurf.fr>
>
> PR c/14114
> * c-decl (pushdecl): Do not record a previous, not-in-scope,
> external decl for restoration.
The following change might also be the possible cause:
2004-03-03 Zack Weinberg <zack@codesourcery.com>
PR 13728
* c-decl.c (diagnose_mismatched_decls): Issue an error for two
parameters with the same name, unless one is a forward decl.
Do not issue a redundant-redeclaration warning for forward
decls of parameters.
Dave
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14465