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:
parent
d4dc42d276
commit
d654723319
@ -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.
|
||||
|
@ -9,4 +9,4 @@ foo (void)
|
||||
return bar ((void*)bar);
|
||||
}
|
||||
|
||||
/* { dg-final { scan-assembler "b\\s+bar" } } */
|
||||
/* { dg-final { scan-assembler "bl?\\s+bar" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user