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/33037] TRANSFER should warn on mismatched sizes



------- Comment #7 from burnus at gcc dot gnu dot org  2007-09-21 10:32 -------
Partially fixed.

Missing: Check whether the size of the LHS is bigger than the result of
TRANSFER (see example in this PR's comment 0).

The current fix gives the warning only if the specified (SIZE=...) result size
is larger than the source size (cf. example in bug 31610 comment 0).


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|gcc version 4.3.0 20070511  |
                   |(experimental)              |
   GCC host triplet|powerpc-apple-darwin8.9.0   |
 GCC target triplet|powerpc-apple-darwin8.9.0   |


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


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