This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/35740] a = conjg(transpose(a)) still gives wrong results, see bug 31994
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Mar 2008 19:58:54 -0000
- Subject: [Bug fortran/35740] a = conjg(transpose(a)) still gives wrong results, see bug 31994
- References: <bug-35740-15985@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from burnus at gcc dot gnu dot org 2008-03-28 19:58 -------
Confirm. There seems to be a temporary missing.
Paul, you have fixed PR 31994, do you have an idea here?
The problem seems to be in general expressions of this type:
array = function(transpose(array))
where function() can be, e.g., "sin()" and the data type, e.g., real since then
no temporary is created. If possible, we should backport a fix to 4.2 and 4.3.
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pault at gcc dot gnu dot
| |org, burnus at gcc dot gnu
| |dot org
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
GCC build triplet|x86_64-linux-gnu |
GCC host triplet|x86_64-linux-gnu |
GCC target triplet|x86_64-linux-gnu |
Keywords| |wrong-code
Last reconfirmed|0000-00-00 00:00:00 |2008-03-28 19:58:54
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35740