public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/22374] C++ front-end produces mis-match types in MODIFY_EXPR (dynamic_cast)
       [not found] <bug-22374-6528@http.gcc.gnu.org/bugzilla/>
@ 2007-08-24 16:07 ` rguenth at gcc dot gnu dot org
  2008-09-14  1:02 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-08-24 16:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2007-08-24 16:07 -------
The testcase is fixed with mainline and --enable-checking=yes,types.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22374


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/22374] C++ front-end produces mis-match types in MODIFY_EXPR (dynamic_cast)
       [not found] <bug-22374-6528@http.gcc.gnu.org/bugzilla/>
  2007-08-24 16:07 ` [Bug c++/22374] C++ front-end produces mis-match types in MODIFY_EXPR (dynamic_cast) rguenth at gcc dot gnu dot org
@ 2008-09-14  1:02 ` pinskia at gcc dot gnu dot org
  2008-09-17 19:10 ` rguenth at gcc dot gnu dot org
  2008-09-17 19:10 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-14  1:02 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2008-
                   |                            |09/msg01023.html
             Status|NEW                         |ASSIGNED
           Keywords|                            |patch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22374


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/22374] C++ front-end produces mis-match types in MODIFY_EXPR (dynamic_cast)
       [not found] <bug-22374-6528@http.gcc.gnu.org/bugzilla/>
  2007-08-24 16:07 ` [Bug c++/22374] C++ front-end produces mis-match types in MODIFY_EXPR (dynamic_cast) rguenth at gcc dot gnu dot org
  2008-09-14  1:02 ` pinskia at gcc dot gnu dot org
@ 2008-09-17 19:10 ` rguenth at gcc dot gnu dot org
  2008-09-17 19:10 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-09-17 19:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2008-09-17 19:08 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22374


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/22374] C++ front-end produces mis-match types in MODIFY_EXPR (dynamic_cast)
       [not found] <bug-22374-6528@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2008-09-17 19:10 ` rguenth at gcc dot gnu dot org
@ 2008-09-17 19:10 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-09-17 19:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-09-17 19:08 -------
Subject: Bug 22374

Author: rguenth
Date: Wed Sep 17 19:07:27 2008
New Revision: 140427

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140427
Log:
2008-09-17  Richard Guenther  <rguenther@suse.de>

        PR c++/22374
        * rtti.c (build_dynamic_cast_1): Convert the COND_EXPR
        result to the correct type.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/rtti.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22374


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/22374] C++ front-end produces mis-match types in MODIFY_EXPR (dynamic_cast)
  2005-07-08 16:10 [Bug c++/22374] New: " pinskia at gcc dot gnu dot org
@ 2005-08-05  4:50 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-05  4:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-05 04:50 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-08-05 04:50:52
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22374


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-09-17 19:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-22374-6528@http.gcc.gnu.org/bugzilla/>
2007-08-24 16:07 ` [Bug c++/22374] C++ front-end produces mis-match types in MODIFY_EXPR (dynamic_cast) rguenth at gcc dot gnu dot org
2008-09-14  1:02 ` pinskia at gcc dot gnu dot org
2008-09-17 19:10 ` rguenth at gcc dot gnu dot org
2008-09-17 19:10 ` rguenth at gcc dot gnu dot org
2005-07-08 16:10 [Bug c++/22374] New: " pinskia at gcc dot gnu dot org
2005-08-05  4:50 ` [Bug c++/22374] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).