This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/15700] [3.5 Regression] [unit-at-a-time] Inlining problem leads to miscompilation of glibc
- 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: 2 Jul 2004 20:55:52 -0000
- Subject: [Bug middle-end/15700] [3.5 Regression] [unit-at-a-time] Inlining problem leads to miscompilation of glibc
- References: <20040528071502.15700.aj@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-02 20:55 -------
Obviously I mean change_decl_assembler_name instead of SET_DECL_ASSEMBLER_NAME.
This looks to be c_static_assembler_name which uses SET_DECL_ASSEMBLER_NAME instead of
change_decl_assembler_name, lets see if that fixes the problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15700