Commit 43639d2c by Uros Bizjak Committed by Uros Bizjak

const-2b.c: Also compile for x86_64-*-*.

	* gcc.dg/debug/dwarf2/const-2b.c: Also compile for x86_64-*-*.
	Remove SSE effective target requirement.

From-SVN: r240377
parent 8de88f7f
2016-09-22 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/debug/dwarf2/const-2b.c: Also compile for x86_64-*-*.
Remove SSE effective target requirement.
2016-09-22 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/71979
......
/* { dg-do compile { target i386*-*-* } } */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O -gdwarf -dA -msse" } */
/* { dg-require-effective-target sse } */
/* { dg-final { scan-assembler "DW_AT_const_value" } } */
typedef float FloatVect __attribute__((__vector_size__(16)));
......
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