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++/32882] Mismatched types with pointer to member functions and -fstrict-aliasing



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


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