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:
parent
01446eb82c
commit
244fdda055
2 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue