comparison gcc/testsuite/gcc.dg/Wrestrict-17.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* PR tree-optimization/85826 - ICE in gimple-ssa-warn-restruct on 1 /* PR tree-optimization/85826 - ICE in gimple-ssa-warn-restruct on
2 a variable-length struct 2 a variable-length struct
3 { dg-do compile } 3 { dg-do compile }
4 { dg-require-effective-target alloca }
4 { dg-options "-O2 -Wall" } */ 5 { dg-options "-O2 -Wall" } */
5 6
6 int f (int n) 7 int f (int n)
7 { 8 {
8 typedef struct { int a[n]; } S; 9 typedef struct { int a[n]; } S;