Re: IPA ICF fallout: fix for two ipa-icf-*.C tests

2014-10-19 Thread Andreas Schwab
Martin Liška writes: > diff --git a/gcc/testsuite/g++.dg/ipa/ipa-icf-4.C > b/gcc/testsuite/g++.dg/ipa/ipa-icf-4.C > index 9d17889..9434289 100644 > --- a/gcc/testsuite/g++.dg/ipa/ipa-icf-4.C > +++ b/gcc/testsuite/g++.dg/ipa/ipa-icf-4.C > @@ -44,5 +44,5 @@ int main() > } > > /* { dg-final { s

IPA ICF fallout: fix for two ipa-icf-*.C tests

2014-10-16 Thread Martin Liška
Hello. I forgot that RUNTESTFLAGS="ipa.exp" does not execute *.C tests cases residing in testsuite/g++.dg/ipa/ folder. The patch fixes two of my newly added tests. Considered as obvious. Thank you, Martin gcc/testsuite/ChangeLog: 2014-10-16 Martin Liska * g++.dg/ipa/ipa-icf-4.C: C