This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] tst-setcontext2: avoid bug from compiler optimization


On Wed, 25 Jan 2017, Florian Weimer wrote:

> I suspect the real cause is the lack of the returns_twice attribute on the
> getcontext function.  Does the problem go away if you add that?
> 
> If yes, this needs a bug report in Bugzilla, referenced from the ChangeLog and
> commit message because it is a user-visible bug.

Missing returns_twice attributes (which should of course be 
__returns_twice__) are bug 20382.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]