This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/22371] C front-end produces mis-match types in MODIFY_EXPR
- 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: 22 Aug 2007 10:02:56 -0000
- Subject: [Bug c/22371] C front-end produces mis-match types in MODIFY_EXPR
- References: <bug-22371-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from rguenth at gcc dot gnu dot org 2007-08-22 10:02 -------
The patch doesn't address the problem it seems. Instead I'll let the
middle-end
decide which arrays are compatible instead of differing to the frontend in
useless_type_conversion_p.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22371