[Bug fortran/27351] Use variable after free in gfc_conv_array_transpose

2006-04-29 Thread hjl at lucon dot org
--- Comment #13 from hjl at lucon dot org 2006-04-29 14:45 --- Fixed. -- hjl at lucon dot org changed: What|Removed |Added Status|NEW

[Bug fortran/27351] Use variable after free in gfc_conv_array_transpose

2006-04-29 Thread hjl at gcc dot gnu dot org
--- Comment #12 from hjl at gcc dot gnu dot org 2006-04-29 14:25 --- Subject: Bug 27351 Author: hjl Date: Sat Apr 29 14:25:42 2006 New Revision: 113375 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113375 Log: 2006-04-29 H.J. Lu <[EMAIL PROTECTED]> PR fortran/27351

[Bug fortran/27351] Use variable after free in gfc_conv_array_transpose

2006-04-29 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added URL||http://gcc.gnu.org/ml/gcc- |

[Bug fortran/27351] Use variable after free in gfc_conv_array_transpose

2006-04-28 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-04-28 22:49 --- First this is not a memory leak. Second make_relative_prefix is inside the driver. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---