comparison gcc/testsuite/gcc.c-torture/execute/pr23135.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-add-options stack_size } */
2
3 /* Based on execute/simd-1.c, modified by joern.rennecke@st.com to 1 /* Based on execute/simd-1.c, modified by joern.rennecke@st.com to
4 trigger a reload bug. Verified for gcc mainline from 20050722 13:00 UTC 2 trigger a reload bug. Verified for gcc mainline from 20050722 13:00 UTC
5 for sh-elf -m4 -O2. */ 3 for sh-elf -m4 -O2. */
6 /* { dg-options "-Wno-psabi" } */ 4 /* { dg-options "-Wno-psabi" } */
5 /* { dg-add-options stack_size } */
7 6
8 #ifndef STACK_SIZE 7 #ifndef STACK_SIZE
9 #define STACK_SIZE (256*1024) 8 #define STACK_SIZE (256*1024)
10 #endif 9 #endif
11 10