Re: [PATCH] testsuite: Adjust switch-exp-transform-3.c for 32bit

2024-07-31 Thread Jakub Jelinek
On Wed, Jul 31, 2024 at 12:02:08PM +0200, Filip Kastl wrote: > 32bit x86 CPUs won't natively support the FFS operation on a 64 bit > type. Therefore, the switch-exp-transform-3.c test will always fail > with a 32bit target. I'm fixing my mistake. > > gcc/testsuite/ChangeLog: > > * gcc.tar

[PATCH] testsuite: Adjust switch-exp-transform-3.c for 32bit

2024-07-31 Thread Filip Kastl
32bit x86 CPUs won't natively support the FFS operation on a 64 bit type. Therefore, the switch-exp-transform-3.c test will always fail with a 32bit target. I'm fixing my mistake. gcc/testsuite/ChangeLog: * gcc.target/i386/switch-exp-transform-3.c: Remove code testing that the