Commit 9b09bfac by Oleg Endo

re PR target/17280 (-mrelax and -O cause .uses directives in assembler to refer…

re PR target/17280 (-mrelax and -O cause .uses directives in assembler to refer to non-existent local labels)

gcc/testsuite/
	PR target/17280
	* gcc.target/sh/torture/pr17280.c: New.

From-SVN: r218998
parent 8b642521
2014-12-21 Oleg Endo <olegendo@gcc.gnu.org>
PR target/17280
* gcc.target/sh/torture/pr17280.c: New.
2014-12-19 Edward Smith-Rowland <3dw4rd@verizon.net>
* g++.dg/cpp1y/feat-cxx98-neg.C: Enable __cpp_sized_deallocation test.
......
/* 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;
}
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