Re: [testsuite] Remove dg-extra-errors in gcc.dg/inline_[12].c etc.

2011-06-29 Thread Rainer Orth
David, Your fix works ok for me (on x86-64/linux) too. based on that, I've installed the patch. Thanks. Rainer -- - Rainer Orth, Center for Biotechnology, Bielefeld University

[testsuite] Remove dg-extra-errors in gcc.dg/inline_[12].c etc.

2011-06-28 Thread Rainer Orth
Three new testcases seem to XPASS everywhere, at least on all of my targets: XPASS: gcc.dg/inline_1.c (test for excess errors) XPASS: gcc.dg/inline_2.c (test for excess errors) XPASS: gcc.dg/unroll_1.c (test for excess errors) The following patch fixes this to remove the noise. Tested with the

Re: [testsuite] Remove dg-extra-errors in gcc.dg/inline_[12].c etc.

2011-06-28 Thread Xinliang David Li
Your fix works ok for me (on x86-64/linux) too. Thanks, David On Tue, Jun 28, 2011 at 10:09 AM, Rainer Orth r...@cebitec.uni-bielefeld.de wrote: Three new testcases seem to XPASS everywhere, at least on all of my targets: XPASS: gcc.dg/inline_1.c (test for excess errors) XPASS: