This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/32882] Mismatched types with pointer to member functions and -fstrict-aliasing
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jul 2007 12:50:59 -0000
- Subject: [Bug c++/32882] Mismatched types with pointer to member functions and -fstrict-aliasing
- References: <bug-32882-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from rguenth at gcc dot gnu dot org 2007-07-25 12:50 -------
break build2_stat if code == INIT_EXPR && !useless_type_conversion_p
(arg0->common.type, arg1->common.type)
and you reach the offending tree build.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32882