Commit 244fdda0 by Thomas Koenig

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
parent 01446eb8
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
......
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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment