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: [PATCH/RFA] Fix ffssi2 on SHmedia


On Sun, Sep 29, 2002 at 02:08:51PM -0700, Jason R Thorpe wrote:
> 	* gcc.c-torture/execute/ffs-1.c: New test.

Ok.

> 	* gcc.c-torture/execute/ffs-2.c: Ditto.

You need to cater to sizeof(int)*CHAR_BIT < 32 in some manner.
Perhaps a table of input/output that has parts conditionally
compiled based on __INT_MAX__.

I'll let Joern comment on the sh bits.


r~


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