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++/31960] Premature hiding of symbols makes a copy constructor shooting at its own foot



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-06-06 21:11 -------
>  we want to have G++ semantics here defined

The semantics are defined, just you are invoking other undefined behavior with
respect of doing stuff like:
b a;
a = a;

Which are what the semantics of C++ says the two are equaivant.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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