https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118890
Thomas Koenig <tkoenig at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |63426 Target| |powerpc64le-unknown-linux-g | |nu --- Comment #1 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- Scrolling back, a few more errors: ../../trunk/gcc/config/rs6000/rs6000.cc:10314:29: runtime error: left shift of 2305851942745669632 by 16 places cannot be represented in type 'long int' ../../trunk/gcc/config/rs6000/rs6000.cc:10316:34: runtime error: left shift of 2305851942745669632 by 20 places cannot be represented in type 'long int' ../../trunk/gcc/config/rs6000/rs6000.cc:10575:35: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int' ../../trunk/gcc/poly-int.h:776:5: runtime error: signed integer overflow: -9223372036854775807 + -8 cannot be represented in type 'long int' Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63426 [Bug 63426] [meta-bug] Issues found with -fsanitize=undefined