[Bug c++/27768] [4.2 regression] wrong-code with vectors

2006-05-31 Thread reichelt at gcc dot gnu dot org
--- Comment #8 from reichelt at gcc dot gnu dot org 2006-05-31 11:07 --- Created an attachment (id=11550) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11550&action=view) modified testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27768

[Bug c++/27768] [4.2 regression] wrong-code with vectors

2006-05-30 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-05-30 16:06 --- I already mentioned this is most likely a C++ front-end. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27768] [4.2 regression] wrong-code with vectors

2006-05-30 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2006-05-30 16:02 --- Created an attachment (id=11539) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11539&action=view) reduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27768

[Bug c++/27768] [4.2 regression] wrong-code with vectors

2006-05-28 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-05-28 20:52 --- But even without fixing PR 19817, it seems like the cast should be valid, or maybe not someone who knows if the cast is valid in C++ where the struct is not an inheirtance. -- pinskia at gcc dot gnu dot org chang