Commit d6547233 by Andre Vieira Committed by Andre Vieira

pr78255-2.c: Fix to work for targets that do not optimize for tailcall.

    2016-12-20  Andre Vieira  <andre.simoesdiasvieira@arm.com>

	* gcc.target/arm/pr78255-2.c: Fix to work for targets
	that do not optimize for tailcall.

From-SVN: r243826
parent d4dc42d2
2016-12-20 Andre Vieira <andre.simoesdiasvieira@arm.com>
* gcc.target/arm/pr78255-2.c: Fix to work for targets
that do not optimize for tailcall.
2016-12-20 David Edelsohn <dje.gcc@gmail.com>
* gcc.dg/tls/pr78796.c: dg-add-options tls.
......
......@@ -9,4 +9,4 @@ foo (void)
return bar ((void*)bar);
}
/* { dg-final { scan-assembler "b\\s+bar" } } */
/* { dg-final { scan-assembler "bl?\\s+bar" } } */
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