comparison gcc/testsuite/gcc.dg/torture/pr63554.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* { dg-do compile } */ 1 /* PR c/63554 - ice in "execute_todo, at passes.c:1797" with -O3
2 { dg-do compile } */
2 3
3 char *a; 4 char *a;
4 void 5 void
5 nssutil_ReadSecmodDB (void) 6 nssutil_ReadSecmodDB (void)
6 { 7 {
7 long b = __builtin_object_size (0, 0); 8 long b = __builtin_object_size (0, 0);
8 a = __builtin___strncat_chk (a, " ", 1, b); 9 a = __builtin___strncat_chk (a, " ", 1, b);
9 } 10 }
11
12 /* { dg-prune-output "\\\[-Wstringop-overflow=]" } */