This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/36935] unneeded temporary



------- Comment #1 from dfranke at gcc dot gnu dot org  2008-07-25 14:18 -------
Reads similar to http://gcc.gnu.org/ml/fortran/2008-07/msg00163.html

PaulT wrote:
>  pt = point((/ x, y, z /))
>            1
> Warning: Creating array temporary at (1)

This will always occur where an array actual argument is not a
contiguous section of a variable.


-- 

dfranke at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dfranke at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36935


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]