On Mon, 21 Oct 2019 08:40:11 +0100
Richard Sandiford wrote:
> Jozef Lawrynowicz writes:
> > I experienced the following ICE when working on a downstream patch for
> > msp430:
> >
> > void
> > foo (unsigned int r, unsigned int y)
> > {
> > __builtin_umul_overflow ((unsigned int) (-1), y, &r);
Jozef Lawrynowicz writes:
> I experienced the following ICE when working on a downstream patch for msp430:
>
> void
> foo (unsigned int r, unsigned int y)
> {
> __builtin_umul_overflow ((unsigned int) (-1), y, &r);
> }
>
>> msp430-elf-gcc -S tester.c -O0
>
> tester.c: In function 'foo':
> tester