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 libstdc++/81749] std::align: runtime error: negation of 8 cannot be represented in type 'size_t'


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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu.org

--- Comment #11 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
At least things are clear in Ada: unsigned types are called modular types and
they are explicitly defined to use modular arithmetics.

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