This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/53223] [c++0x] auto&& and operator* don't mix inside templates


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53223

--- Comment #7 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-05-04 00:02:29 UTC ---
In short, the first argument of initialize_reference itself, the type of the
expression to be converted, has TYPE_REF_IS_RVALUE true for #12 and false for
#13, which should be equivalent.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]