From: jamborm Date: Wed, 24 Mar 2010 16:26:52 +0000 (+0000) Subject: 2010-03-24 Martin Jambor X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=b86d88288c3f28079a99373b5e8ca751d247d33c 2010-03-24 Martin Jambor * gcc.dg/ipa/ipa-1.c: Delete trailing spaces, put the call to f into a loop. * gcc.dg/ipa/ipa-2.c: Likewise. * gcc.dg/ipa/ipa-3.c: Likewise. * gcc.dg/ipa/ipa-4.c: Likewise. * gcc.dg/ipa/ipa-5.c: Likewise. * gcc.dg/ipa/ipa-7.c: Likewise. * gcc.dg/ipa/ipa-6.c: Delete trailing spaces, put the call to foo into a loop. * gcc.dg/ipa/ipacost-2.c: Delete trailing spaces, put the call to i_can_not_be_propagated_fully2 into a loop. * gcc.dg/ipa/ipa-8.c: New test. * g++.dg/ipa/iinline-1.C: Put the call to docalling into a loop. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157698 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8265ef3b939..3bfabd47ce7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,19 @@ +2010-03-24 Martin Jambor + + * gcc.dg/ipa/ipa-1.c: Delete trailing spaces, put the call to f into + a loop. + * gcc.dg/ipa/ipa-2.c: Likewise. + * gcc.dg/ipa/ipa-3.c: Likewise. + * gcc.dg/ipa/ipa-4.c: Likewise. + * gcc.dg/ipa/ipa-5.c: Likewise. + * gcc.dg/ipa/ipa-7.c: Likewise. + * gcc.dg/ipa/ipa-6.c: Delete trailing spaces, put the call to foo into + a loop. + * gcc.dg/ipa/ipacost-2.c: Delete trailing spaces, put the call to + i_can_not_be_propagated_fully2 into a loop. + * gcc.dg/ipa/ipa-8.c: New test. + * g++.dg/ipa/iinline-1.C: Put the call to docalling into a loop. + 2010-03-24 Jakub Jelinek PR debug/19192