public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/ieee)] testsuite: Fix g++.dg/debug/dwarf2/const2b.C target selector
@ 2020-03-18 17:22 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2020-03-18 17:22 UTC (permalink / raw)
  To: gcc-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 1377 bytes --]

https://gcc.gnu.org/g:2e30d3e3e88b6a544074ff89de4974bc5e200e89

commit 2e30d3e3e88b6a544074ff89de4974bc5e200e89
Author: Uros Bizjak <ubizjak@gmail.com>
Date:   Tue Mar 17 23:01:04 2020 +0100

    testsuite: Fix g++.dg/debug/dwarf2/const2b.C target selector
    
            * g++.dg/debug/dwarf2/const2b.C (dg-do): Fix target selector.

Diff:
---
 gcc/testsuite/ChangeLog                     | 4 ++++
 gcc/testsuite/g++.dg/debug/dwarf2/const2b.C | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index dae22c27764..775837d840f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2020-03-17  Uroš Bizjak  <ubizjak@gmail.com>
+
+	* g++.dg/debug/dwarf2/const2b.C (dg-do): Fix target selector.
+
 2020-03-17  Jakub Jelinek  <jakub@redhat.com>
 
 	PR c/94172
diff --git a/gcc/testsuite/g++.dg/debug/dwarf2/const2b.C b/gcc/testsuite/g++.dg/debug/dwarf2/const2b.C
index 3ad1c080945..681ad721dd7 100644
--- a/gcc/testsuite/g++.dg/debug/dwarf2/const2b.C
+++ b/gcc/testsuite/g++.dg/debug/dwarf2/const2b.C
@@ -1,4 +1,4 @@
-/* { dg-do compile { target i386*-*-* x86_64-*-* } } */
+/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-O -gdwarf-2 -dA -msse" } */
 /* { dg-require-effective-target sse } */
 /* { dg-final { scan-assembler "DW_AT_const_value" } } */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-18 17:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-18 17:22 [gcc(refs/users/meissner/heads/ieee)] testsuite: Fix g++.dg/debug/dwarf2/const2b.C target selector Michael Meissner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).