Commit 5396db97 by Kwok Cheung Yeung Committed by Catherine Moore

mips16-attributes.c: Skip if -mmicromips flag is present.

2016-05-04  Kwok Cheung Yeung  <kcy@codesourcery.com>

	* gcc.target/mips/mips16-attributes.c: Skip if -mmicromips
	flag is present.

From-SVN: r235881
parent de55efd5
2016-05-04 Kwok Cheung Yeung <kcy@codesourcery.com>
* gcc.target/mips/mips16-attributes.c: Skip if -mmicromips
flag is present.
2016-05-04 Marek Polacek <polacek@redhat.com>
PR c/48778
......
......@@ -3,6 +3,7 @@
function. */
/* { dg-do run } */
/* { dg-options "(-mips16)" } */
/* { dg-skip-if "" { *-*-* } { "-mmicromips" } { "" } } */
#include <stdlib.h>
......
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