Message ID | 1419201469.8915.75.camel@yam-132-YW-E178-FTW |
---|---|
State | New |
Headers | show |
Index: gcc/testsuite/gcc.target/sh/torture/pr17280.c =================================================================== --- gcc/testsuite/gcc.target/sh/torture/pr17280.c (revision 0) +++ gcc/testsuite/gcc.target/sh/torture/pr17280.c (revision 0) @@ -0,0 +1,13 @@ +/* Check that there are no problems with .uses labels when branch relaxation + is enabled. */ +/* { dg-do assemble } */ +/* { dg-additional-options "-mrelax" } */ + +extern void foo (int); + +int +main (void) +{ + foo (7); + return 0; +}