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/63613] Regression: Unable to link .c file using <dejagnu.h> API (inline functions not appearing)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63613

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
That means dejagnu.h assumes the GNU inline semantics, but doesn't use
__gnu_inline__ attribute.  So, either compile with -fgnu89-inline, or get
dejagnu.h fixed.


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