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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Actually to be precise it's equivalent to

   return const_cast<int&>(reinterpret_cast<const int&>(arg));

See 5.2.3 [expr.type.conv] paragraph 1 and 5.4 [expr.cast] paragraph 4 in the
standard.

Reply via email to