This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/51712] -Wtype-limits should not trigger for types of implementation-defined signedness
- From: "manu at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 03 May 2012 23:13:22 +0000
- Subject: [Bug c/51712] -Wtype-limits should not trigger for types of implementation-defined signedness
- Auto-submitted: auto-generated
- References: <bug-51712-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51712
--- Comment #9 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> 2012-05-03 23:13:22 UTC ---
The second testcase is fixed now. The original testcase is much harder, but I
have a patch that follows the idea in comment #7. Let's see how it goes...