This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Testcases executed, even if graphite is not available
On Tue, Sep 2, 2008 at 8:42 PM, Tobias Grosser
<grosser@fim.uni-passau.de> 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 code of -fgraphite will only be executed at
-O1 or higher, so when -fgraphite is used at -O0 there is no warning.
Note that I cannot approve the commit of this patch.
Sebastian