comparison gcc/testsuite/gcc.dg/pr44545.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 /* { dg-do compile } */ 1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fnon-call-exceptions -ftrapv -fexceptions" } */ 2 /* { dg-options "-O2 -fnon-call-exceptions -ftrapv -fexceptions" } */
3 int 3 void
4 DrawChunk(int *tabSize, int x) 4 DrawChunk(int *tabSize, int x)
5 { 5 {
6 const int numEnds = 10; 6 const int numEnds = 10;
7 int ends[numEnds + 2]; 7 int ends[numEnds + 2];
8 if (*tabSize > 0) { 8 if (*tabSize > 0) {