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 middle-end/15345] [3.4 Regression] [non-unit-at-a-time] unreferenced nested inline functions not optimized away


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-05-31 22:14 -------
Although the GCC documentation does not specifically say that, in this case, the
function should not be emitted, it is certainly suggested by the fact that the
documentation says that "static" inline functions are not emitted.  A nested
inline should be treated like a static inline.

Jan, would you please take a look at this problem?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jh at suse dot cz


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15345


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