tls-reload-1.c (main): Make testing more thorough.
gcc/testsuite/ * gcc.dg/torture/tls/tls-reload-1.c (main): Make testing more thorough. From-SVN: r194867
This commit is contained in:
parent
3d53a469c1
commit
ffa6d5dfbf
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-01-03 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* gcc.dg/torture/tls/tls-reload-1.c (main): Make testing more thorough.
|
||||
|
||||
2013-01-03 Janus Weil <janus@gcc.gnu.org>
|
||||
|
||||
PR fortran/55855
|
||||
|
|
|
@ -42,7 +42,7 @@ main (void)
|
|||
int i;
|
||||
|
||||
setup (array);
|
||||
B(CHECK, tls);
|
||||
C(CHECK, tls);
|
||||
if (!y)
|
||||
abort ();
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue