This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 libc/17266] Always defining __extern_always_inline may generate infinite recursion


https://sourceware.org/bugzilla/show_bug.cgi?id=17266

Jakub Jelinek <jakub at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at redhat dot com

--- Comment #1 from Jakub Jelinek <jakub at redhat dot com> ---
Note this bug has been already fixed once:
https://sourceware.org/ml/libc-hacker/2006-03/msg00042.html
but the #ifndef __cplusplus has been later on replaced with guards that
__extern_inline is defined (or is that __USE_EXTERN_INLINES?).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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