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++/54808] error: non-trivial conversion at assignment (with bit fields)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54808

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
          Component|middle-end                  |c++
         AssignedTo|rguenth at gcc dot gnu.org  |unassigned at gcc dot
                   |                            |gnu.org

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-10-05 10:46:02 UTC ---
It's a C++ frontend issue, the zero is explicit in the CONSTRUCTOR inside
the INIT_EXPR.  The FE probably simply uses integer_zero_node.


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