Commit f66060c6 by Sandra Loosemore Committed by Sandra Loosemore

msa.c: Add -fcommon to dg-options.

2017-11-03  Sandra Loosemore  <sandra@codesourcery.com>

	gcc/testsuite/
	* gcc.target/mips/msa.c: Add -fcommon to dg-options.

From-SVN: r254387
parent 74a6366d
2017-11-03 Sandra Loosemore <sandra@codesourcery.com>
* gcc.target/mips/msa.c: Add -fcommon to dg-options.
2017-11-03 Uros Bizjak <ubizjak@gmail.com>
PR testsuite/82828
......
/* Test MIPS MSA ASE instructions */
/* { dg-do compile } */
/* { dg-options "-mfp64 -mhard-float -mmsa -fexpensive-optimizations" } */
/* { dg-options "-mfp64 -mhard-float -mmsa -fexpensive-optimizations -fcommon" } */
/* { dg-skip-if "madd and msub need combine" { *-*-* } { "-O0" } { "" } } */
/* { dg-final { scan-assembler-times "\t.comm\tv16i8_\\d+,16,16" 3 } } */
......
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