This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/37503] autoconf detects g++ as having a remainder bug



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-09-12 20:17 -------
INT_MIN % -1 is undefined as INT_MIN/-1 is undefined.  The reason why
INT_MIN/-1  is undefined is because  - INT_MIN overflows.  So this is not a GCC
bug but a PPL bug.  Report this to them.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37503


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]