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/13842] [3.3 Regression] static inline emitted when not used


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


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