[Bug fortran/26769] Implement transpose() and reshape() for real instead of using integer

2006-06-21 Thread fxcoudert at gcc dot gnu dot org
--- Comment #14 from fxcoudert at gcc dot gnu dot org 2006-06-22 06:07 --- Fixed on mainline, I will not backport the patch to 4.1 as it's not really a "bug" the user can see. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/26769] Implement transpose() and reshape() for real instead of using integer

2006-06-21 Thread fxcoudert at gcc dot gnu dot org
--- Comment #13 from fxcoudert at gcc dot gnu dot org 2006-06-22 06:06 --- Subject: Bug 26769 Author: fxcoudert Date: Thu Jun 22 06:05:54 2006 New Revision: 114881 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114881 Log: PR libfortran/26769 * ChangeLog: Forgot

[Bug fortran/26769] Implement transpose() and reshape() for real instead of using integer

2006-06-21 Thread fxcoudert at gcc dot gnu dot org
--- Comment #12 from fxcoudert at gcc dot gnu dot org 2006-06-22 06:04 --- Subject: Bug 26769 Author: fxcoudert Date: Thu Jun 22 06:04:02 2006 New Revision: 114880 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114880 Log: PR libfortran/26769 * iresolve.c (gfc_

[Bug fortran/26769] Implement transpose() and reshape() for real instead of using integer

2006-06-21 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added URL||http://gcc.gnu.org/ml/gcc- |

[Bug fortran/26769] Implement transpose() and reshape() for real instead of using integer

2006-06-20 Thread fxcoudert at gcc dot gnu dot org
--- Comment #11 from fxcoudert at gcc dot gnu dot org 2006-06-20 11:03 --- I'll take care of that. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/26769] Implement transpose() and reshape() for real instead of using integer

2006-04-22 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2006-04-22 07:13 --- Subject: Bug 26769 Author: jakub Date: Sat Apr 22 07:13:20 2006 New Revision: 113170 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113170 Log: PR fortran/26769 * iresolve.c (gfc_resolve_resha

[Bug fortran/26769] Implement transpose() and reshape() for real instead of using integer

2006-04-22 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2006-04-22 07:09 --- Subject: Bug 26769 Author: jakub Date: Sat Apr 22 07:08:58 2006 New Revision: 113169 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113169 Log: PR fortran/26769 * iresolve.c (gfc_resolve_reshap

[Bug fortran/26769] Implement transpose() and reshape() for real instead of using integer

2006-04-16 Thread tkoenig at gcc dot gnu dot org
--- Comment #8 from tkoenig at gcc dot gnu dot org 2006-04-16 21:19 --- The error is now fixed on trunk and 4.1. What's left is to generate transpoe and reshape for the other real functions. Downgrading to enhancement and removing myself from this bug (for now). -- tkoenig at gcc d