------- 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

Reply via email to