------- 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

Reply via email to