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/79358] gcc.dg/c99-stdint-1.c fails with excess error


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

--- Comment #2 from Andreas Krebbel <krebbel at gcc dot gnu.org> ---
The reduced testcase fails with -m31 and -m64 but the original probably only
with -m31 - right?!

Looks like the following Glibc problem which has been fixed a while ago:

commit 26011b5cfa6a1a8d8005d65f11d97498444a4e95

2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>

       [BZ #16712]
       * sysdeps/s390/s390-32/bits/wordsize.h
       (__WORDSIZE32_SIZE_ULONG): New define.
       * sysdeps/s390/s390-64/bits/wordsize.h
       (__WORDSIZE32_SIZE_ULONG): Likewise.
       * sysdeps/generic/stdint.h (SIZE_MAX):
       Define as UL if __WORDSIZE32_SIZE_ULONG.

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