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++/14217] Assignment to vector references fails



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-04-27 01:11 -------
Actually it is worse.  I am going to close this as a dup of bug 31721 because
that bug shows the real issue, we are not regenerating the reference type
correctly, instead we are generating a pointer type.

*** This bug has been marked as a duplicate of 31721 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


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