1162485Sjulian/* { dg-do run } */
2162485Sjulian/* { dg-options "-fsanitize=undefined -w" } */
3162485Sjulian
4162485Sjulian#include "recovery-common.inc"
5162485Sjulian
6162485Sjulian/* { dg-output "shift exponent 152 is too large for \[^\n\r]*-bit type 'int'\[^\n\r]*(\n|\r\n|\r)" } */
7162485Sjulian/* { dg-output "\[^\n\r]*shift exponent 153 is too large for \[^\n\r]*-bit type 'int'\[^\n\r]*(\n|\r\n|\r)" } */
8162485Sjulian/* { dg-output "\[^\n\r]*signed integer overflow: 2147483647 \\+ 1 cannot be represented in type 'int'\[^\n\r]*(\n|\r\n|\r)" } */
9162485Sjulian/* { dg-output "\[^\n\r]*signed integer overflow: 2147483647 \\+ 2 cannot be represented in type 'int'\[^\n\r]*(\n|\r\n|\r)" } */
10162485Sjulian