From: Richard Sandiford Date: Thu, 3 Jan 2013 18:51:57 +0000 (+0000) Subject: tls-reload-1.c (main): Make testing more thorough. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ffa6d5dfbfd38f61a92c5dc7ff18074f893da1c4;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 53ab5584c08..ed8cd6520c8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-01-03 Richard Sandiford + + * gcc.dg/torture/tls/tls-reload-1.c (main): Make testing more thorough. + 2013-01-03 Janus Weil PR fortran/55855 diff --git a/gcc/testsuite/gcc.dg/torture/tls/tls-reload-1.c b/gcc/testsuite/gcc.dg/torture/tls/tls-reload-1.c index d00c11a94f2..bd9a0b891a4 100644 --- a/gcc/testsuite/gcc.dg/torture/tls/tls-reload-1.c +++ b/gcc/testsuite/gcc.dg/torture/tls/tls-reload-1.c @@ -42,7 +42,7 @@ main (void) int i; setup (array); - B(CHECK, tls); + C(CHECK, tls); if (!y) abort (); return 0;