comparison gcc/testsuite/g++.dg/ubsan/pr81530.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* PR sanitizer/81530 */ 1 /* PR sanitizer/81530 */
2 /* { dg-do compile } */ 2 /* { dg-do compile } */
3 /* { dg-options "-fsanitize=undefined" } */ 3 /* { dg-options "-fsanitize=undefined" } */
4 4
5 int a[(long) 4e20]; /* { dg-error "overflow in constant expression" } */ 5 int a[(long) 4e20]; /* { dg-error "size of array .a. is (too large|negative)" } */
6 /* { dg-error "size of array .a. is too large" "" { target *-*-* } .-1 } */