Commit 7b8311b5 by Oleg Endo

pr64366.c: Remove -m4 -ml from dg-options.

gcc/testsuite/
	* gcc.target/sh/pr64366.c: Remove -m4 -ml from dg-options.

From-SVN: r223417
parent 8e725716
2015-05-20 Oleg Endo <olegendo@gcc.gnu.org>
* gcc.target/sh/pr64366.c: Remove -m4 -ml from dg-options.
2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com> 2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* lib/target-supports.exp: Vector do not always have natural * lib/target-supports.exp: Vector do not always have natural
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -m4 -ml -mlra" } */ /* { dg-options "-O2 -mlra" } */
typedef int int8_t __attribute__ ((__mode__ (__QI__))); typedef int int8_t __attribute__ ((__mode__ (__QI__)));
typedef int int16_t __attribute__ ((__mode__ (__HI__))); typedef int int16_t __attribute__ ((__mode__ (__HI__)));
......
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