public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug nptl/15921] New: nptl/tst-cleanup2 fails on s390x and power6
@ 2013-09-02 12:28 siddhesh at redhat dot com
  2013-09-03  3:59 ` [Bug nptl/15921] " siddhesh at redhat dot com
  2014-06-13 12:57 ` fweimer at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: siddhesh at redhat dot com @ 2013-09-02 12:28 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=15921

            Bug ID: 15921
           Summary: nptl/tst-cleanup2 fails on s390x and power6
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
          Assignee: siddhesh at redhat dot com
          Reporter: siddhesh at redhat dot com
                CC: drepper.fsp at gmail dot com

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 character array.

It is trivial to avoid this problem in the test case by marking the success
return value in tst-cleanup2 as volatile.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-13 12:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-02 12:28 [Bug nptl/15921] New: nptl/tst-cleanup2 fails on s390x and power6 siddhesh at redhat dot com
2013-09-03  3:59 ` [Bug nptl/15921] " siddhesh at redhat dot com
2014-06-13 12:57 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).