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: [PATCH 0/6] Add testcases for fixed LAMBDA PRs.


On Tue, Jan 18, 2011 at 9:51 PM, Sebastian Pop <sebpop@gmail.com> wrote:
> Hi Richi,
>
> The last patches solved *all* the PRs related to -ftree-loop-linear.
> This patch set adds these testcases to the graphite testsuite.
> Committed to the graphite branch.

Nice.  Thanks for the work!  If the branch passed the regular auto-testing
can you merge the graphite related changes to trunk?  I will look at
the middle-end parts of the series this week.

Richard.

> Sebastian Pop (6):
> ?Add testcase for PR43567.
> ?Add testcase for PR29832.
> ?Add testcase for PR43657.
> ?Add testcase for PR46168.
> ?Add testcase for PR46215.
> ?Add testcase for PR46970.
>
> ?gcc/ChangeLog.graphite ? ? ? ? ? ? ? ? ? ? ? ? | ? 30 ++++++++++++++
> ?gcc/testsuite/gcc.dg/graphite/pr43567.c ? ? ? ?| ? 26 ++++++++++++
> ?gcc/testsuite/gcc.dg/graphite/pr43657.c ? ? ? ?| ? 52 ++++++++++++++++++++++++
> ?gcc/testsuite/gcc.dg/graphite/pr46168.c ? ? ? ?| ? 15 +++++++
> ?gcc/testsuite/gcc.dg/graphite/pr46215.c ? ? ? ?| ? 12 +++++
> ?gcc/testsuite/gcc.dg/graphite/pr46970.c ? ? ? ?| ? 28 +++++++++++++
> ?gcc/testsuite/gfortran.dg/graphite/pr29832.f90 | ? 26 ++++++++++++
> ?7 files changed, 189 insertions(+), 0 deletions(-)
> ?create mode 100644 gcc/testsuite/gcc.dg/graphite/pr43567.c
> ?create mode 100644 gcc/testsuite/gcc.dg/graphite/pr43657.c
> ?create mode 100644 gcc/testsuite/gcc.dg/graphite/pr46168.c
> ?create mode 100644 gcc/testsuite/gcc.dg/graphite/pr46215.c
> ?create mode 100644 gcc/testsuite/gcc.dg/graphite/pr46970.c
> ?create mode 100644 gcc/testsuite/gfortran.dg/graphite/pr29832.f90
>
>


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