This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33037] TRANSFER should warn on mismatched sizes
- 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: 21 Sep 2007 10:32:42 -0000
- Subject: [Bug fortran/33037] TRANSFER should warn on mismatched sizes
- References: <bug-33037-13164@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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