This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47504] some constexpr calculations erroneously overflow when using negative numbers
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 16 Mar 2011 23:43:40 +0000
- Subject: [Bug c++/47504] some constexpr calculations erroneously overflow when using negative numbers
- Auto-submitted: auto-generated
- References: <bug-47504-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47504
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-03-16 23:43:38 UTC ---
>which has implementation-defined behavior according to the C and C++ standards.
But that does not mean it has an overflow though, right?