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 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