[Bug c++/52767] Default inits for structs in struct initializer lists: wrong this pointer

2012-05-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52767

Paolo Carlini paolo.carlini at oracle dot com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Known to work||4.6.2, 4.7.0, 4.7.1, 4.8.0
 Resolution||FIXED

--- Comment #2 from Paolo Carlini paolo.carlini at oracle dot com 2012-05-12 
23:03:56 UTC ---
Confirmed fixed.


[Bug c++/52767] Default inits for structs in struct initializer lists: wrong this pointer

2012-03-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52767

Jakub Jelinek jakub at gcc dot gnu.org changed:

   What|Removed |Added

 CC||jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek jakub at gcc dot gnu.org 2012-03-29 
12:23:46 UTC ---
Seems to be fixed by http://gcc.gnu.org/viewcvs?view=revisionrevision=158219
(i.e. for 4.6+).