SoC fortran procedure pointers

Janus Weil jaydub66@googlemail.com
Wed Jun 20 09:22:00 GMT 2007


2007/6/20, Paul Thomas <paulthomas2@wanadoo.fr>:
> Are you sure that the patch applied cleanly?

Well, some parts were rejected at first, so I hand to put them in
manually. I'm pretty sure I didn't forget anything, but I'll check
again.

Also I think I found a bug in the patch for parse.c:

      case ST_PROGRAM:
        p = "PROGRAM";
        break;
+     case ST_PROCEDURE:
+       p = "PROGRAM";
+       break;

for ST_PROCEDURE we probably want "PROCEDURE" not "PROGRAM". I've
already corrected this.

Janus



More information about the Fortran mailing list