From ae31824cbbb984a1728a304185b3606d4262857b Mon Sep 17 00:00:00 2001 From: Graham Stott Date: Fri, 2 Nov 2001 11:16:30 +0000 Subject: [PATCH] * g++.dg/other/debug1.C: Fix typos. From-SVN: r46714 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.dg/other/debug1.C | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ecd6473496a..c17a76ab964 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-11-02 Graham Stott + + * g++.dgother/debug1.C: Fix typos. + 2001-11-01 Jakub Jelinek * g++.dg/other/debug1.C: New test. diff --git a/gcc/testsuite/g++.dg/other/debug1.C b/gcc/testsuite/g++.dg/other/debug1.C index 92689c7e37f..c284e23212a 100644 --- a/gcc/testsuite/g++.dg/other/debug1.C +++ b/gcc/testsuite/g++.dg/other/debug1.C @@ -1,5 +1,5 @@ // Test whether dwarf2 debug info works with named return value optimization -// { dg-do compile { i?86-*-linux* } +// { dg-do compile { target i?86-*-linux* } } // { dg-options "-O2 -gdwarf-2" } struct S -- 2.30.2