[PATCH][benchtests] Use benchmark framework for strtod

Joseph S. Myers joseph@codesourcery.com
Wed Dec 4 14:43:00 GMT 2013


On Wed, 4 Dec 2013, Siddhesh Poyarekar wrote:

> which I am unable to currently avoid because I need the volatile in
> place to prevent gcc from inlining the math functions.  I'll figure
> out a way to fix this warning later if that is OK.

The logical equivalent for strtod would be const char *volatile - making 
the pointer itself volatile - so make sure that "volatile" is being used 
correctly to qualify whatever the relevant type is, regardless of the 
syntax used for that type, rather than simply being concatenated with a 
type name.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list