This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52422] [C++11][SFINAE] Hard errors with void or arithmetic expressions
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 28 Feb 2012 23:18:42 +0000
- Subject: [Bug c++/52422] [C++11][SFINAE] Hard errors with void or arithmetic expressions
- Auto-submitted: auto-generated
- References: <bug-52422-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52422
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at gcc dot |paolo.carlini at oracle dot
|gnu.org |com
Target Milestone|--- |4.8.0
--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-02-28 23:18:42 UTC ---
As expected pretty straightforward, essentially matter of propagating complain
to decay_conversion and build_m_component_ref.