This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51222] [C++11][SFINAE] Unevaluated combined delete new expression completely broken
- 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: Thu, 24 May 2012 12:16:54 +0000
- Subject: [Bug c++/51222] [C++11][SFINAE] Unevaluated combined delete new expression completely broken
- Auto-submitted: auto-generated
- References: <bug-51222-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51222
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 #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-05-24 12:16:54 UTC ---
I worked on this and a patch is essentially ready, AFAICS. But there are ABI
implications waiting to be resolved, if I understand correctly.