This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch, fortran]: PR33544 Warning in TRANSFER intrinsic should be made optional
- From: FX Coudert <fxcoudert at gmail dot com>
- To: Jerry DeLisle <jvdelisle at verizon dot net>
- Cc: Fortran List <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 19 Oct 2007 08:14:45 +0100
- Subject: Re: [patch, fortran]: PR33544 Warning in TRANSFER intrinsic should be made optional
- References: <47183CD8.7070301@verizon.net>
2007-10-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/33544
* simplify.c (gfc_simplify_transfer): Only warn for short transfer
when
-Wsurprising is given.
Please add this to the doc for -Wsurprising.
FX