From: bernhardheld Date: Tue, 5 Aug 2003 16:10:37 +0000 (+0000) Subject: * support/Util/SDCCerr.c: added warning "integer overflow in expression" X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e96c962c23142b074928e0e6e78a0b99c772cd56;p=fw%2Fsdcc * support/Util/SDCCerr.c: added warning "integer overflow in expression" * support/Util/SDCCerr.h: added warning W_INT_OVL git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2809 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 472b64f2..92dd3dd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ * src/SDCCval.c (valDiv, valMod): fixed signdness * src/SDCCicode.c (operandOperation): fixed critical typo; fixed signedness of modulo, left and right shift + * support/Util/SDCCerr.c: added warning "integer overflow in expression" + * support/Util/SDCCerr.h: added warning W_INT_OVL 2003-08-04 Jesus Calvino-Fraga