* c-c++-common/ubsan/bounds-6.c: Use dg-do run.

From-SVN: r221217
This commit is contained in:
Marek Polacek 2015-03-05 15:00:20 +00:00 committed by Marek Polacek
parent 0d2489f4c1
commit d81177988c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-03-05 Marek Polacek <polacek@redhat.com>
* c-c++-common/ubsan/bounds-6.c: Use dg-do run.
2015-03-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* gcc.dg/tree-ssa/ssa-dom-cse-2.c:

View File

@ -1,4 +1,4 @@
/* { dg-do compile } */
/* { dg-do run } */
/* { dg-options "-fsanitize=bounds -Wall -Wextra" } */
/* Test off-by-one. */