ChangeLog: Add commit message from rev.

2013-03-30  Thomas Koenig  <tkoenig@gcc.gnu.org>

	* fortran/ChangeLog:  Add commit message from rev. 197261
	* testsuite/ChangeLog:  Likewise.

From-SVN: r197262
This commit is contained in:
Thomas Koenig 2013-03-30 10:23:09 +00:00
parent 01446eb82c
commit 244fdda055
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2013-03-30 Thomas Koenig <tkoenig@gcc.gnu.org>
* trans-expr.c (build_memcmp_call): New function.
(gfc_build_compare_string): If the strings
compared have constant and equal lengths and
the strings are kind=1, or, for kind=4 strings,
the test is for (in)equality, use memcmp().
2013-03-29 Tobias Burnus <burnus@net-b.de>
PR fortran/35203

View file

@ -1,3 +1,10 @@
2013-03-30 Thomas Koenig <tkoenig@gcc.gnu.org>
* gfortran.dg/character_comparison_3.f90: Adjust for use of memcmp
for constant and equal string lengths.
* gfortran.dg/character_comparison_5.f90: Likewise.
* gfortran.dg/character_comparison_9.f90: New test.
2013-03-27 Kirill Yukhin <kirill.yukhin@intel.com>
* gcc.target/i386/avx2-vbroadcastsi128-1.c: Fix intrinsic name.