diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-11-10 09:19:05 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-11-10 09:19:05 +0000 |
commit | 85d78357a979175fff8c5a7f20ebd8f1422e66aa (patch) | |
tree | c9f8efa7a51b0f1470dc409753567f6a74b3b9b6 /gcc | |
parent | 6d5136ab93e49e71d0d62cdfddd297e46dd20c19 (diff) | |
download | gcc-85d78357a979175fff8c5a7f20ebd8f1422e66aa.tar.gz |
Formatting fixes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141733 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 18 |
1 files changed, 9 insertions, 9 deletions
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 <pault@gcc.gnu.org> @@ -1898,10 +1898,10 @@ 2008-09-07 Victor Kaplansky <victork@il.ibm.com> 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 <law@redhat.com> @@ -3514,7 +3514,7 @@ 2008-08-20 Victor Kaplansky <victork@il.ibm.com> * 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 <jvdelisle@gcc.gnu.org> @@ -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 <dseketel@redhat.com> @@ -4914,8 +4914,8 @@ 2008-06-30 Dodji Seketeli <dseketel@redhat.com> * 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 <rguenther@suse.de> |