This is the mail archive of the gcc-patches@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]

Re: Fix gcc.c-torture/execute/991202-3.c


    Pretty self-explanitory when youy look at the test case.  We weren't
    respecting overflow on (x * 65536) / 8 for type `unsigned int'.

There's something very odd here since that a *division* case (the
outer operation), so it should have already been handled by my latest
to that code.

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