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:
Richard Sandiford 2013-01-03 18:51:57 +00:00 committed by Richard Sandiford
parent 3d53a469c1
commit ffa6d5dfbf
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -42,7 +42,7 @@ main (void)
int i;
setup (array);
B(CHECK, tls);
C(CHECK, tls);
if (!y)
abort ();
return 0;