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 #5 from pinskia at gcc dot gnu dot org  2007-10-31 17:07 -------
So what we have is a conditional store but a non conditional read.  So the
store can trap but the read does not.  Really using a const_cast does nothing
to change the fact you are passing a readonly memory to something which might
be written to.


-- 


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]