This is the mail archive of the glibc-bugs@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]

[Bug libc/21605] declare strtol pure


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

--- Comment #4 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
(And, since __errno_location is marked const, I don't think calls to it, 
and read accesses to the memory location to which it returns a pointer, 
should prevent multiple calls to a pure function from being collapsed into 
one.)

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

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