On Tue, 15 Feb 2011, DJ Delorie wrote: > > pr45055 tests a scheduling fix, but on targets that don't support > scheduling (like m32c-elf), gcc emits a warning that scheduling is not > supported. This warning causes the test to fail. How do we bypass > these types of test cases? I don't see a suitable effective_target > for scheduling.
Add the missing predicate and use it? > FAIL: gcc.dg/pr45055.c (test for excess errors) brgds, H-P