https://bugs.llvm.org/show_bug.cgi?id=19747

Alexander Kornienko <ale...@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
                 CC|                            |ale...@google.com
             Status|NEW                         |RESOLVED

--- Comment #1 from Alexander Kornienko <ale...@google.com> ---
Not reproducible now:

$ clang -c /tmp/q.cc 
/tmp/q.cc:4:35: warning: initializer overrides prior initialization of this
subobject [-Winitializer-overrides]
     A a[1] = { { .b = 0 }, [0] = { 0 } };
                                  ^~~~~
/tmp/q.cc:4:17: note: previous initialization is here
     A a[1] = { { .b = 0 }, [0] = { 0 } };
                ^~~~~~~~~~
1 warning generated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to