Commit 2e30d3e3 by Uros Bizjak

testsuite: Fix g++.dg/debug/dwarf2/const2b.C target selector

	* g++.dg/debug/dwarf2/const2b.C (dg-do): Fix target selector.
parent 046c5890
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
......
/* { 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" } } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment