http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46411
Mikael Morin <mikael at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikael at gcc dot gnu.org --- Comment #1 from Mikael Morin <mikael at gcc dot gnu.org> 2010-11-10 13:43:03 UTC --- Patch pre-approved. (In reply to comment #0) > Actually, I am not sure that CLASS_INQUIRY and CLASS_TRANSFORMATIONAL > functions are PURE. They are: 13.1, ยง2, last sentence: All standard intrinsic functions are pure. Some GNU extensions are not, but they are marked as CLASS_IMPURE. > Currently, all functions which are not IMPURE are marked as > PURE. ... since Jerry's patch from yesterday. ;-) But it's not a regression. :-)