From: Marek Polacek Date: Thu, 5 Mar 2015 15:00:20 +0000 (+0000) Subject: * c-c++-common/ubsan/bounds-6.c: Use dg-do run. X-Git-Tag: releases/gcc-5.1.0~592 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d81177988cfc7c3f297ba38421c5fcb4aa3b34d5;p=thirdparty%2Fgcc.git * c-c++-common/ubsan/bounds-6.c: Use dg-do run. From-SVN: r221217 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5175369afda6..4f853ee4ca94 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 e7d15d511813..aef2055fb3ce 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. */