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: [graphite][patch] Add test cases for autopar's code generation part.


Hi Li,

On Sat, May 9, 2009 at 03:02, Li Feng <nemokingdom@gmail.com> wrote:
> This is the patch. Now the files are categorized to 4 part:
> 1) blcok-*.c with flag "-O2 -fdump-tree-graphite-all"

For block-*.c the flags should be "-O2 -floop-block -fdump-tree-graphite-all".

> 2) id-*.c with flag "-O2 -fgraphite-identity"

For id-*.c the flags should be "-O2 -fgraphite-identity
-fdump-tree-graphite-all".

> 3) scop-*.c with flag "-O2 -fgraphite -fdump-tree-graphite-all"
> 4) others defaults to flag "-ansi -pedantic-errors"
> if dg-option is not set.

This is correct.

Thank you,
Sebastian


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