comparison gcc/testsuite/gcc.dg/pr40971.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* PR target/40971 */ 1 /* PR target/40971 */
2 /* { dg-do compile } */ 2 /* { dg-do compile } */
3 /* { dg-options "-O -fstack-protector -fno-strict-aliasing" } */ 3 /* { dg-options "-O -fstack-protector -fno-strict-aliasing" } */
4 /* { dg-require-effective-target fstack_protector } */ 4 /* { dg-require-effective-target fstack_protector } */
5 /* { dg-require-effective-target size20plus } */
5 6
6 extern void bar (char *); 7 extern void bar (char *);
7 8
8 void 9 void
9 foo (int f, long a) 10 foo (int f, long a)