This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50059] [C++0x] Broken error message with __builtin_remquo & constexpr
- 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: Sat, 13 Aug 2011 20:13:40 +0000
- Subject: [Bug c++/50059] [C++0x] Broken error message with __builtin_remquo & constexpr
- Auto-submitted: auto-generated
- References: <bug-50059-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50059
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
AssignedTo|unassigned at gcc dot |jason at redhat dot com
|gnu.org |
Target Milestone|--- |4.7.0
--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> 2011-08-13 20:13:40 UTC ---
Fixed to print (r = 0) instead. Anything further would need to change the
front end to delay folding like the C front end does.