comparison gcc/testsuite/g++.dg/stackprotectexplicit2.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
5 5
6 int A() 6 int A()
7 { 7 {
8 int A[23]; 8 int A[23];
9 char b[22]; 9 char b[22];
10 return 0;
10 } 11 }
11 12
12 int __attribute__((stack_protect)) B() 13 int __attribute__((stack_protect)) B()
13 { 14 {
14 int a; 15 int a;