This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/33961] [4.3 regression] gcc 4.3 causes crash valid code to crash



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]