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++/86398] is_trivially_constructible always returns true even when is_constructible returns false


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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
          Component|libstdc++                   |c++
           Assignee|unassigned at gcc dot gnu.org      |ville at gcc dot gnu.org
            Summary|[8/9 Regression]            |is_trivially_constructible
                   |is_trivially_constructible  |always returns true even
                   |always returns true even    |when is_constructible
                   |when is_constructible       |returns false
                   |returns false               |

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The regression is fixed for 8.2 with a workaround in the library header.

Changing component back to c++ so Ville can fix the intrinisic.

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