This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52654] [C++11] Warn on overflow in user-defined literals
- From: "marc.glisse at normalesup dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 31 Mar 2012 17:18:37 +0000
- Subject: [Bug c++/52654] [C++11] Warn on overflow in user-defined literals
- Auto-submitted: auto-generated
- References: <bug-52654-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52654
--- Comment #7 from Marc Glisse <marc.glisse at normalesup dot org> 2012-03-31 17:18:37 UTC ---
(In reply to comment #6)
> Also, what about this:
>
> -3_w;
What about it? IIUC, it is just -(3_w), I don't think it requires a particular
treatment.