gfc error in messages.f90
Linux gfortran, build 20060619
gfc -I../build -O3 -static -I/data/nwp1/grassaf/ropp/gfc/include -c -o message.o `test -f '../messages/message.f90' || echo './'`../messages/message.f90
In file ../messages/message.f90:200
call replace('\\', achar(134), xstring)
1
Error: Extended ASCII not implemented: argument of ACHAR at (1) must be between 0 and 127
Any work-around? Should we be using codes >127 at all? Is '
' used anywhere? (If not, this line
could be removed)
Change history
(4)
Component: |
ROPP (all) → Tools
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Version: |
0.8
|
Changed "achar(134)" to "achar(92)" - a plain '\'