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 c++/27084] Does not propagate memory load base through useless type conversion



------- Comment #9 from rguenth at gcc dot gnu dot org  2006-04-12 13:35 -------
PASS: g++.old-deja/g++.mike/dyncast7.C (test for excess errors)
FAIL: g++.old-deja/g++.mike/dyncast7.C execution test

const Foo* and Foo* are really not compatible.  We can just exchange Foo* for
const Foo* for loads.


-- 


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


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