This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47570] "one() >= 0" isn't constexpr for unsigned int, yet == and > is.
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 17 Mar 2011 02:41:20 +0000
- Subject: [Bug c++/47570] "one() >= 0" isn't constexpr for unsigned int, yet == and > is.
- Auto-submitted: auto-generated
- References: <bug-47570-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47570
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |rejects-valid
Known to work| |4.7.0
Target Milestone|--- |4.6.1
Known to fail| |4.6.0
--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2011-03-17 02:41:15 UTC ---
Fixed for 4.7. I'll backport the patch to 4.6.1 after 4.6.0 is released.