Re: [PATCH] Testcases executed, even if graphite is not available

2008-09-03 Thread Sebastian Pop
On Wed, Sep 3, 2008 at 1:24 PM, Steve Kargl <[EMAIL PROTECTED]> wrote: > I think that this is sensible considering that cloog is only > available through a git repository. Requiring people to install > git to build cloog is somewhat un-user-friendly. I will prepare a cloog.tar.gz and will put it

Re: [PATCH] Testcases executed, even if graphite is not available

2008-09-03 Thread Sebastian Pop
On Wed, Sep 3, 2008 at 1:19 PM, Andrew Pinski <[EMAIL PROTECTED]> wrote: > Maybe it is better to error out if -fgraphite is used even without > optimization if the compiler does not have the required libraries. > Patch attached. Sebastian * toplev.c (process_options): Fail and warn when graphit

Re: [PATCH] Testcases executed, even if graphite is not available

2008-09-03 Thread Steve Kargl
On Wed, Sep 03, 2008 at 11:19:37AM -0700, Andrew Pinski wrote: > On Wed, Sep 3, 2008 at 11:06 AM, Sebastian Pop <[EMAIL PROTECTED]> wrote: > > On Tue, Sep 2, 2008 at 8:42 PM, Tobias Grosser > > <[EMAIL PROTECTED]> wrote: > >> It seems this code is already there, but the check for > >> "check_effect

Re: [PATCH] Testcases executed, even if graphite is not available

2008-09-03 Thread Andrew Pinski
On Wed, Sep 3, 2008 at 11:06 AM, Sebastian Pop <[EMAIL PROTECTED]> wrote: > On Tue, Sep 2, 2008 at 8:42 PM, Tobias Grosser > <[EMAIL PROTECTED]> wrote: >> It seems this code is already there, but the check for >> "check_effective_target_fgraphite" fails. I attached a patch. Now the >> graphite test

Re: [PATCH] Testcases executed, even if graphite is not available

2008-09-03 Thread Sebastian Pop
On Tue, Sep 2, 2008 at 8:42 PM, Tobias Grosser <[EMAIL PROTECTED]> wrote: > It seems this code is already there, but the check for > "check_effective_target_fgraphite" fails. I attached a patch. Now the > graphite test cases are only executed, if graphite is available. > The patch looks good: the

Re: [PATCH] Testcases executed, even if graphite is not available

2008-09-03 Thread Janis Johnson
On Tue, 2008-09-02 at 22:42 -0300, Tobias Grosser wrote: > On Tue, 2008-09-02 at 14:54 -0700, Janis Johnson wrote: > > On Tue, 2008-09-02 at 21:23 +, Joseph S. Myers wrote: > > > On Tue, 2 Sep 2008, Andrew Pinski wrote: > > > > > > > On Tue, Sep 2, 2008 at 2:15 PM, Tobias Grosser > > > > <[EMA