[LLVMbugs] [Bug 17413] Missing item referenced in compiler error.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Sep 30 14:30:27 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17413

Eli Friedman <sharparrow1 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |sharparrow1 at yahoo.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from Eli Friedman <sharparrow1 at yahoo.com> ---
Trunk clang gives:

<stdin>:24:19: error: union member 'object' has a non-trivial constructor
        my_object object;
                  ^
<stdin>:7:5: note: because type 'my_object' has a user-provided default
constructor
    my_object() { }
    ^
1 error generated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130930/12dcad55/attachment.html>


More information about the llvm-bugs mailing list