From: Neil Booth Date: Mon, 6 May 2002 08:34:57 +0000 (+0000) Subject: * gcc.dg/cpp/charconst-3.c: Run, don't compile. X-Git-Tag: releases/gcc-3.3.0~5231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=adc502b4c57e54ada48a05a69dcbe88d02080f23;p=thirdparty%2Fgcc.git * gcc.dg/cpp/charconst-3.c: Run, don't compile. From-SVN: r53209 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7bb4ca585059..ab68f45217b0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-05-06 Neil Booth + + * gcc.dg/cpp/charconst-3.c: Run, don't compile. + 2002-05-06 Neil Booth * gcc.dg/cpp/charconst-3.c: New test. diff --git a/gcc/testsuite/gcc.dg/cpp/charconst-3.c b/gcc/testsuite/gcc.dg/cpp/charconst-3.c index 86fcf78d4730..2b62400eb456 100644 --- a/gcc/testsuite/gcc.dg/cpp/charconst-3.c +++ b/gcc/testsuite/gcc.dg/cpp/charconst-3.c @@ -1,6 +1,6 @@ /* Copyright (C) 2001 Free Software Foundation, Inc. */ -/* { dg-do compile } */ +/* { dg-do run } */ /* { dg-options -Wno-multichar } */ /* This tests values and signedness of multichar charconsts.