This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13437] [3.3 Regression] forward declaration in function scope hides inline
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Dec 2003 04:53:55 -0000
- Subject: [Bug c++/13437] [3.3 Regression] forward declaration in function scope hides inline
- References: <20031219041533.13437.melkov@comptek.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-19 04:53 -------
The only patch that went in on the mainline and the branch at the time this broke was:
2003-08-01 Geoffrey Keating <geoffk@apple.com>
* c-pragma.c (maybe_apply_pragma_weak): Don't get DECL_ASSEMBLER_NAME
when it's not needed.
And the only obvious patch which fixed this on the mainline is:
2003-09-09 Jan Hubicka <jh@suse.cz>
* varasm.c (notice_global_symbol): Properly deal with weak symbols.
Both of these patches do not make real sense why they are causing or fixing the failures
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13437