This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, libfortran] PR 34670 - intrinsics bounds checking (partial)
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: fortran at gcc dot gnu dot org
- Date: Fri, 11 Jan 2008 21:45:50 +0100
- Subject: Re: [patch, libfortran] PR 34670 - intrinsics bounds checking (partial)
While compiling libgfortran, I saw several warnings along the line:
../../../gcc-4.3-work/libgfortran/generated/maxval_i4.c:322: warning: format '%d' expects type 'int', but argument 2 has type 'long int'
...
../../../gcc-4.3-work/libgfortran/generated/minloc0_8_r8.c:86: warning: format '%d' expects type 'int', but argument 3 has type 'index_type'
...
ppc/Darwin9
Dominique