Warnings during build

FX Coudert fxcoudert@gmail.com
Mon Apr 7 08:02:00 GMT 2008


> simplify.c:4249: warning: unknown conversion type character %l in  
> format


I don't see it in trunk revision 133945 on x86_64-linux. Are you sure  
it happens in stage 2 or 3 of the bootstrap?

I had added the correct middle-end format bits to take it into account:

/* For now, the Fortran front-end routines only use l as length  
modifier.  */
static const format_length_info gcc_gfc_length_specs[] ={  { "l",  
FMT_LEN_l, STD_C89, NULL, 0, 0 },  { NULL, 0, 0, NULL, 0, 0 }};

And other gcc_gfc_ related stuff in gcc/c-format.c.

-- 
François-Xavier Coudert
http://www.homepages.ucl.ac.uk/~uccafco/



More information about the Fortran mailing list