This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53000] Conditional operator does not behave as standardized
- 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: Wed, 10 Oct 2012 10:43:22 +0000
- Subject: [Bug c++/53000] Conditional operator does not behave as standardized
- Auto-submitted: auto-generated
- References: <bug-53000-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53000
--- Comment #14 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-10 10:43:22 UTC ---
Why you believe it should "derive" from decay? It doesn't in C++11 and it
doesn't in the proposed resolution of LWG 2141.
Anyway, if you think there is something seriously wrong ;) with Daniel's work,
please comment on the patch as posted on mailing list, CC Daniel of course,
this PR per se is about the C++ front-end issue.