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/83294] int32_t & related definitions wrong with -funsigned-bitfields


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

--- Comment #3 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
FWIW, current glibc already uses signed int for int32_t (via using it for 
__int32_t which is used to define int32_t), entirely as an accident 
following a header refactoring, but not for other types such as 
int_least32_t or int_fast32_t (so a glibc issue would still be appropriate 
for those other types).

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