Opened 18 years ago

Closed 18 years ago

Last modified 16 years ago

#59 closed defect (fixed)

gfc error in messages.f90

Reported by: Dave Offiler Owned by: marq
Priority: normal Milestone:
Component: ropp_utils Version: 0.8
Keywords: Cc:

Description

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)

comment:1 by Dave Offiler, 18 years ago

Component: ROPP (all)Tools

comment:2 by Dave Offiler, 18 years ago

Resolution: fixed
Status: newclosed
Version: 0.8

Changed "achar(134)" to "achar(92)" - a plain '\'

comment:3 by Dave Offiler, 18 years ago

Version: 0.8

comment:4 by (none), 16 years ago

Milestone: 0.9

Milestone 0.9 deleted

Note: See TracTickets for help on using tickets.