Added a few 'pure' and 'const' function attributes as suggested by GCC 5.4
GCC has an option to suggest additional function attributes that may improve compilation and performance by providing more semantic information to the compiler. Here are the changes that tool proposes.
Do we care ?