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]
Other format: [Raw text]

Re: Bad choices by expand_mult_highpart


> 
> The test case for this problem is:
> 
> /* { dg-do run } */
> /* Divide a signed number by something that isn't a power of two */
> int main (int argc, char *argv[])
> {
>   volatile int i = 1;
>   return i / 10; 
> }
> 
> See gcc.c-torture/execute/941101-1.c.  This problem affects the PA
> an it is PR 14663.

I've just committed a patch that fixes s390(x) and sparc, could you
check whether it fixes PA as well?

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de


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