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++/85892] value-initialization failure


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85892

Casey Carter <Casey at Carter dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |Casey at Carter dot net
         Resolution|---                         |DUPLICATE

--- Comment #2 from Casey Carter <Casey at Carter dot net> ---
(In reply to Jonathan Wakely from comment #1)
> Is this a dup of Bug 65816 comment 1?

Almost exactly: the sole difference being that 65816 comment 1 observes failure
to zero-init a *member* subobject, and this report observes failure to
zero-init a *base* subobject.

I'll add this repro to 65816.

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

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