[Bug tree-optimization/33961] [4.3 regression] gcc 4.3 causes crash valid code to crash
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Oct 31 16:54:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list