https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56867
Thomas Koenig changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56867
--- Comment #10 from Thomas Koenig ---
Author: tkoenig
Date: Sat Jan 24 21:30:15 2015
New Revision: 220085
URL: https://gcc.gnu.org/viewcvs?rev=220085&root=gcc&view=rev
Log:
2015-01-24 Thomas Koenig
PR fortran/56867
* trans-array.c (
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56867
--- Comment #9 from Thomas Koenig ---
Author: tkoenig
Date: Wed Jan 7 22:31:54 2015
New Revision: 219325
URL: https://gcc.gnu.org/viewcvs?rev=219325&root=gcc&view=rev
Log:
2015-01-08 Thomas Koenig
Backport from trunk
PR fortran/5686
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56867
--- Comment #8 from Thomas Koenig ---
For the creation of a temporary after the fix where it is not really necessary,
see PR 64426 .
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56867
--- Comment #7 from Thomas Koenig ---
Author: tkoenig
Date: Sun Dec 28 12:03:02 2014
New Revision: 219089
URL: https://gcc.gnu.org/viewcvs?rev=219089&root=gcc&view=rev
Log:
2014-12-28 Thomas Koenig
PR fortran/56867
* trans-array.c (g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56867
--- Comment #6 from Thomas Koenig 2013-04-08
20:23:59 UTC ---
I stumbled across this while looking at PR 30398,
when I wanted to add some dependency checking to
make call memcpy instead of memmove if there was
no dependency.
Look for a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56867
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56867
--- Comment #4 from Dominique d'Humieres 2013-04-07
20:39:43 UTC ---
The temporary is missing as far as 4.3.1.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56867
--- Comment #3 from Thomas Koenig 2013-04-07
20:19:53 UTC ---
Oops, here it is:
program main
character(len=4) :: a
character(len=4) :: c(3)
c(1) = 'abcd'
c(2) = '1234'
c(3) = 'wxyz'
c(:)(1:2) = c(2)(2:3)
print '(A)',c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56867
--- Comment #2 from Tobias Burnus 2013-04-07
20:15:06 UTC ---
Can you attach the test case?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56867
Thomas Koenig changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
11 matches
Mail list logo