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

--- Comment #2 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
A few new ones:

config/rs6000/constraints.md:143:33: runtime error: signed integer overflow:
9223372036854775807 + 32768 cannot be represented in type 'long int'
config/rs6000/predicates.md:396:22: runtime error: signed integer overflow:
9223372036854775807 + 2147516416 cannot be represented in type 'long int'
config/rs6000/predicates.md:856:11: runtime error: negation of
-9223372036854775808 cannot be represented in type 'long int'; cast to an
unsigned type to negate this value to itself
config/rs6000/predicates.md:862:12: runtime error: negation of
-9223372036854775808 cannot be represented in type 'long int'; cast to an
unsigned type to negate this value to itself
config/rs6000/predicates.md:865:11: runtime error: negation of
-9223372036854775808 cannot be represented in type 'long int'; cast to an
unsigned type to negate this value to itself
config/rs6000/predicates.md:868:12: runtime error: negation of
-9223372036854775808 cannot be represented in type 'long int'; cast to an
unsigned type to negate this value to itself
config/rs6000/predicates.md:914:11: runtime error: negation of
-9223372036854775808 cannot be represented in type 'long int'; cast to an
unsigned type to negate this value to itself
config/rs6000/predicates.md:917:12: runtime error: negation of
-9223372036854775808 cannot be represented in type 'long int'; cast to an
unsigned type to negate this value to itself
config/rs6000/predicates.md:940:11: runtime error: negation of
-9223372036854775808 cannot be represented in type 'long int'; cast to an
unsigned type to negate this value to itself
config/rs6000/predicates.md:946:12: runtime error: negation of
-9223372036854775808 cannot be represented in type 'long int'; cast to an
unsigned type to negate this value to itself
config/rs6000/predicates.md:949:11: runtime error: negation of
-9223372036854775808 cannot be represented in type 'long int'; cast to an
unsigned type to negate this value to itself
config/rs6000/predicates.md:955:12: runtime error: negation of
-9223372036854775808 cannot be represented in type 'long int'; cast to an
unsigned type to negate this value to itself
gcc.c:1687:29: runtime error: load of misaligned address 0x0000101e55f9 for
type 'const char *', which requires 8 byte alignment
gcc.c:1690:25: runtime error: store to misaligned address 0x0000101e55f9 for
type 'const char *', which requires 8 byte alignment
gcc.c:5596:29: runtime error: load of misaligned address 0x0000101e55d9 for
type 'const char *', which requires 8 byte alignment
gcc.c:7251:15: runtime error: load of misaligned address 0x0000101e55c9 for
type 'const char *', which requires 8 byte alignment
gcc.c:8003:33: runtime error: load of misaligned address 0x0000101e55f9 for
type 'const char *', which requires 8 byte alignment
loop-iv.c:2314:24: runtime error: signed integer overflow: 9223372036854775807
- -9223372036854775808 cannot be represented in type 'long int'
loop-iv.c:2652:14: runtime error: signed integer overflow: 9223372036854775806
- -9223372036854775808 cannot be represented in type 'long int'
varasm.c:7191:16: runtime error: shift exponent 63 is too large for 32-bit type
'int'

Reply via email to