------- Comment #5 from mkuvyrkov at gcc dot gnu dot org 2007-05-30 15:27 ------- (In reply to comment #3) > I don't think MEM_READONLY_P should be set. I think this is related to PR > 31809. >
Memory location in question is a constant static variable in a function. When the function is run for the first time it will be initialized and after that will behave like a normal MEM_READONLY_P (). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31806
