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/30360] Complex divide bug



------- Comment #4 from jakub at gcc dot gnu dot org  2007-01-05 15:53 -------
Subject: Bug 30360

Author: jakub
Date: Fri Jan  5 15:53:31 2007
New Revision: 120488

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120488
Log:
        PR c/30360
        * libgcc2.c (__divdc3): Compare c and d against 0.0 instead of
        denom against 0.0.

        * gcc.dg/pr30360.c: New test.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/pr30360.c
Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/libgcc2.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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


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