From c24ac1213aed4fefdb616441d48d05f5a5ce7399 Mon Sep 17 00:00:00 2001 From: dodji Date: Tue, 3 Nov 2009 13:20:08 +0000 Subject: [PATCH] Move builtin-offsetof.c test PR c++/38699 * c-c++-common/dfp/builtin-offsetof.c: Moved to ... * c-c++-common/builtin-offsetof.c: ... here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153848 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/c-c++-common/{dfp => }/builtin-offsetof.c | 0 2 files changed, 6 insertions(+) rename gcc/testsuite/c-c++-common/{dfp => }/builtin-offsetof.c (100%) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 03fdb9c..3301c45 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,6 +1,12 @@ 2009-11-03 Dodji Seketeli PR c++/38699 + * c-c++-common/dfp/builtin-offsetof.c: Moved to ... + * c-c++-common/builtin-offsetof.c: ... here. + +2009-11-03 Dodji Seketeli + + PR c++/38699 * c-c++-common/dfp/builtin-offsetof.c: New test. * g++.dg/other/offsetof6.C: Likewise. diff --git a/gcc/testsuite/c-c++-common/dfp/builtin-offsetof.c b/gcc/testsuite/c-c++-common/builtin-offsetof.c similarity index 100% rename from gcc/testsuite/c-c++-common/dfp/builtin-offsetof.c rename to gcc/testsuite/c-c++-common/builtin-offsetof.c -- 2.7.4