This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13842] [3.3 Regression] static inline emitted when not used
- From: "dje at transmeta dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jan 2004 02:13:52 -0000
- Subject: [Bug c/13842] [3.3 Regression] static inline emitted when not used
- References: <20040124014837.13842.dje@transmeta.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dje at transmeta dot com 2004-01-24 02:13 -------
(In reply to comment #1)
> Confirmed but a very minor regression because it is okay to emit something
when it is not
> referenced anyways, just 3.4 does a better job at checking if it is used or not.
Don't forget that it's not just `foo' but also the undefined reference to `bar'.
Link failures are occuring that didn't occur before.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13842