diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-27 07:51:59 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-27 07:51:59 +0000 |
commit | cb56012690ae1b8f203a61decdcb5d281db2431c (patch) | |
tree | 58bc341cb04d6000b923fc1d7edb78289d9f2938 /gcc/testsuite/ChangeLog | |
parent | 84836637fcb8e7c3aea3b25f4cbf17a59cfca553 (diff) | |
download | gcc-cb56012690ae1b8f203a61decdcb5d281db2431c.tar.gz |
2009-07-27 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 150103
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@150104 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r-- | gcc/testsuite/ChangeLog | 107 |
1 files changed, 106 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index efad8ee55e6..f9bbf626f92 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,108 @@ +2009-07-26 Tobias Burnus <burnus@net-b.de> + + PR fortran/33197 + * gfortran.dg/atan2_1.f90: New test + * gfortran.dg/atan2_2.f90: New test + +2007-07-26 Simon Martin <simartin@users.sourceforge.net> + + PR c++/40749 + * g++.dg/warn/Wreturn-type-6.C: New test. + +2009-07-26 Ira Rosen <irar@il.ibm.com> + + PR tree-optimization/40801 + * gfortran.dg/vect/fast-math-real8-pr40801.f90: New test. + * gfortran.dg/vect/vect.exp: Run tests starting with + "fast-math-real8" with -ffast-math and -fdefault-real-8. + +2009-07-25 David Daney <ddaney@caviumnetworks.com> + + PR rtl-optimization/40445 + * g++.dg/other/builtin-unreachable-1.C: New testcase. + +2009-07-25 David Daney <ddaney@caviumnetworks.com> + + * gcc.dg/builtin-unreachable-4.c: New test. + +2009-07-25 Tobias Burnus <burnus@net-b.de> + + PR fortran/33197 + * gfortran.dg/complex_intrinsic_5.f90: New test. + * gfortran.dg/complex_intrinsic_7.f90: New test. + +2009-07-25 Martin Jambor <mjambor@suse.cz> + + * gcc.c-torture/execute/pr17377.c: Add noclone attribute to function y. + * gcc.dg/ipa/noclone-1.c: New test. + +2009-07-25 Uros Bizjak <ubizjak@gmail.com> + + * lib/target-supports.exp (check_effective_target_static): New + procedure. + * gcc.dg/special/gcsec-1.c (dg-options): Use -static only when + supported. + * g++.old-deja/g++.law/weak.C: Require static effective target. + +2009-07-25 Janus Weil <janus@gcc.gnu.org> + + PR fortran/39630 + * gfortran.dg/proc_ptr_comp_3.f90: Modified. + * gfortran.dg/proc_ptr_comp_pass_1.f90: New. + * gfortran.dg/proc_ptr_comp_pass_2.f90: New. + * gfortran.dg/proc_ptr_comp_pass_3.f90: New. + * gfortran.dg/proc_ptr_comp_pass_4.f90: New. + * gfortran.dg/proc_ptr_comp_pass_5.f90: New. + * gfortran.dg/typebound_call_10.f03: New. + +2009-07-24 Jason Merrill <jason@redhat.com> + + * g++.dg/cpp0x/defaulted11.C: New. + + * g++.dg/cpp0x/initlist23.C: New. + +2009-07-24 Janus Weil <janus@gcc.gnu.org> + + PR fortran/40822 + * gfortran.dg/char_length_16.f90: New. + +2009-07-24 Jakub Jelinek <jakub@redhat.com> + + PR fortran/40643 + PR fortran/31067 + * gfortran.dg/maxlocval_2.f90: New test. + * gfortran.dg/maxlocval_3.f90: New test. + * gfortran.dg/maxlocval_4.f90: New test. + * gfortran.dg/minlocval_1.f90: New test. + * gfortran.dg/minlocval_2.f90: New test. + * gfortran.dg/minlocval_3.f90: New test. + * gfortran.dg/minlocval_4.f90: New test. + +2009-07-23 Joseph Myers <joseph@codesourcery.com> + + * gcc.dg/dll-4.c: Allow foo1 and foo2 in either order in + scan-assembler. + +2009-07-23 Jakub Jelinek <jakub@redhat.com> + + PR fortran/40839 + * gfortran.dg/pr40839.f90: New test. + +2009-07-23 Michael Matz <matz@suse.de> + + PR middle-end/40830 + * gcc.dg/vect/vect-pre-interact.c: Require vect_float, and + don't set options ourself. + +2009-07-23 Simon Baldwin <simonb@google.com> + + * gcc.misc-tests/linkage.exp: Added -m64 to x86_64 linux target + native C compilation where required. + +2009-07-22 Doug Kwan <dougkwan@google.com> + + * gcc.c-torture/compile/20090721-1.c: New test. + 2009-07-22 Michael Matz <matz@suse.de> PR tree-optimization/35229 @@ -272,7 +377,7 @@ PR debug/40705 * g++.dg/debug/dwarf2/typedef1.C: New test. - PR c++/403057 + PR c++/40357 * g++.dg/other/typedef3.C: New test. 2009-07-14 Maxim Kuvyrkov <maxim@codesourcery.com> |