Commit 4a8298b4 by Thomas Koenig

re PR fortran/79929 (Bogus Warning: '__builtin_memset': specified size…

re PR fortran/79929 (Bogus Warning: '__builtin_memset': specified size 4294967291 exceeds maximum object size 2147483647)

2018-03-18  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR fortran/79929
	* gfortran.dg/warn_concat.f90: New test.

From-SVN: r258630
parent 566f31a4
2018-03-18 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/79929
* gfortran.dg/warn_concat.f90: New test.
2018-03-16 Jakub Jelinek <jakub@redhat.com> 2018-03-16 Jakub Jelinek <jakub@redhat.com>
PR target/84899 PR target/84899
......
! { dg-do compile }
! { dg-additional-options "-Wall -O3" }
! PR 79929 - this used to give a warning.
! Test case by Harald Anlauf.
subroutine gfcbug138 (yerrmsg)
character(*) :: yerrmsg
yerrmsg = ""
yerrmsg = "bug: " // yerrmsg
end subroutine gfcbug138
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