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 target/11020] [ia64] gcc "Floating Point Exception" handling problem


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

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


------- Additional Comments From pinskia@physics.uc.edu  2003-06-12 18:42 -------
With `-W -Wall', I get a warning about dividing by zero but I do not think the "Floating point 
exception" is a gcc bug because as I said before I did not think this should cause an exception like 
the PPC does not.
I found a reference to integer divide in User Guide of IA64 that divide is done in software so this is 
really not a bug because gcc does not check for divide by zero which speeds up your program and 
there is no way currently to enable this and I think this should not be enabled, you should check 
for divide by zero your self.


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