[Bug fortran/54238] If possible, TRANSFER should use assignment instead of MEMCPY

2015-11-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54238 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Blocks|

[Bug fortran/54238] If possible, TRANSFER should use assignment instead of MEMCPY

2012-08-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54238 --- Comment #1 from Andrew Pinski 2012-08-13 06:15:43 UTC --- Though the memcpy does get optimized to a VCE: addr.9_4 = (integer(kind=8)) ivtmp.29_28; D.1913_24 = VIEW_CONVERT_EXPR(addr.9_4); So it might not be important enough to do at the