On Sun, 29 Jan 2012, Janne Blomqvist wrote: >> .../gcc-HEAD/gcc/fortran/decl.c:5820:23: error: invalid conversion from >> 'const char*' to 'char*' [-fpermissive] >> gmake[3]: *** [fortran/decl.o] Error 1 > Have you tried r183679, which should fix this?
Yes, I now tried that update (my daily tester yesterday picked a state of the tree without that changeset) and bootstrap passed just fine. I had actually looked for follow-up patches yesterday, but did not see any on the list (possibly missed it). > While I can speak only for myself, regtesting on > x86_64-unknown-linux-gnu. For some reason this was/is flagged as a > warning for me, not an error, so I missed it among all the other > warnings. Perhaps something to do with me using --disable-bootstrap, > and my host compiler (GCC 4.4) not flagging this as an error while 4.7 > does? Yes, absolutely, that made the difference. Thanks for fixing this so quickly. Gerald