1 Fixing build with gcc 4.5.
3 http://bugs.gentoo.org/show_bug.cgi?id=321209
5 --- routines/system/msgs.f
6 +++ routines/system/msgs.f
11 - write(buf(1:5),'(1pI5)') ierr
12 + write(buf(1:5),'(I5)') ierr
13 call basout(io, wte, 'rank defficient. rank = '//buf(1:5))
16 --- routines/system/Makefile.in
17 +++ routines/system/Makefile.in
20 $(FC) @FC_OPTIONS2@ -c getsym.f -o getsym.o
23 + $(FC) $(FC_OPTIONS) -fno-range-check -c $< -o $@