[Bug libfortran/21127] reshape of complex broken

2005-05-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-19 22:07 --- Subject: Bug 21127 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-19 22:07:07 Modified files: libgfortran:

[Bug libfortran/21127] reshape of complex broken

2005-05-19 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-19 22:10 --- Fixed on mainline and 4.0. There are still some reshape bugs in 4.0 which are not specific to complex numbers, and whose fixes need to be backported. -- What|Removed

[Bug libfortran/21127] reshape of complex broken

2005-05-19 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21127

[Bug libfortran/21127] reshape of complex broken

2005-05-18 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-18 20:24 --- Subject: Bug 21127 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-18 20:24:33 Modified files: libgfortran: ChangeLog gcc/fortran:

[Bug libfortran/21127] reshape of complex broken

2005-05-18 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-18 20:35 --- Subject: Bug 21127 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-18 20:35:30 Modified files: libgfortran: ChangeLog Makefile.am Makefile.in

[Bug libfortran/21127] reshape of complex broken

2005-05-10 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-05-10 15:51 --- *** Bug 21480 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug libfortran/21127] reshape of complex broken

2005-05-03 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-03 08:23 --- Patch here: http://gcc.gnu.org/ml/fortran/2005-04/msg00716.html -- What|Removed |Added

[Bug libfortran/21127] reshape of complex broken

2005-04-23 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-04-23 18:26 --- (In reply to comment #2) Or, alternatively, we could call reshape_generic. Which of course would be evil from a performance standpoitn :-) Actually, that's what we are doing for a lot of intrinsics:

[Bug libfortran/21127] reshape of complex broken

2005-04-22 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-04-22 13:09 --- Or, alternatively, we could call reshape_generic. Which of course would be evil from a performance standpoitn :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21127

[Bug libfortran/21127] reshape of complex broken

2005-04-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-21 00:55 --- Confirmed. -- What|Removed |Added CC||pinskia