[Bug fortran/27633] Fortran accesses char array as integer with transfer

2006-05-20 Thread hjl at lucon dot org
--- Comment #4 from hjl at lucon dot org 2006-05-21 06:58 --- It is the same as PR 27449. *** This bug has been marked as a duplicate of 27449 *** -- hjl at lucon dot org changed: What|Removed |Added ---

[Bug fortran/27633] Fortran accesses char array as integer with transfer

2006-05-20 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-05-21 05:47 --- I believe this to be the same as PR27449. I have a fix in mind that I will try over the next few days (see PR27449) Paul -- pault at gcc dot gnu dot org changed: What|Removed |

[Bug fortran/27633] Fortran accesses char array as integer with transfer

2006-05-17 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-05-17 19:03 --- (In reply to comment #1) > I already mentioned before it should be using VIEW_CONVERT_EXPR instead of an > address and a NOP_EXPR but nobody listened to me in the orginal bug report. > > Note this effects both strict

[Bug fortran/27633] Fortran accesses char array as integer with transfer

2006-05-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-16 22:19 --- I already mentioned before it should be using VIEW_CONVERT_EXPR instead of an address and a NOP_EXPR but nobody listened to me in the orginal bug report. Note this effects both strict alignment targets and aliasing.