From: jakub Date: Mon, 10 Nov 2008 09:19:05 +0000 (+0000) Subject: Formatting fixes. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=85d78357a979175fff8c5a7f20ebd8f1422e66aa;ds=sidebyside Formatting fixes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141733 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 28665feb76b..b341ead6f0a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -2,7 +2,7 @@ PR middle-end/37807 PR middle-end/37809 - * gcc/testsuite/gcc.target/i386/mmx-8.c: New test. + * gcc.target/i386/mmx-8.c: New test. 2008-11-09 Paul Thomas @@ -1898,10 +1898,10 @@ 2008-09-07 Victor Kaplansky PR testsuite/37334 - * gcc/testsuite/gcc.dg/fastmath-2.c: Add volatile to + * gcc.dg/fastmath-2.c: Add volatile to definition of b, change -ffast-math to -ffinite-math-only and rename test to ... - * gcc/testsuite/gcc.dg/div-double-1.c: ... this. + * gcc.dg/div-double-1.c: ... this. 2008-09-06 Jeff Law @@ -3514,7 +3514,7 @@ 2008-08-20 Victor Kaplansky * gcc.dg/vect/vect-multitypes-15.c: Fix typo. - * gcc/testsuite/lib/target-supports.exp + * lib/target-supports.exp (check_effective_target_vect_long_long): Remove spu-*-*. * gcc.dg/vect/vect-multitypes-16.c: Make init loop unvectorizable. * gcc.dg/vect/slp-widen-mult-u8.c: Likewise. @@ -4625,7 +4625,7 @@ PR 35058 * gcc.dg/Wdeclaration-after-statement-3.c: New. - * gcc/testsuite/gcc.dg/Wpointer-arith.c: New. + * gcc.dg/Wpointer-arith.c: New. 2008-07-22 Jerry DeLisle @@ -4898,8 +4898,8 @@ PR c++/13101 * g++.dg/parse/func-ptr-decl.C: New test. - * gcc/testsuite/g++.old-deja/g++.jason/crash11.C: Update this to - catch a warning that is generated by virtue of fixing this bug. + * g++.old-deja/g++.jason/crash11.C: Update this to + catch a warning that is generated by virtue of fixing this bug. 2008-07-11 Dodji Seketeli @@ -4914,8 +4914,8 @@ 2008-06-30 Dodji Seketeli * g++.dg/parse/constructor1.C, g++.dg/parse/error*.C: Update these - tests to make them catch column number regressions. Make these tests - run with the -fshow-column option. + tests to make them catch column number regressions. Make these tests + run with the -fshow-column option. * g++.dg/parse/error-column.C: new column number test. 2008-07-11 Richard Guenther