This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, testsuite] Require scheduling support in gcc.dg/superblock.c
- From: Mike Stump <mikestump at comcast dot net>
- To: Senthil Kumar Selvaraj <senthil_kumar dot selvaraj at atmel dot com>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 4 Nov 2013 16:21:14 -0800
- Subject: Re: [Patch, testsuite] Require scheduling support in gcc.dg/superblock.c
- Authentication-results: sourceware.org; auth=none
- References: <20131104134317 dot GB582 at atmel dot com>
On Nov 4, 2013, at 5:43 AM, Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> 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 revision 204376.
> 2013-11-04 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
>
> * gcc.dg/superblock.c: Require scheduling support
Missing ., added.