From c41e1ae6c0ee5face983669fc23e418be1faa1da Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Thu, 24 Jul 2014 17:09:10 +0000 Subject: [PATCH] struct-layout-1.exp: Load g++-dg.exp. gcc/testsuite/ * g++.dg/compat/struct-layout-1.exp: Load g++-dg.exp. From-SVN: r213014 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.dg/compat/struct-layout-1.exp | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1aeb7abd353..d37c6a94737 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-07-24 Ulrich Weigand + + * g++.dg/compat/struct-layout-1.exp: Load g++-dg.exp. + 2014-07-24 Jiong Wang * gcc.target/aarch64/test_frame_1.c: Match optimized instruction diff --git a/gcc/testsuite/g++.dg/compat/struct-layout-1.exp b/gcc/testsuite/g++.dg/compat/struct-layout-1.exp index 0beb5953723..6a131139551 100644 --- a/gcc/testsuite/g++.dg/compat/struct-layout-1.exp +++ b/gcc/testsuite/g++.dg/compat/struct-layout-1.exp @@ -90,6 +90,9 @@ proc compat-use-tst-compiler { } { # This must be done after the compat-use-*-compiler definitions. load_lib compat.exp +# Provide the g++-dg-prune routine (gcc-dp.exp is loaded by compat.exp) +load_lib g++-dg.exp + g++_init # Save variables for the C++ compiler under test, which each test will -- 2.30.2