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
This commit is contained in:
Andre Vieira 2016-12-20 16:39:50 +00:00 committed by Andre Vieira
parent d4dc42d276
commit d654723319
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -9,4 +9,4 @@ foo (void)
return bar ((void*)bar);
}
/* { dg-final { scan-assembler "b\\s+bar" } } */
/* { dg-final { scan-assembler "bl?\\s+bar" } } */