------- Additional Comments From paulthomas2 at wanadoo dot fr 2005-08-03 12:31 ------- > Sorry if I appear dense, but where is the problem in changing > namelist /cor/ a > print cor > to > namelist /cor/ a > write (*,cor) > ? Or even.... horrible, horrible, horrible
real x, y, z namelist /a/ x, y, z x = 1 y = 2 z = 3 print (*,a) end works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21432