http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50958
--- Comment #3 from Ed Smith-Rowland <3dw4rd at verizon dot net> 2011-11-16 16:03:26 UTC --- Created attachment 25839 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25839 Patch to correctly resolve literal operators. Literal operators were not properly resolved according to . This means that there could be mismatches between the literal and the literal operator that is used to resolve it. This patch also fixes this bug.