This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/22358] C++ front-end produces mis-match types in MODIFY_EXPR
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jul 2005 23:58:01 -0000
- Subject: [Bug c++/22358] C++ front-end produces mis-match types in MODIFY_EXPR
- References: <20050707223052.22358.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 23:58 -------
The mis-matched type is created here:
#0 build3_stat (code=COND_EXPR, tt=0x41e254fc, arg0=0x41ea0d38, arg1=0x41ea8c60,
arg2=0x41e1d180) at /Users/pinskia/src/local/gcc/gcc/tree.c:2679
#1 0x000cab6c in build_base_path (code=PLUS_EXPR, expr=0x41ece000, binfo=0x41e05680,
nonnull=1) at /Users/pinskia/src/local/gcc/gcc/cp/class.c:368
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|C++ front-end (or fold) |C++ front-end produces mis-
|produces mis-match types in |match types in MODIFY_EXPR
|MODIFY_EXPR |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22358