From d81177988cfc7c3f297ba38421c5fcb4aa3b34d5 Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Thu, 5 Mar 2015 15:00:20 +0000 Subject: [PATCH] * c-c++-common/ubsan/bounds-6.c: Use dg-do run. From-SVN: r221217 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/c-c++-common/ubsan/bounds-6.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5175369afda..4f853ee4ca9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-03-05 Marek Polacek + + * c-c++-common/ubsan/bounds-6.c: Use dg-do run. + 2015-03-05 Andreas Krebbel * gcc.dg/tree-ssa/ssa-dom-cse-2.c: diff --git a/gcc/testsuite/c-c++-common/ubsan/bounds-6.c b/gcc/testsuite/c-c++-common/ubsan/bounds-6.c index e7d15d51181..aef2055fb3c 100644 --- a/gcc/testsuite/c-c++-common/ubsan/bounds-6.c +++ b/gcc/testsuite/c-c++-common/ubsan/bounds-6.c @@ -1,4 +1,4 @@ -/* { dg-do compile } */ +/* { dg-do run } */ /* { dg-options "-fsanitize=bounds -Wall -Wextra" } */ /* Test off-by-one. */