about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-09-03 09:29:01 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-09-03 09:29:01 +0530
commit6c8bbad92726eeb50c9bb4107dad80155062eb0a (patch)
tree668cb7fc9fb6e93914a49660c6ed9733801e619b /nptl/ChangeLog
parent18d4371683fbe347bf4fbaef05d18b5a4918887a (diff)
downloadglibc-6c8bbad92726eeb50c9bb4107dad80155062eb0a.tar.gz
glibc-6c8bbad92726eeb50c9bb4107dad80155062eb0a.tar.xz
glibc-6c8bbad92726eeb50c9bb4107dad80155062eb0a.zip
Mark success return value as volatile to work around rescheduling
Resolves #15921

The test case nptl/tst-cleanup2 fails on s390x and power6 due to
instruction sheduling in gcc.  This was reported in gcc:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58034

but it was concluded that gcc is allowed to assume that the first
argument to sprintf is a character array - NULL not being a valid
character array.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index d1efbb43e5..7511f701ec 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2013-09-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	[BZ #15921]
+	* tst-cleanup2.c (do_test): New volatile variable RET to
+	return success.
+
 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
 
 	* sysdeps/pthread/pthread.h: Fix typos.