This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/81749] std::align: runtime error: negation of 8 cannot be represented in type 'size_t'
- From: "ebotcazou at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 08 Aug 2017 07:55:56 +0000
- Subject: [Bug libstdc++/81749] std::align: runtime error: negation of 8 cannot be represented in type 'size_t'
- Auto-submitted: auto-generated
- References: <bug-81749-4@http.gcc.gnu.org/bugzilla/>
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.