http://llvm.org/bugs/show_bug.cgi?id=20162
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Richard Smith <[email protected]> --- This code is ill-formed, but we allow it as an extension. By default, we issue an error on it, but you can downgrade it to a warning with -Wno-error=reserved-user-defined-literal or turn it off with -Wno-reserved-user-defined-literal. => This is working as intended. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
