------- Comment #2 from pinskia at gcc dot gnu dot org  2007-10-31 16:53 -------
This is the new pass by Matz which is causing the issue.  So we have a
conditional write which writes to a read only memory.

Though the warning:
vt.cc: In function 'int main(int, char**)':
t.cc:21: warning: deprecated conversion from string constant to 'char*'

Should tell you that the code could be invalid anyways.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal
          Component|rtl-optimization            |tree-optimization


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33961

Reply via email to