On Nov 4, 2013, at 5:43 AM, Senthil Kumar Selvaraj
wrote:
> gcc.dg/superblock.c uses the -fdump-rtl-sched2 option and then scans the
> resulting dump. This fails for the AVR target, as it doesn't have any
> instruction scheduling support.
Ok.
> If ok, could someone commit please?
Committed re
Hi,
gcc.dg/superblock.c uses the -fdump-rtl-sched2 option and then scans the
resulting dump. This fails for the AVR target, as it doesn't have any
instruction scheduling support.
The attached patch makes this test require scheduling support in the
target. If ok, could someone commit please? I do