From: Richard Guenther Date: Tue, 20 Jan 2009 09:21:41 +0000 (+0000) Subject: pr36227.c: Move ... X-Git-Tag: releases/gcc-4.4.0~801 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e98d281f6dc732d92eba9c5cc3b62ad93137f9f;p=thirdparty%2Fgcc.git pr36227.c: Move ... 2009-01-20 Richard Guenther * gcc.c-torture/execute/pr36227.c: Move ... * gcc.dg/torture/pr36227.c: ... here. Require stdint_types. From-SVN: r143509 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 24d647eea676..30bf7ac79c91 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-01-20 Richard Guenther + + * gcc.c-torture/execute/pr36227.c: Move ... + * gcc.dg/torture/pr36227.c: ... here. Require stdint_types. + 2009-01-19 Iain Sandoe * lib/gfortran.exp: Add -B options for targets that use diff --git a/gcc/testsuite/gcc.c-torture/execute/pr36227.c b/gcc/testsuite/gcc.dg/torture/pr36227.c similarity index 82% rename from gcc/testsuite/gcc.c-torture/execute/pr36227.c rename to gcc/testsuite/gcc.dg/torture/pr36227.c index 355adf4c5dfc..462b2c4f0fb1 100644 --- a/gcc/testsuite/gcc.c-torture/execute/pr36227.c +++ b/gcc/testsuite/gcc.dg/torture/pr36227.c @@ -1,3 +1,5 @@ +/* { dg-do run { target { stdint_types } } } */ + #include extern void abort (void); int main()