[Bug c++/77748] pr77550.C fails on arm-none-eabi
schwab@linux-m68k.org
gcc-bugzilla@gcc.gnu.org
Tue Sep 27 09:53:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77748
--- Comment #6 from Andreas Schwab <schwab@linux-m68k.org> ---
On m68k it crashes here:
Program received signal SIGSEGV, Segmentation fault.
__GI_memcmp (s1=0x0, s2=0x0, len=2285895680) at memcmp.c:333
333 memcmp.c: No such file or directory.
(gdb) up
#1 0x8000093c in std::char_traits<char>::compare (p3=<optimized out>,
p2=<optimized out>) at ../gcc/testsuite/g++.dg/pr77550.C:221
221 return __builtin_memcmp(0, p2, p3);
With the change in #c5 it runs successfully.
More information about the Gcc-bugs
mailing list