This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/14465] [3.4 Regression] insn-output.c:790: error: `asm_out_file' undeclared


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]