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