* g++.dg/ubsan/cxx1y-vla.C: Remove.

From-SVN: r218681
This commit is contained in:
Jason Merrill 2014-12-12 11:43:21 -05:00
parent 18e780d460
commit 32b671f05a
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
/* { dg-do run } */
/* { dg-options "-fsanitize=vla-bound -Wall -Wno-unused-variable -std=c++14" } */
/* { dg-shouldfail "ubsan" } */
int
main (void)
{
int y = -18;
int a[y];
return 0;
}
/* { dg-output "terminate called after throwing an instance" } */