OSDN Git Service

2009-09-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / fortran / io.c
1 /* Deal with I/O statements & related stuff.
2    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
3    Free Software Foundation, Inc.
4    Contributed by Andy Vaught
5
6 This file is part of GCC.
7
8 GCC is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free
10 Software Foundation; either version 3, or (at your option) any later
11 version.
12
13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
14 WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
16 for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GCC; see the file COPYING3.  If not see
20 <http://www.gnu.org/licenses/>.  */
21
22 #include "config.h"
23 #include "system.h"
24 #include "flags.h"
25 #include "gfortran.h"
26 #include "match.h"
27 #include "parse.h"
28
29 gfc_st_label
30 format_asterisk = {0, NULL, NULL, -1, ST_LABEL_FORMAT, ST_LABEL_FORMAT, NULL,
31                    0, {NULL, NULL}};
32
33 typedef struct
34 {
35   const char *name, *spec, *value;
36   bt type;
37 }
38 io_tag;
39
40 static const io_tag
41         tag_file        = {"FILE", " file =", " %e", BT_CHARACTER },
42         tag_status      = {"STATUS", " status =", " %e", BT_CHARACTER},
43         tag_e_access    = {"ACCESS", " access =", " %e", BT_CHARACTER},
44         tag_e_form      = {"FORM", " form =", " %e", BT_CHARACTER},
45         tag_e_recl      = {"RECL", " recl =", " %e", BT_INTEGER},
46         tag_e_blank     = {"BLANK", " blank =", " %e", BT_CHARACTER},
47         tag_e_position  = {"POSITION", " position =", " %e", BT_CHARACTER},
48         tag_e_action    = {"ACTION", " action =", " %e", BT_CHARACTER},
49         tag_e_delim     = {"DELIM", " delim =", " %e", BT_CHARACTER},
50         tag_e_pad       = {"PAD", " pad =", " %e", BT_CHARACTER},
51         tag_e_decimal   = {"DECIMAL", " decimal =", " %e", BT_CHARACTER},
52         tag_e_encoding  = {"ENCODING", " encoding =", " %e", BT_CHARACTER},
53         tag_e_async     = {"ASYNCHRONOUS", " asynchronous =", " %e", BT_CHARACTER},
54         tag_e_round     = {"ROUND", " round =", " %e", BT_CHARACTER},
55         tag_e_sign      = {"SIGN", " sign =", " %e", BT_CHARACTER},
56         tag_unit        = {"UNIT", " unit =", " %e", BT_INTEGER},
57         tag_advance     = {"ADVANCE", " advance =", " %e", BT_CHARACTER},
58         tag_rec         = {"REC", " rec =", " %e", BT_INTEGER},
59         tag_spos        = {"POSITION", " pos =", " %e", BT_INTEGER},
60         tag_format      = {"FORMAT", NULL, NULL, BT_CHARACTER},
61         tag_iomsg       = {"IOMSG", " iomsg =", " %e", BT_CHARACTER},
62         tag_iostat      = {"IOSTAT", " iostat =", " %v", BT_INTEGER},
63         tag_size        = {"SIZE", " size =", " %v", BT_INTEGER},
64         tag_exist       = {"EXIST", " exist =", " %v", BT_LOGICAL},
65         tag_opened      = {"OPENED", " opened =", " %v", BT_LOGICAL},
66         tag_named       = {"NAMED", " named =", " %v", BT_LOGICAL},
67         tag_name        = {"NAME", " name =", " %v", BT_CHARACTER},
68         tag_number      = {"NUMBER", " number =", " %v", BT_INTEGER},
69         tag_s_access    = {"ACCESS", " access =", " %v", BT_CHARACTER},
70         tag_sequential  = {"SEQUENTIAL", " sequential =", " %v", BT_CHARACTER},
71         tag_direct      = {"DIRECT", " direct =", " %v", BT_CHARACTER},
72         tag_s_form      = {"FORM", " form =", " %v", BT_CHARACTER},
73         tag_formatted   = {"FORMATTED", " formatted =", " %v", BT_CHARACTER},
74         tag_unformatted = {"UNFORMATTED", " unformatted =", " %v", BT_CHARACTER},
75         tag_s_recl      = {"RECL", " recl =", " %v", BT_INTEGER},
76         tag_nextrec     = {"NEXTREC", " nextrec =", " %v", BT_INTEGER},
77         tag_s_blank     = {"BLANK", " blank =", " %v", BT_CHARACTER},
78         tag_s_position  = {"POSITION", " position =", " %v", BT_CHARACTER},
79         tag_s_action    = {"ACTION", " action =", " %v", BT_CHARACTER},
80         tag_read        = {"READ", " read =", " %v", BT_CHARACTER},
81         tag_write       = {"WRITE", " write =", " %v", BT_CHARACTER},
82         tag_readwrite   = {"READWRITE", " readwrite =", " %v", BT_CHARACTER},
83         tag_s_delim     = {"DELIM", " delim =", " %v", BT_CHARACTER},
84         tag_s_pad       = {"PAD", " pad =", " %v", BT_CHARACTER},
85         tag_s_decimal   = {"DECIMAL", " decimal =", " %v", BT_CHARACTER},
86         tag_s_encoding  = {"ENCODING", " encoding =", " %v", BT_CHARACTER},
87         tag_s_async     = {"ASYNCHRONOUS", " asynchronous =", " %v", BT_CHARACTER},
88         tag_s_round     = {"ROUND", " round =", " %v", BT_CHARACTER},
89         tag_s_sign      = {"SIGN", " sign =", " %v", BT_CHARACTER},
90         tag_iolength    = {"IOLENGTH", " iolength =", " %v", BT_INTEGER},
91         tag_convert     = {"CONVERT", " convert =", " %e", BT_CHARACTER},
92         tag_strm_out    = {"POS", " pos =", " %v", BT_INTEGER},
93         tag_err         = {"ERR", " err =", " %l", BT_UNKNOWN},
94         tag_end         = {"END", " end =", " %l", BT_UNKNOWN},
95         tag_eor         = {"EOR", " eor =", " %l", BT_UNKNOWN},
96         tag_id          = {"ID", " id =", " %v", BT_INTEGER},
97         tag_pending     = {"PENDING", " pending =", " %v", BT_LOGICAL},
98         tag_newunit     = {"NEWUNIT", " newunit =", " %v", BT_INTEGER};
99
100 static gfc_dt *current_dt;
101
102 #define RESOLVE_TAG(x, y) if (resolve_tag(x, y) == FAILURE) return FAILURE;
103
104
105 /**************** Fortran 95 FORMAT parser  *****************/
106
107 /* FORMAT tokens returned by format_lex().  */
108 typedef enum
109 {
110   FMT_NONE, FMT_UNKNOWN, FMT_SIGNED_INT, FMT_ZERO, FMT_POSINT, FMT_PERIOD,
111   FMT_COMMA, FMT_COLON, FMT_SLASH, FMT_DOLLAR, FMT_LPAREN,
112   FMT_RPAREN, FMT_X, FMT_SIGN, FMT_BLANK, FMT_CHAR, FMT_P, FMT_IBOZ, FMT_F,
113   FMT_E, FMT_EN, FMT_ES, FMT_G, FMT_L, FMT_A, FMT_D, FMT_H, FMT_END,
114   FMT_ERROR, FMT_DC, FMT_DP, FMT_T, FMT_TR, FMT_TL, FMT_STAR, FMT_RC,
115   FMT_RD, FMT_RN, FMT_RP, FMT_RU, FMT_RZ
116 }
117 format_token;
118
119 /* Local variables for checking format strings.  The saved_token is
120    used to back up by a single format token during the parsing
121    process.  */
122 static gfc_char_t *format_string;
123 static int format_string_pos;
124 static int format_length, use_last_char;
125 static char error_element;
126 static locus format_locus;
127
128 static format_token saved_token;
129
130 static enum
131 { MODE_STRING, MODE_FORMAT, MODE_COPY }
132 mode;
133
134
135 /* Return the next character in the format string.  */
136
137 static char
138 next_char (int in_string)
139 {
140   static gfc_char_t c;
141
142   if (use_last_char)
143     {
144       use_last_char = 0;
145       return c;
146     }
147
148   format_length++;
149
150   if (mode == MODE_STRING)
151     c = *format_string++;
152   else
153     {
154       c = gfc_next_char_literal (in_string);
155       if (c == '\n')
156         c = '\0';
157     }
158
159   if (gfc_option.flag_backslash && c == '\\')
160     {
161       locus old_locus = gfc_current_locus;
162
163       if (gfc_match_special_char (&c) == MATCH_NO)
164         gfc_current_locus = old_locus;
165
166       if (!(gfc_option.allow_std & GFC_STD_GNU) && !inhibit_warnings)
167         gfc_warning ("Extension: backslash character at %C");
168     }
169
170   if (mode == MODE_COPY)
171     *format_string++ = c;
172
173   if (mode != MODE_STRING)
174     format_locus = gfc_current_locus;
175
176   format_string_pos++;
177
178   c = gfc_wide_toupper (c);
179   return c;
180 }
181
182
183 /* Back up one character position.  Only works once.  */
184
185 static void
186 unget_char (void)
187 {
188   use_last_char = 1;
189 }
190
191 /* Eat up the spaces and return a character.  */
192
193 static char
194 next_char_not_space (bool *error)
195 {
196   char c;
197   do
198     {
199       error_element = c = next_char (0);
200       if (c == '\t')
201         {
202           if (gfc_option.allow_std & GFC_STD_GNU)
203             gfc_warning ("Extension: Tab character in format at %C");
204           else
205             {
206               gfc_error ("Extension: Tab character in format at %C");
207               *error = true;
208               return c;
209             }
210         }
211     }
212   while (gfc_is_whitespace (c));
213   return c;
214 }
215
216 static int value = 0;
217
218 /* Simple lexical analyzer for getting the next token in a FORMAT
219    statement.  */
220
221 static format_token
222 format_lex (void)
223 {
224   format_token token;
225   char c, delim;
226   int zflag;
227   int negative_flag;
228   bool error = false;
229
230   if (saved_token != FMT_NONE)
231     {
232       token = saved_token;
233       saved_token = FMT_NONE;
234       return token;
235     }
236
237   c = next_char_not_space (&error);
238   
239   negative_flag = 0;
240   switch (c)
241     {
242     case '-':
243       negative_flag = 1;
244     case '+':
245       c = next_char_not_space (&error);
246       if (!ISDIGIT (c))
247         {
248           token = FMT_UNKNOWN;
249           break;
250         }
251
252       value = c - '0';
253
254       do
255         {
256           c = next_char_not_space (&error);
257           if (ISDIGIT (c))
258             value = 10 * value + c - '0';
259         }
260       while (ISDIGIT (c));
261
262       unget_char ();
263
264       if (negative_flag)
265         value = -value;
266
267       token = FMT_SIGNED_INT;
268       break;
269
270     case '0':
271     case '1':
272     case '2':
273     case '3':
274     case '4':
275     case '5':
276     case '6':
277     case '7':
278     case '8':
279     case '9':
280       zflag = (c == '0');
281
282       value = c - '0';
283
284       do
285         {
286           c = next_char_not_space (&error);
287           if (ISDIGIT (c))
288             {
289               value = 10 * value + c - '0';
290               if (c != '0')
291                 zflag = 0;
292             }
293         }
294       while (ISDIGIT (c));
295
296       unget_char ();
297       token = zflag ? FMT_ZERO : FMT_POSINT;
298       break;
299
300     case '.':
301       token = FMT_PERIOD;
302       break;
303
304     case ',':
305       token = FMT_COMMA;
306       break;
307
308     case ':':
309       token = FMT_COLON;
310       break;
311
312     case '/':
313       token = FMT_SLASH;
314       break;
315
316     case '$':
317       token = FMT_DOLLAR;
318       break;
319
320     case 'T':
321       c = next_char_not_space (&error);
322       switch (c)
323         {
324         case 'L':
325           token = FMT_TL;
326           break;
327         case 'R':
328           token = FMT_TR;
329           break;
330         default:
331           token = FMT_T;
332           unget_char ();
333         }
334       break;
335
336     case '(':
337       token = FMT_LPAREN;
338       break;
339
340     case ')':
341       token = FMT_RPAREN;
342       break;
343
344     case 'X':
345       token = FMT_X;
346       break;
347
348     case 'S':
349       c = next_char_not_space (&error);
350       if (c != 'P' && c != 'S')
351         unget_char ();
352
353       token = FMT_SIGN;
354       break;
355
356     case 'B':
357       c = next_char_not_space (&error);
358       if (c == 'N' || c == 'Z')
359         token = FMT_BLANK;
360       else
361         {
362           unget_char ();
363           token = FMT_IBOZ;
364         }
365
366       break;
367
368     case '\'':
369     case '"':
370       delim = c;
371
372       value = 0;
373
374       for (;;)
375         {
376           c = next_char (1);
377           if (c == '\0')
378             {
379               token = FMT_END;
380               break;
381             }
382
383           if (c == delim)
384             {
385               c = next_char (1);
386
387               if (c == '\0')
388                 {
389                   token = FMT_END;
390                   break;
391                 }
392
393               if (c != delim)
394                 {
395                   unget_char ();
396                   token = FMT_CHAR;
397                   break;
398                 }
399             }
400           value++;
401         }
402       break;
403
404     case 'P':
405       token = FMT_P;
406       break;
407
408     case 'I':
409     case 'O':
410     case 'Z':
411       token = FMT_IBOZ;
412       break;
413
414     case 'F':
415       token = FMT_F;
416       break;
417
418     case 'E':
419       c = next_char_not_space (&error);
420       if (c == 'N' )
421         token = FMT_EN;
422       else if (c == 'S')
423         token = FMT_ES;
424       else
425         {
426           token = FMT_E;
427           unget_char ();
428         }
429
430       break;
431
432     case 'G':
433       token = FMT_G;
434       break;
435
436     case 'H':
437       token = FMT_H;
438       break;
439
440     case 'L':
441       token = FMT_L;
442       break;
443
444     case 'A':
445       token = FMT_A;
446       break;
447
448     case 'D':
449       c = next_char_not_space (&error);
450       if (c == 'P')
451         {
452           if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: DP format "
453               "specifier not allowed at %C") == FAILURE)
454             return FMT_ERROR;
455           token = FMT_DP;
456         }
457       else if (c == 'C')
458         {
459           if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: DC format "
460               "specifier not allowed at %C") == FAILURE)
461             return FMT_ERROR;
462           token = FMT_DC;
463         }
464       else
465         {
466           token = FMT_D;
467           unget_char ();
468         }
469       break;
470
471     case 'R':
472       c = next_char_not_space (&error);
473       switch (c)
474         {
475         case 'C':
476           token = FMT_RC;
477           break;
478         case 'D':
479           token = FMT_RD;
480           break;
481         case 'N':
482           token = FMT_RN;
483           break;
484         case 'P':
485           token = FMT_RP;
486           break;
487         case 'U':
488           token = FMT_RU;
489           break;
490         case 'Z':
491           token = FMT_RZ;
492           break;
493         default:
494           token = FMT_UNKNOWN;
495           unget_char ();
496           break;
497         }
498       break;
499
500     case '\0':
501       token = FMT_END;
502       break;
503
504     case '*':
505       token = FMT_STAR;
506       break;
507
508     default:
509       token = FMT_UNKNOWN;
510       break;
511     }
512
513   if (error)
514     return FMT_ERROR;
515
516   return token;
517 }
518
519
520 static const char *
521 token_to_string (format_token t)
522 {
523   switch (t)
524     {
525       case FMT_D:
526         return "D";
527       case FMT_G:
528         return "G";
529       case FMT_E:
530         return "E";
531       case FMT_EN:
532         return "EN";
533       case FMT_ES:
534         return "ES";
535       default:
536         return "";
537     }
538 }
539
540 /* Check a format statement.  The format string, either from a FORMAT
541    statement or a constant in an I/O statement has already been parsed
542    by itself, and we are checking it for validity.  The dual origin
543    means that the warning message is a little less than great.  */
544
545 static gfc_try
546 check_format (bool is_input)
547 {
548   const char *posint_required     = _("Positive width required");
549   const char *nonneg_required     = _("Nonnegative width required");
550   const char *unexpected_element  = _("Unexpected element '%c' in format string"
551                                       " at %L");
552   const char *unexpected_end      = _("Unexpected end of format string");
553   const char *zero_width          = _("Zero width in format descriptor");
554
555   const char *error;
556   format_token t, u;
557   int level;
558   int repeat;
559   gfc_try rv;
560
561   use_last_char = 0;
562   saved_token = FMT_NONE;
563   level = 0;
564   repeat = 0;
565   rv = SUCCESS;
566   format_string_pos = 0;
567
568   t = format_lex ();
569   if (t == FMT_ERROR)
570     goto fail;
571   if (t != FMT_LPAREN)
572     {
573       error = _("Missing leading left parenthesis");
574       goto syntax;
575     }
576
577   t = format_lex ();
578   if (t == FMT_ERROR)
579     goto fail;
580   if (t == FMT_RPAREN)
581     goto finished;              /* Empty format is legal */
582   saved_token = t;
583
584 format_item:
585   /* In this state, the next thing has to be a format item.  */
586   t = format_lex ();
587   if (t == FMT_ERROR)
588     goto fail;
589 format_item_1:
590   switch (t)
591     {
592     case FMT_STAR:
593       repeat = -1;
594       t = format_lex ();
595       if (t == FMT_ERROR)
596         goto fail;
597       if (t == FMT_LPAREN)
598         {
599           level++;
600           goto format_item;
601         }
602       error = _("Left parenthesis required after '*'");
603       goto syntax;
604
605     case FMT_POSINT:
606       repeat = value;
607       t = format_lex ();
608       if (t == FMT_ERROR)
609         goto fail;
610       if (t == FMT_LPAREN)
611         {
612           level++;
613           goto format_item;
614         }
615
616       if (t == FMT_SLASH)
617         goto optional_comma;
618
619       goto data_desc;
620
621     case FMT_LPAREN:
622       level++;
623       goto format_item;
624
625     case FMT_SIGNED_INT:
626     case FMT_ZERO:
627       /* Signed integer can only precede a P format.  */
628       t = format_lex ();
629       if (t == FMT_ERROR)
630         goto fail;
631       if (t != FMT_P)
632         {
633           error = _("Expected P edit descriptor");
634           goto syntax;
635         }
636
637       goto data_desc;
638
639     case FMT_P:
640       /* P requires a prior number.  */
641       error = _("P descriptor requires leading scale factor");
642       goto syntax;
643
644     case FMT_X:
645       /* X requires a prior number if we're being pedantic.  */
646       if (gfc_notify_std (GFC_STD_GNU, "Extension: X descriptor "
647                           "requires leading space count at %L", &format_locus)
648           == FAILURE)
649         return FAILURE;
650       goto between_desc;
651
652     case FMT_SIGN:
653     case FMT_BLANK:
654     case FMT_DP:
655     case FMT_DC:
656     case FMT_RC:
657     case FMT_RD:
658     case FMT_RN:
659     case FMT_RP:
660     case FMT_RU:
661     case FMT_RZ:
662       goto between_desc;
663
664     case FMT_CHAR:
665       goto extension_optional_comma;
666
667     case FMT_COLON:
668     case FMT_SLASH:
669       goto optional_comma;
670
671     case FMT_DOLLAR:
672       t = format_lex ();
673       if (t == FMT_ERROR)
674         goto fail;
675
676       if (gfc_notify_std (GFC_STD_GNU, "Extension: $ descriptor at %L",
677           &format_locus) == FAILURE)
678         return FAILURE;
679       if (t != FMT_RPAREN || level > 0)
680         {
681           gfc_warning ("$ should be the last specifier in format at %L",
682                        &format_locus);
683           goto optional_comma_1;
684         }
685
686       goto finished;
687
688     case FMT_T:
689     case FMT_TL:
690     case FMT_TR:
691     case FMT_IBOZ:
692     case FMT_F:
693     case FMT_E:
694     case FMT_EN:
695     case FMT_ES:
696     case FMT_G:
697     case FMT_L:
698     case FMT_A:
699     case FMT_D:
700     case FMT_H:
701       goto data_desc;
702
703     case FMT_END:
704       error = unexpected_end;
705       goto syntax;
706
707     default:
708       error = unexpected_element;
709       goto syntax;
710     }
711
712 data_desc:
713   /* In this state, t must currently be a data descriptor.
714      Deal with things that can/must follow the descriptor.  */
715   switch (t)
716     {
717     case FMT_SIGN:
718     case FMT_BLANK:
719     case FMT_DP:
720     case FMT_DC:
721     case FMT_X:
722       break;
723
724     case FMT_P:
725       /* Comma after P is allowed only for F, E, EN, ES, D, or G.
726          10.1.1 (1).  */
727       t = format_lex ();
728       if (t == FMT_ERROR)
729         goto fail;
730       if (gfc_option.allow_std < GFC_STD_F2003 && t != FMT_COMMA
731           && t != FMT_F && t != FMT_E && t != FMT_EN && t != FMT_ES
732           && t != FMT_D && t != FMT_G && t != FMT_RPAREN && t != FMT_SLASH)
733         {
734           error = _("Comma required after P descriptor");
735           goto syntax;
736         }
737       if (t != FMT_COMMA)
738         {
739           if (t == FMT_POSINT)
740             {
741               t = format_lex ();
742               if (t == FMT_ERROR)
743                 goto fail;
744             }
745           if (t != FMT_F && t != FMT_E && t != FMT_EN && t != FMT_ES && t != FMT_D
746               && t != FMT_G && t != FMT_RPAREN && t != FMT_SLASH)
747             {
748               error = _("Comma required after P descriptor");
749               goto syntax;
750             }
751         }
752
753       saved_token = t;
754       goto optional_comma;
755
756     case FMT_T:
757     case FMT_TL:
758     case FMT_TR:
759       t = format_lex ();
760       if (t != FMT_POSINT)
761         {
762           error = _("Positive width required with T descriptor");
763           goto syntax;
764         }
765       break;
766
767     case FMT_L:
768       t = format_lex ();
769       if (t == FMT_ERROR)
770         goto fail;
771       if (t == FMT_POSINT)
772         break;
773
774       switch (gfc_notification_std (GFC_STD_GNU))
775         {
776           case WARNING:
777             if (mode != MODE_FORMAT)
778               format_locus.nextc += format_string_pos;
779             gfc_warning ("Extension: Missing positive width after L "
780                          "descriptor at %L", &format_locus);
781             saved_token = t;
782             break;
783
784           case ERROR:
785             error = posint_required;
786             goto syntax;
787
788           case SILENT:
789             saved_token = t;
790             break;
791
792           default:
793             gcc_unreachable ();
794         }
795       break;
796
797     case FMT_A:
798       t = format_lex ();
799       if (t == FMT_ERROR)
800         goto fail;
801       if (t == FMT_ZERO)
802         {
803           error = zero_width;
804           goto syntax;
805         }
806       if (t != FMT_POSINT)
807         saved_token = t;
808       break;
809
810     case FMT_D:
811     case FMT_E:
812     case FMT_G:
813     case FMT_EN:
814     case FMT_ES:
815       u = format_lex ();
816       if (t == FMT_G && u == FMT_ZERO)
817         {
818           if (is_input)
819             {
820               error = zero_width;
821               goto syntax;
822             }
823           if (gfc_notify_std (GFC_STD_F2008, "Fortran 2008: 'G0' in "
824                               "format at %L", &format_locus) == FAILURE)
825             return FAILURE;
826           u = format_lex ();
827           if (u != FMT_PERIOD)
828             {
829               saved_token = u;
830               break;
831             }
832           u = format_lex ();
833           if (u != FMT_POSINT)
834             {
835               error = posint_required;
836               goto syntax;
837             }
838           u = format_lex ();
839           if (u == FMT_E)
840             {
841               error = _("E specifier not allowed with g0 descriptor");
842               goto syntax;
843             }
844           saved_token = u;
845           break;
846         }
847
848       if (u != FMT_POSINT)
849         {
850           format_locus.nextc += format_string_pos;
851           gfc_error_now ("Positive width required in format "
852                          "specifier %s at %L", token_to_string (t),
853                          &format_locus);
854           saved_token = u;
855           goto finished;
856         }
857
858       u = format_lex ();
859       if (u == FMT_ERROR)
860         goto fail;
861       if (u != FMT_PERIOD)
862         {
863           /* Warn if -std=legacy, otherwise error.  */
864           format_locus.nextc += format_string_pos;
865           if (gfc_option.warn_std != 0)
866             {
867               gfc_error_now ("Period required in format "
868                              "specifier %s at %L", token_to_string (t),
869                              &format_locus);
870               saved_token = u;
871               goto finished;
872             }
873           else
874             gfc_warning ("Period required in format "
875                          "specifier %s at %L", token_to_string (t),
876                           &format_locus);
877           /* If we go to finished, we need to unwind this
878              before the next round.  */
879           format_locus.nextc -= format_string_pos;
880           saved_token = u;
881           break;
882         }
883
884       u = format_lex ();
885       if (u == FMT_ERROR)
886         goto fail;
887       if (u != FMT_ZERO && u != FMT_POSINT)
888         {
889           error = nonneg_required;
890           goto syntax;
891         }
892
893       if (t == FMT_D)
894         break;
895
896       /* Look for optional exponent.  */
897       u = format_lex ();
898       if (u == FMT_ERROR)
899         goto fail;
900       if (u != FMT_E)
901         {
902           saved_token = u;
903         }
904       else
905         {
906           u = format_lex ();
907           if (u == FMT_ERROR)
908             goto fail;
909           if (u != FMT_POSINT)
910             {
911               error = _("Positive exponent width required");
912               goto syntax;
913             }
914         }
915
916       break;
917
918     case FMT_F:
919       t = format_lex ();
920       if (t == FMT_ERROR)
921         goto fail;
922       if (t != FMT_ZERO && t != FMT_POSINT)
923         {
924           error = nonneg_required;
925           goto syntax;
926         }
927       else if (is_input && t == FMT_ZERO)
928         {
929           error = posint_required;
930           goto syntax;
931         }
932
933       t = format_lex ();
934       if (t == FMT_ERROR)
935         goto fail;
936       if (t != FMT_PERIOD)
937         {
938           /* Warn if -std=legacy, otherwise error.  */
939           if (gfc_option.warn_std != 0)
940             {
941               error = _("Period required in format specifier");
942               goto syntax;
943             }
944           if (mode != MODE_FORMAT)
945             format_locus.nextc += format_string_pos;
946           gfc_warning ("Period required in format specifier at %L",
947                        &format_locus);
948           saved_token = t;
949           break;
950         }
951
952       t = format_lex ();
953       if (t == FMT_ERROR)
954         goto fail;
955       if (t != FMT_ZERO && t != FMT_POSINT)
956         {
957           error = nonneg_required;
958           goto syntax;
959         }
960
961       break;
962
963     case FMT_H:
964       if (!(gfc_option.allow_std & GFC_STD_GNU) && !inhibit_warnings)
965         {
966           if (mode != MODE_FORMAT)
967             format_locus.nextc += format_string_pos;
968           gfc_warning ("The H format specifier at %L is"
969                        " a Fortran 95 deleted feature", &format_locus);
970         }
971
972       if (mode == MODE_STRING)
973         {
974           format_string += value;
975           format_length -= value;
976         }
977       else
978         {
979           while (repeat >0)
980            {
981              next_char (1);
982              repeat -- ;
983            }
984         }
985      break;
986
987     case FMT_IBOZ:
988       t = format_lex ();
989       if (t == FMT_ERROR)
990         goto fail;
991       if (t != FMT_ZERO && t != FMT_POSINT)
992         {
993           error = nonneg_required;
994           goto syntax;
995         }
996       else if (is_input && t == FMT_ZERO)
997         {
998           error = posint_required;
999           goto syntax;
1000         }
1001
1002       t = format_lex ();
1003       if (t == FMT_ERROR)
1004         goto fail;
1005       if (t != FMT_PERIOD)
1006         {
1007           saved_token = t;
1008         }
1009       else
1010         {
1011           t = format_lex ();
1012           if (t == FMT_ERROR)
1013             goto fail;
1014           if (t != FMT_ZERO && t != FMT_POSINT)
1015             {
1016               error = nonneg_required;
1017               goto syntax;
1018             }
1019         }
1020
1021       break;
1022
1023     default:
1024       error = unexpected_element;
1025       goto syntax;
1026     }
1027
1028 between_desc:
1029   /* Between a descriptor and what comes next.  */
1030   t = format_lex ();
1031   if (t == FMT_ERROR)
1032     goto fail;
1033   switch (t)
1034     {
1035
1036     case FMT_COMMA:
1037       goto format_item;
1038
1039     case FMT_RPAREN:
1040       level--;
1041       if (level < 0)
1042         goto finished;
1043       goto between_desc;
1044
1045     case FMT_COLON:
1046     case FMT_SLASH:
1047       goto optional_comma;
1048
1049     case FMT_END:
1050       error = unexpected_end;
1051       goto syntax;
1052
1053     default:
1054       if (mode != MODE_FORMAT)
1055         format_locus.nextc += format_string_pos;
1056       if (gfc_notify_std (GFC_STD_GNU, "Extension: Missing comma at %L",
1057           &format_locus) == FAILURE)
1058         return FAILURE;
1059       /* If we do not actually return a failure, we need to unwind this
1060          before the next round.  */
1061       if (mode != MODE_FORMAT)
1062         format_locus.nextc -= format_string_pos;
1063       goto format_item_1;
1064     }
1065
1066 optional_comma:
1067   /* Optional comma is a weird between state where we've just finished
1068      reading a colon, slash, dollar or P descriptor.  */
1069   t = format_lex ();
1070   if (t == FMT_ERROR)
1071     goto fail;
1072 optional_comma_1:
1073   switch (t)
1074     {
1075     case FMT_COMMA:
1076       break;
1077
1078     case FMT_RPAREN:
1079       level--;
1080       if (level < 0)
1081         goto finished;
1082       goto between_desc;
1083
1084     default:
1085       /* Assume that we have another format item.  */
1086       saved_token = t;
1087       break;
1088     }
1089
1090   goto format_item;
1091
1092 extension_optional_comma:
1093   /* As a GNU extension, permit a missing comma after a string literal.  */
1094   t = format_lex ();
1095   if (t == FMT_ERROR)
1096     goto fail;
1097   switch (t)
1098     {
1099     case FMT_COMMA:
1100       break;
1101
1102     case FMT_RPAREN:
1103       level--;
1104       if (level < 0)
1105         goto finished;
1106       goto between_desc;
1107
1108     case FMT_COLON:
1109     case FMT_SLASH:
1110       goto optional_comma;
1111
1112     case FMT_END:
1113       error = unexpected_end;
1114       goto syntax;
1115
1116     default:
1117       if (mode != MODE_FORMAT)
1118         format_locus.nextc += format_string_pos;
1119       if (gfc_notify_std (GFC_STD_GNU, "Extension: Missing comma at %L",
1120           &format_locus) == FAILURE)
1121         return FAILURE;
1122       /* If we do not actually return a failure, we need to unwind this
1123          before the next round.  */
1124       if (mode != MODE_FORMAT)
1125         format_locus.nextc -= format_string_pos;
1126       saved_token = t;
1127       break;
1128     }
1129
1130   goto format_item;
1131   
1132 syntax:
1133   if (mode != MODE_FORMAT)
1134     format_locus.nextc += format_string_pos;
1135   if (error == unexpected_element)
1136     gfc_error (error, error_element, &format_locus);
1137   else
1138     gfc_error ("%s in format string at %L", error, &format_locus);
1139 fail:
1140   rv = FAILURE;
1141
1142 finished:
1143   return rv;
1144 }
1145
1146
1147 /* Given an expression node that is a constant string, see if it looks
1148    like a format string.  */
1149
1150 static gfc_try
1151 check_format_string (gfc_expr *e, bool is_input)
1152 {
1153   if (!e || e->ts.type != BT_CHARACTER || e->expr_type != EXPR_CONSTANT)
1154     return SUCCESS;
1155
1156   mode = MODE_STRING;
1157   format_string = e->value.character.string;
1158
1159   /* More elaborate measures are needed to show where a problem is within a
1160      format string that has been calculated, but that's probably not worth the
1161      effort.  */
1162   format_locus = e->where;
1163
1164   return check_format (is_input);
1165 }
1166
1167
1168 /************ Fortran 95 I/O statement matchers *************/
1169
1170 /* Match a FORMAT statement.  This amounts to actually parsing the
1171    format descriptors in order to correctly locate the end of the
1172    format string.  */
1173
1174 match
1175 gfc_match_format (void)
1176 {
1177   gfc_expr *e;
1178   locus start;
1179
1180   if (gfc_current_ns->proc_name
1181       && gfc_current_ns->proc_name->attr.flavor == FL_MODULE)
1182     {
1183       gfc_error ("Format statement in module main block at %C");
1184       return MATCH_ERROR;
1185     }
1186
1187   if (gfc_statement_label == NULL)
1188     {
1189       gfc_error ("Missing format label at %C");
1190       return MATCH_ERROR;
1191     }
1192   gfc_gobble_whitespace ();
1193
1194   mode = MODE_FORMAT;
1195   format_length = 0;
1196
1197   start = gfc_current_locus;
1198
1199   if (check_format (false) == FAILURE)
1200     return MATCH_ERROR;
1201
1202   if (gfc_match_eos () != MATCH_YES)
1203     {
1204       gfc_syntax_error (ST_FORMAT);
1205       return MATCH_ERROR;
1206     }
1207
1208   /* The label doesn't get created until after the statement is done
1209      being matched, so we have to leave the string for later.  */
1210
1211   gfc_current_locus = start;    /* Back to the beginning */
1212
1213   new_st.loc = start;
1214   new_st.op = EXEC_NOP;
1215
1216   e = gfc_get_expr();
1217   e->expr_type = EXPR_CONSTANT;
1218   e->ts.type = BT_CHARACTER;
1219   e->ts.kind = gfc_default_character_kind;
1220   e->where = start;
1221   e->value.character.string = format_string
1222                             = gfc_get_wide_string (format_length + 1);
1223   e->value.character.length = format_length;
1224   gfc_statement_label->format = e;
1225
1226   mode = MODE_COPY;
1227   check_format (false);         /* Guaranteed to succeed */
1228   gfc_match_eos ();             /* Guaranteed to succeed */
1229
1230   return MATCH_YES;
1231 }
1232
1233
1234 /* Match an expression I/O tag of some sort.  */
1235
1236 static match
1237 match_etag (const io_tag *tag, gfc_expr **v)
1238 {
1239   gfc_expr *result;
1240   match m;
1241
1242   m = gfc_match (tag->spec);
1243   if (m != MATCH_YES)
1244     return m;
1245
1246   m = gfc_match (tag->value, &result);
1247   if (m != MATCH_YES)
1248     {
1249       gfc_error ("Invalid value for %s specification at %C", tag->name);
1250       return MATCH_ERROR;
1251     }
1252
1253   if (*v != NULL)
1254     {
1255       gfc_error ("Duplicate %s specification at %C", tag->name);
1256       gfc_free_expr (result);
1257       return MATCH_ERROR;
1258     }
1259
1260   *v = result;
1261   return MATCH_YES;
1262 }
1263
1264
1265 /* Match a variable I/O tag of some sort.  */
1266
1267 static match
1268 match_vtag (const io_tag *tag, gfc_expr **v)
1269 {
1270   gfc_expr *result;
1271   match m;
1272
1273   m = gfc_match (tag->spec);
1274   if (m != MATCH_YES)
1275     return m;
1276
1277   m = gfc_match (tag->value, &result);
1278   if (m != MATCH_YES)
1279     {
1280       gfc_error ("Invalid value for %s specification at %C", tag->name);
1281       return MATCH_ERROR;
1282     }
1283
1284   if (*v != NULL)
1285     {
1286       gfc_error ("Duplicate %s specification at %C", tag->name);
1287       gfc_free_expr (result);
1288       return MATCH_ERROR;
1289     }
1290
1291   if (result->symtree->n.sym->attr.intent == INTENT_IN)
1292     {
1293       gfc_error ("Variable %s cannot be INTENT(IN) at %C", tag->name);
1294       gfc_free_expr (result);
1295       return MATCH_ERROR;
1296     }
1297
1298   if (gfc_pure (NULL) && gfc_impure_variable (result->symtree->n.sym))
1299     {
1300       gfc_error ("Variable %s cannot be assigned in PURE procedure at %C",
1301                  tag->name);
1302       gfc_free_expr (result);
1303       return MATCH_ERROR;
1304     }
1305
1306   *v = result;
1307   return MATCH_YES;
1308 }
1309
1310
1311 /* Match I/O tags that cause variables to become redefined.  */
1312
1313 static match
1314 match_out_tag (const io_tag *tag, gfc_expr **result)
1315 {
1316   match m;
1317
1318   m = match_vtag (tag, result);
1319   if (m == MATCH_YES)
1320     gfc_check_do_variable ((*result)->symtree);
1321
1322   return m;
1323 }
1324
1325
1326 /* Match a label I/O tag.  */
1327
1328 static match
1329 match_ltag (const io_tag *tag, gfc_st_label ** label)
1330 {
1331   match m;
1332   gfc_st_label *old;
1333
1334   old = *label;
1335   m = gfc_match (tag->spec);
1336   if (m != MATCH_YES)
1337     return m;
1338
1339   m = gfc_match (tag->value, label);
1340   if (m != MATCH_YES)
1341     {
1342       gfc_error ("Invalid value for %s specification at %C", tag->name);
1343       return MATCH_ERROR;
1344     }
1345
1346   if (old)
1347     {
1348       gfc_error ("Duplicate %s label specification at %C", tag->name);
1349       return MATCH_ERROR;
1350     }
1351
1352   if (gfc_reference_st_label (*label, ST_LABEL_TARGET) == FAILURE)
1353     return MATCH_ERROR;
1354
1355   return m;
1356 }
1357
1358
1359 /* Resolution of the FORMAT tag, to be called from resolve_tag.  */
1360
1361 static gfc_try
1362 resolve_tag_format (const gfc_expr *e)
1363 {
1364   if (e->expr_type == EXPR_CONSTANT
1365       && (e->ts.type != BT_CHARACTER
1366           || e->ts.kind != gfc_default_character_kind))
1367     {
1368       gfc_error ("Constant expression in FORMAT tag at %L must be "
1369                  "of type default CHARACTER", &e->where);
1370       return FAILURE;
1371     }
1372
1373   /* If e's rank is zero and e is not an element of an array, it should be
1374      of integer or character type.  The integer variable should be
1375      ASSIGNED.  */
1376   if (e->rank == 0
1377       && (e->expr_type != EXPR_VARIABLE
1378           || e->symtree == NULL
1379           || e->symtree->n.sym->as == NULL
1380           || e->symtree->n.sym->as->rank == 0))
1381     {
1382       if (e->ts.type != BT_CHARACTER && e->ts.type != BT_INTEGER)
1383         {
1384           gfc_error ("FORMAT tag at %L must be of type CHARACTER or INTEGER",
1385                      &e->where);
1386           return FAILURE;
1387         }
1388       else if (e->ts.type == BT_INTEGER && e->expr_type == EXPR_VARIABLE)
1389         {
1390           if (gfc_notify_std (GFC_STD_F95_DEL, "Deleted feature: ASSIGNED "
1391                               "variable in FORMAT tag at %L", &e->where)
1392               == FAILURE)
1393             return FAILURE;
1394           if (e->symtree->n.sym->attr.assign != 1)
1395             {
1396               gfc_error ("Variable '%s' at %L has not been assigned a "
1397                          "format label", e->symtree->n.sym->name, &e->where);
1398               return FAILURE;
1399             }
1400         }
1401       else if (e->ts.type == BT_INTEGER)
1402         {
1403           gfc_error ("Scalar '%s' in FORMAT tag at %L is not an ASSIGNED "
1404                      "variable", gfc_basic_typename (e->ts.type), &e->where);
1405           return FAILURE;
1406         }
1407
1408       return SUCCESS;
1409     }
1410
1411   /* If rank is nonzero and type is not character, we allow it under GFC_STD_LEGACY.
1412      It may be assigned an Hollerith constant.  */
1413   if (e->ts.type != BT_CHARACTER)
1414     {
1415       if (gfc_notify_std (GFC_STD_LEGACY, "Extension: Non-character "
1416                           "in FORMAT tag at %L", &e->where) == FAILURE)
1417         return FAILURE;
1418
1419       if (e->rank == 0 && e->symtree->n.sym->as->type == AS_ASSUMED_SHAPE)
1420         {
1421           gfc_error ("Non-character assumed shape array element in FORMAT"
1422                      " tag at %L", &e->where);
1423           return FAILURE;
1424         }
1425
1426       if (e->rank == 0 && e->symtree->n.sym->as->type == AS_ASSUMED_SIZE)
1427         {
1428           gfc_error ("Non-character assumed size array element in FORMAT"
1429                      " tag at %L", &e->where);
1430           return FAILURE;
1431         }
1432
1433       if (e->rank == 0 && e->symtree->n.sym->attr.pointer)
1434         {
1435           gfc_error ("Non-character pointer array element in FORMAT tag at %L",
1436                      &e->where);
1437           return FAILURE;
1438         }
1439     }
1440
1441   return SUCCESS;
1442 }
1443
1444
1445 /* Do expression resolution and type-checking on an expression tag.  */
1446
1447 static gfc_try
1448 resolve_tag (const io_tag *tag, gfc_expr *e)
1449 {
1450   if (e == NULL)
1451     return SUCCESS;
1452
1453   if (gfc_resolve_expr (e) == FAILURE)
1454     return FAILURE;
1455
1456   if (tag == &tag_format)
1457     return resolve_tag_format (e);
1458
1459   if (e->ts.type != tag->type)
1460     {
1461       gfc_error ("%s tag at %L must be of type %s", tag->name,
1462                  &e->where, gfc_basic_typename (tag->type));
1463       return FAILURE;
1464     }
1465
1466   if (e->rank != 0)
1467     {
1468       gfc_error ("%s tag at %L must be scalar", tag->name, &e->where);
1469       return FAILURE;
1470     }
1471
1472   if (tag == &tag_iomsg)
1473     {
1474       if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: IOMSG tag at %L",
1475                           &e->where) == FAILURE)
1476         return FAILURE;
1477     }
1478
1479   if ((tag == &tag_iostat || tag == &tag_size || tag == &tag_iolength)
1480       && e->ts.kind != gfc_default_integer_kind)
1481     {
1482       if (gfc_notify_std (GFC_STD_F2003, "Fortran 95 requires default "
1483                           "INTEGER in %s tag at %L", tag->name, &e->where)
1484           == FAILURE)
1485         return FAILURE;
1486     }
1487
1488   if (tag == &tag_convert)
1489     {
1490       if (gfc_notify_std (GFC_STD_GNU, "Extension: CONVERT tag at %L",
1491                           &e->where) == FAILURE)
1492         return FAILURE;
1493     }
1494   
1495   return SUCCESS;
1496 }
1497
1498
1499 /* Match a single tag of an OPEN statement.  */
1500
1501 static match
1502 match_open_element (gfc_open *open)
1503 {
1504   match m;
1505
1506   m = match_etag (&tag_e_async, &open->asynchronous);
1507   if (m != MATCH_NO)
1508     return m;
1509   m = match_etag (&tag_unit, &open->unit);
1510   if (m != MATCH_NO)
1511     return m;
1512   m = match_out_tag (&tag_iomsg, &open->iomsg);
1513   if (m != MATCH_NO)
1514     return m;
1515   m = match_out_tag (&tag_iostat, &open->iostat);
1516   if (m != MATCH_NO)
1517     return m;
1518   m = match_etag (&tag_file, &open->file);
1519   if (m != MATCH_NO)
1520     return m;
1521   m = match_etag (&tag_status, &open->status);
1522   if (m != MATCH_NO)
1523     return m;
1524   m = match_etag (&tag_e_access, &open->access);
1525   if (m != MATCH_NO)
1526     return m;
1527   m = match_etag (&tag_e_form, &open->form);
1528   if (m != MATCH_NO)
1529     return m;
1530   m = match_etag (&tag_e_recl, &open->recl);
1531   if (m != MATCH_NO)
1532     return m;
1533   m = match_etag (&tag_e_blank, &open->blank);
1534   if (m != MATCH_NO)
1535     return m;
1536   m = match_etag (&tag_e_position, &open->position);
1537   if (m != MATCH_NO)
1538     return m;
1539   m = match_etag (&tag_e_action, &open->action);
1540   if (m != MATCH_NO)
1541     return m;
1542   m = match_etag (&tag_e_delim, &open->delim);
1543   if (m != MATCH_NO)
1544     return m;
1545   m = match_etag (&tag_e_pad, &open->pad);
1546   if (m != MATCH_NO)
1547     return m;
1548   m = match_etag (&tag_e_decimal, &open->decimal);
1549   if (m != MATCH_NO)
1550     return m;
1551   m = match_etag (&tag_e_encoding, &open->encoding);
1552   if (m != MATCH_NO)
1553     return m;
1554   m = match_etag (&tag_e_round, &open->round);
1555   if (m != MATCH_NO)
1556     return m;
1557   m = match_etag (&tag_e_sign, &open->sign);
1558   if (m != MATCH_NO)
1559     return m;
1560   m = match_ltag (&tag_err, &open->err);
1561   if (m != MATCH_NO)
1562     return m;
1563   m = match_etag (&tag_convert, &open->convert);
1564   if (m != MATCH_NO)
1565     return m;
1566   m = match_out_tag (&tag_newunit, &open->newunit);
1567   if (m != MATCH_NO)
1568     return m;
1569
1570   return MATCH_NO;
1571 }
1572
1573
1574 /* Free the gfc_open structure and all the expressions it contains.  */
1575
1576 void
1577 gfc_free_open (gfc_open *open)
1578 {
1579   if (open == NULL)
1580     return;
1581
1582   gfc_free_expr (open->unit);
1583   gfc_free_expr (open->iomsg);
1584   gfc_free_expr (open->iostat);
1585   gfc_free_expr (open->file);
1586   gfc_free_expr (open->status);
1587   gfc_free_expr (open->access);
1588   gfc_free_expr (open->form);
1589   gfc_free_expr (open->recl);
1590   gfc_free_expr (open->blank);
1591   gfc_free_expr (open->position);
1592   gfc_free_expr (open->action);
1593   gfc_free_expr (open->delim);
1594   gfc_free_expr (open->pad);
1595   gfc_free_expr (open->decimal);
1596   gfc_free_expr (open->encoding);
1597   gfc_free_expr (open->round);
1598   gfc_free_expr (open->sign);
1599   gfc_free_expr (open->convert);
1600   gfc_free_expr (open->asynchronous);
1601   gfc_free_expr (open->newunit);
1602   gfc_free (open);
1603 }
1604
1605
1606 /* Resolve everything in a gfc_open structure.  */
1607
1608 gfc_try
1609 gfc_resolve_open (gfc_open *open)
1610 {
1611
1612   RESOLVE_TAG (&tag_unit, open->unit);
1613   RESOLVE_TAG (&tag_iomsg, open->iomsg);
1614   RESOLVE_TAG (&tag_iostat, open->iostat);
1615   RESOLVE_TAG (&tag_file, open->file);
1616   RESOLVE_TAG (&tag_status, open->status);
1617   RESOLVE_TAG (&tag_e_access, open->access);
1618   RESOLVE_TAG (&tag_e_form, open->form);
1619   RESOLVE_TAG (&tag_e_recl, open->recl);
1620   RESOLVE_TAG (&tag_e_blank, open->blank);
1621   RESOLVE_TAG (&tag_e_position, open->position);
1622   RESOLVE_TAG (&tag_e_action, open->action);
1623   RESOLVE_TAG (&tag_e_delim, open->delim);
1624   RESOLVE_TAG (&tag_e_pad, open->pad);
1625   RESOLVE_TAG (&tag_e_decimal, open->decimal);
1626   RESOLVE_TAG (&tag_e_encoding, open->encoding);
1627   RESOLVE_TAG (&tag_e_async, open->asynchronous);
1628   RESOLVE_TAG (&tag_e_round, open->round);
1629   RESOLVE_TAG (&tag_e_sign, open->sign);
1630   RESOLVE_TAG (&tag_convert, open->convert);
1631   RESOLVE_TAG (&tag_newunit, open->newunit);
1632
1633   if (gfc_reference_st_label (open->err, ST_LABEL_TARGET) == FAILURE)
1634     return FAILURE;
1635
1636   return SUCCESS;
1637 }
1638
1639
1640 /* Check if a given value for a SPECIFIER is either in the list of values
1641    allowed in F95 or F2003, issuing an error message and returning a zero
1642    value if it is not allowed.  */
1643
1644 static int
1645 compare_to_allowed_values (const char *specifier, const char *allowed[],
1646                            const char *allowed_f2003[], 
1647                            const char *allowed_gnu[], gfc_char_t *value,
1648                            const char *statement, bool warn)
1649 {
1650   int i;
1651   unsigned int len;
1652
1653   len = gfc_wide_strlen (value);
1654   if (len > 0)
1655   {
1656     for (len--; len > 0; len--)
1657       if (value[len] != ' ')
1658         break;
1659     len++;
1660   }
1661
1662   for (i = 0; allowed[i]; i++)
1663     if (len == strlen (allowed[i])
1664         && gfc_wide_strncasecmp (value, allowed[i], strlen (allowed[i])) == 0)
1665       return 1;
1666
1667   for (i = 0; allowed_f2003 && allowed_f2003[i]; i++)
1668     if (len == strlen (allowed_f2003[i])
1669         && gfc_wide_strncasecmp (value, allowed_f2003[i],
1670                                  strlen (allowed_f2003[i])) == 0)
1671       {
1672         notification n = gfc_notification_std (GFC_STD_F2003);
1673
1674         if (n == WARNING || (warn && n == ERROR))
1675           {
1676             gfc_warning ("Fortran 2003: %s specifier in %s statement at %C "
1677                          "has value '%s'", specifier, statement,
1678                          allowed_f2003[i]);
1679             return 1;
1680           }
1681         else
1682           if (n == ERROR)
1683             {
1684               gfc_notify_std (GFC_STD_F2003, "Fortran 2003: %s specifier in "
1685                               "%s statement at %C has value '%s'", specifier,
1686                               statement, allowed_f2003[i]);
1687               return 0;
1688             }
1689
1690         /* n == SILENT */
1691         return 1;
1692       }
1693
1694   for (i = 0; allowed_gnu && allowed_gnu[i]; i++)
1695     if (len == strlen (allowed_gnu[i])
1696         && gfc_wide_strncasecmp (value, allowed_gnu[i],
1697                                  strlen (allowed_gnu[i])) == 0)
1698       {
1699         notification n = gfc_notification_std (GFC_STD_GNU);
1700
1701         if (n == WARNING || (warn && n == ERROR))
1702           {
1703             gfc_warning ("Extension: %s specifier in %s statement at %C "
1704                          "has value '%s'", specifier, statement,
1705                          allowed_gnu[i]);
1706             return 1;
1707           }
1708         else
1709           if (n == ERROR)
1710             {
1711               gfc_notify_std (GFC_STD_GNU, "Extension: %s specifier in "
1712                               "%s statement at %C has value '%s'", specifier,
1713                               statement, allowed_gnu[i]);
1714               return 0;
1715             }
1716
1717         /* n == SILENT */
1718         return 1;
1719       }
1720
1721   if (warn)
1722     {
1723       char *s = gfc_widechar_to_char (value, -1);
1724       gfc_warning ("%s specifier in %s statement at %C has invalid value '%s'",
1725                    specifier, statement, s);
1726       gfc_free (s);
1727       return 1;
1728     }
1729   else
1730     {
1731       char *s = gfc_widechar_to_char (value, -1);
1732       gfc_error ("%s specifier in %s statement at %C has invalid value '%s'",
1733                  specifier, statement, s);
1734       gfc_free (s);
1735       return 0;
1736     }
1737 }
1738
1739
1740 /* Match an OPEN statement.  */
1741
1742 match
1743 gfc_match_open (void)
1744 {
1745   gfc_open *open;
1746   match m;
1747   bool warn;
1748
1749   m = gfc_match_char ('(');
1750   if (m == MATCH_NO)
1751     return m;
1752
1753   open = XCNEW (gfc_open);
1754
1755   m = match_open_element (open);
1756
1757   if (m == MATCH_ERROR)
1758     goto cleanup;
1759   if (m == MATCH_NO)
1760     {
1761       m = gfc_match_expr (&open->unit);
1762       if (m == MATCH_NO)
1763         goto syntax;
1764       if (m == MATCH_ERROR)
1765         goto cleanup;
1766     }
1767
1768   for (;;)
1769     {
1770       if (gfc_match_char (')') == MATCH_YES)
1771         break;
1772       if (gfc_match_char (',') != MATCH_YES)
1773         goto syntax;
1774
1775       m = match_open_element (open);
1776       if (m == MATCH_ERROR)
1777         goto cleanup;
1778       if (m == MATCH_NO)
1779         goto syntax;
1780     }
1781
1782   if (gfc_match_eos () == MATCH_NO)
1783     goto syntax;
1784
1785   if (gfc_pure (NULL))
1786     {
1787       gfc_error ("OPEN statement not allowed in PURE procedure at %C");
1788       goto cleanup;
1789     }
1790
1791   warn = (open->err || open->iostat) ? true : false;
1792
1793   /* Checks on NEWUNIT specifier.  */
1794   if (open->newunit)
1795     {
1796       if (open->unit)
1797         {
1798           gfc_error ("UNIT specifier not allowed with NEWUNIT at %C");
1799           goto cleanup;
1800         }
1801
1802       if (!(open->file || (open->status
1803           && gfc_wide_strncasecmp (open->status->value.character.string,
1804                                    "scratch", 7) == 0)))
1805         {
1806           gfc_error ("NEWUNIT specifier must have FILE= "
1807                      "or STATUS='scratch' at %C");
1808           goto cleanup;
1809         }
1810     }
1811
1812   /* Checks on the ACCESS specifier.  */
1813   if (open->access && open->access->expr_type == EXPR_CONSTANT)
1814     {
1815       static const char *access_f95[] = { "SEQUENTIAL", "DIRECT", NULL };
1816       static const char *access_f2003[] = { "STREAM", NULL };
1817       static const char *access_gnu[] = { "APPEND", NULL };
1818
1819       if (!compare_to_allowed_values ("ACCESS", access_f95, access_f2003,
1820                                       access_gnu,
1821                                       open->access->value.character.string,
1822                                       "OPEN", warn))
1823         goto cleanup;
1824     }
1825
1826   /* Checks on the ACTION specifier.  */
1827   if (open->action && open->action->expr_type == EXPR_CONSTANT)
1828     {
1829       static const char *action[] = { "READ", "WRITE", "READWRITE", NULL };
1830
1831       if (!compare_to_allowed_values ("ACTION", action, NULL, NULL,
1832                                       open->action->value.character.string,
1833                                       "OPEN", warn))
1834         goto cleanup;
1835     }
1836
1837   /* Checks on the ASYNCHRONOUS specifier.  */
1838   if (open->asynchronous)
1839     {
1840       if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: ASYNCHRONOUS= at %C "
1841           "not allowed in Fortran 95") == FAILURE)
1842         goto cleanup;
1843
1844       if (open->asynchronous->expr_type == EXPR_CONSTANT)
1845         {
1846           static const char * asynchronous[] = { "YES", "NO", NULL };
1847
1848           if (!compare_to_allowed_values ("ASYNCHRONOUS", asynchronous,
1849                         NULL, NULL, open->asynchronous->value.character.string,
1850                         "OPEN", warn))
1851             goto cleanup;
1852         }
1853     }
1854
1855   /* Checks on the BLANK specifier.  */
1856   if (open->blank)
1857     {
1858       if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: BLANK= at %C "
1859           "not allowed in Fortran 95") == FAILURE)
1860         goto cleanup;
1861
1862       if (open->blank->expr_type == EXPR_CONSTANT)
1863         {
1864           static const char *blank[] = { "ZERO", "NULL", NULL };
1865
1866           if (!compare_to_allowed_values ("BLANK", blank, NULL, NULL,
1867                                           open->blank->value.character.string,
1868                                           "OPEN", warn))
1869             goto cleanup;
1870         }
1871     }
1872
1873   /* Checks on the DECIMAL specifier.  */
1874   if (open->decimal)
1875     {
1876       if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: DECIMAL= at %C "
1877           "not allowed in Fortran 95") == FAILURE)
1878         goto cleanup;
1879
1880       if (open->decimal->expr_type == EXPR_CONSTANT)
1881         {
1882           static const char * decimal[] = { "COMMA", "POINT", NULL };
1883
1884           if (!compare_to_allowed_values ("DECIMAL", decimal, NULL, NULL,
1885                                           open->decimal->value.character.string,
1886                                           "OPEN", warn))
1887             goto cleanup;
1888         }
1889     }
1890
1891   /* Checks on the DELIM specifier.  */
1892   if (open->delim)
1893     {
1894       if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: DELIM= at %C "
1895           "not allowed in Fortran 95") == FAILURE)
1896         goto cleanup;
1897
1898       if (open->delim->expr_type == EXPR_CONSTANT)
1899         {
1900           static const char *delim[] = { "APOSTROPHE", "QUOTE", "NONE", NULL };
1901
1902           if (!compare_to_allowed_values ("DELIM", delim, NULL, NULL,
1903                                           open->delim->value.character.string,
1904                                           "OPEN", warn))
1905           goto cleanup;
1906         }
1907     }
1908
1909   /* Checks on the ENCODING specifier.  */
1910   if (open->encoding)
1911     {
1912       if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: ENCODING= at %C "
1913           "not allowed in Fortran 95") == FAILURE)
1914         goto cleanup;
1915     
1916       if (open->encoding->expr_type == EXPR_CONSTANT)
1917         {
1918           static const char * encoding[] = { "DEFAULT", "UTF-8", NULL };
1919
1920           if (!compare_to_allowed_values ("ENCODING", encoding, NULL, NULL,
1921                                           open->encoding->value.character.string,
1922                                           "OPEN", warn))
1923           goto cleanup;
1924         }
1925     }
1926
1927   /* Checks on the FORM specifier.  */
1928   if (open->form && open->form->expr_type == EXPR_CONSTANT)
1929     {
1930       static const char *form[] = { "FORMATTED", "UNFORMATTED", NULL };
1931
1932       if (!compare_to_allowed_values ("FORM", form, NULL, NULL,
1933                                       open->form->value.character.string,
1934                                       "OPEN", warn))
1935         goto cleanup;
1936     }
1937
1938   /* Checks on the PAD specifier.  */
1939   if (open->pad && open->pad->expr_type == EXPR_CONSTANT)
1940     {
1941       static const char *pad[] = { "YES", "NO", NULL };
1942
1943       if (!compare_to_allowed_values ("PAD", pad, NULL, NULL,
1944                                       open->pad->value.character.string,
1945                                       "OPEN", warn))
1946         goto cleanup;
1947     }
1948
1949   /* Checks on the POSITION specifier.  */
1950   if (open->position && open->position->expr_type == EXPR_CONSTANT)
1951     {
1952       static const char *position[] = { "ASIS", "REWIND", "APPEND", NULL };
1953
1954       if (!compare_to_allowed_values ("POSITION", position, NULL, NULL,
1955                                       open->position->value.character.string,
1956                                       "OPEN", warn))
1957         goto cleanup;
1958     }
1959
1960   /* Checks on the ROUND specifier.  */
1961   if (open->round)
1962     {
1963       if (gfc_notify_std (GFC_STD_F2003, "Fortran F2003: ROUND= at %C "
1964           "not allowed in Fortran 95") == FAILURE)
1965       goto cleanup;
1966
1967       if (open->round->expr_type == EXPR_CONSTANT)
1968         {
1969           static const char * round[] = { "UP", "DOWN", "ZERO", "NEAREST",
1970                                           "COMPATIBLE", "PROCESSOR_DEFINED",
1971                                            NULL };
1972
1973           if (!compare_to_allowed_values ("ROUND", round, NULL, NULL,
1974                                           open->round->value.character.string,
1975                                           "OPEN", warn))
1976           goto cleanup;
1977         }
1978     }
1979
1980   /* Checks on the SIGN specifier.  */
1981   if (open->sign) 
1982     {
1983       if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: SIGN= at %C "
1984           "not allowed in Fortran 95") == FAILURE)
1985         goto cleanup;
1986
1987       if (open->sign->expr_type == EXPR_CONSTANT)
1988         {
1989           static const char * sign[] = { "PLUS", "SUPPRESS", "PROCESSOR_DEFINED",
1990                                           NULL };
1991
1992           if (!compare_to_allowed_values ("SIGN", sign, NULL, NULL,
1993                                           open->sign->value.character.string,
1994                                           "OPEN", warn))
1995           goto cleanup;
1996         }
1997     }
1998
1999 #define warn_or_error(...) \
2000 { \
2001   if (warn) \
2002     gfc_warning (__VA_ARGS__); \
2003   else \
2004     { \
2005       gfc_error (__VA_ARGS__); \
2006       goto cleanup; \
2007     } \
2008 }
2009
2010   /* Checks on the RECL specifier.  */
2011   if (open->recl && open->recl->expr_type == EXPR_CONSTANT
2012       && open->recl->ts.type == BT_INTEGER
2013       && mpz_sgn (open->recl->value.integer) != 1)
2014     {
2015       warn_or_error ("RECL in OPEN statement at %C must be positive");
2016     }
2017
2018   /* Checks on the STATUS specifier.  */
2019   if (open->status && open->status->expr_type == EXPR_CONSTANT)
2020     {
2021       static const char *status[] = { "OLD", "NEW", "SCRATCH",
2022         "REPLACE", "UNKNOWN", NULL };
2023
2024       if (!compare_to_allowed_values ("STATUS", status, NULL, NULL,
2025                                       open->status->value.character.string,
2026                                       "OPEN", warn))
2027         goto cleanup;
2028
2029       /* F2003, 9.4.5: If the STATUS= specifier has the value NEW or REPLACE,
2030          the FILE= specifier shall appear.  */
2031       if (open->file == NULL
2032           && (gfc_wide_strncasecmp (open->status->value.character.string,
2033                                     "replace", 7) == 0
2034               || gfc_wide_strncasecmp (open->status->value.character.string,
2035                                        "new", 3) == 0))
2036         {
2037           char *s = gfc_widechar_to_char (open->status->value.character.string,
2038                                           -1);
2039           warn_or_error ("The STATUS specified in OPEN statement at %C is "
2040                          "'%s' and no FILE specifier is present", s);
2041           gfc_free (s);
2042         }
2043
2044       /* F2003, 9.4.5: If the STATUS= specifier has the value SCRATCH,
2045          the FILE= specifier shall not appear.  */
2046       if (gfc_wide_strncasecmp (open->status->value.character.string,
2047                                 "scratch", 7) == 0 && open->file)
2048         {
2049           warn_or_error ("The STATUS specified in OPEN statement at %C "
2050                          "cannot have the value SCRATCH if a FILE specifier "
2051                          "is present");
2052         }
2053     }
2054
2055   /* Things that are not allowed for unformatted I/O.  */
2056   if (open->form && open->form->expr_type == EXPR_CONSTANT
2057       && (open->delim || open->decimal || open->encoding || open->round
2058           || open->sign || open->pad || open->blank)
2059       && gfc_wide_strncasecmp (open->form->value.character.string,
2060                                "unformatted", 11) == 0)
2061     {
2062       const char *spec = (open->delim ? "DELIM "
2063                                       : (open->pad ? "PAD " : open->blank
2064                                                             ? "BLANK " : ""));
2065
2066       warn_or_error ("%s specifier at %C not allowed in OPEN statement for "
2067                      "unformatted I/O", spec);
2068     }
2069
2070   if (open->recl && open->access && open->access->expr_type == EXPR_CONSTANT
2071       && gfc_wide_strncasecmp (open->access->value.character.string,
2072                                "stream", 6) == 0)
2073     {
2074       warn_or_error ("RECL specifier not allowed in OPEN statement at %C for "
2075                      "stream I/O");
2076     }
2077
2078   if (open->position
2079       && open->access && open->access->expr_type == EXPR_CONSTANT
2080       && !(gfc_wide_strncasecmp (open->access->value.character.string,
2081                                  "sequential", 10) == 0
2082            || gfc_wide_strncasecmp (open->access->value.character.string,
2083                                     "stream", 6) == 0
2084            || gfc_wide_strncasecmp (open->access->value.character.string,
2085                                     "append", 6) == 0))
2086     {
2087       warn_or_error ("POSITION specifier in OPEN statement at %C only allowed "
2088                      "for stream or sequential ACCESS");
2089     }
2090
2091 #undef warn_or_error
2092
2093   new_st.op = EXEC_OPEN;
2094   new_st.ext.open = open;
2095   return MATCH_YES;
2096
2097 syntax:
2098   gfc_syntax_error (ST_OPEN);
2099
2100 cleanup:
2101   gfc_free_open (open);
2102   return MATCH_ERROR;
2103 }
2104
2105
2106 /* Free a gfc_close structure an all its expressions.  */
2107
2108 void
2109 gfc_free_close (gfc_close *close)
2110 {
2111   if (close == NULL)
2112     return;
2113
2114   gfc_free_expr (close->unit);
2115   gfc_free_expr (close->iomsg);
2116   gfc_free_expr (close->iostat);
2117   gfc_free_expr (close->status);
2118   gfc_free (close);
2119 }
2120
2121
2122 /* Match elements of a CLOSE statement.  */
2123
2124 static match
2125 match_close_element (gfc_close *close)
2126 {
2127   match m;
2128
2129   m = match_etag (&tag_unit, &close->unit);
2130   if (m != MATCH_NO)
2131     return m;
2132   m = match_etag (&tag_status, &close->status);
2133   if (m != MATCH_NO)
2134     return m;
2135   m = match_out_tag (&tag_iomsg, &close->iomsg);
2136   if (m != MATCH_NO)
2137     return m;
2138   m = match_out_tag (&tag_iostat, &close->iostat);
2139   if (m != MATCH_NO)
2140     return m;
2141   m = match_ltag (&tag_err, &close->err);
2142   if (m != MATCH_NO)
2143     return m;
2144
2145   return MATCH_NO;
2146 }
2147
2148
2149 /* Match a CLOSE statement.  */
2150
2151 match
2152 gfc_match_close (void)
2153 {
2154   gfc_close *close;
2155   match m;
2156   bool warn;
2157
2158   m = gfc_match_char ('(');
2159   if (m == MATCH_NO)
2160     return m;
2161
2162   close = XCNEW (gfc_close);
2163
2164   m = match_close_element (close);
2165
2166   if (m == MATCH_ERROR)
2167     goto cleanup;
2168   if (m == MATCH_NO)
2169     {
2170       m = gfc_match_expr (&close->unit);
2171       if (m == MATCH_NO)
2172         goto syntax;
2173       if (m == MATCH_ERROR)
2174         goto cleanup;
2175     }
2176
2177   for (;;)
2178     {
2179       if (gfc_match_char (')') == MATCH_YES)
2180         break;
2181       if (gfc_match_char (',') != MATCH_YES)
2182         goto syntax;
2183
2184       m = match_close_element (close);
2185       if (m == MATCH_ERROR)
2186         goto cleanup;
2187       if (m == MATCH_NO)
2188         goto syntax;
2189     }
2190
2191   if (gfc_match_eos () == MATCH_NO)
2192     goto syntax;
2193
2194   if (gfc_pure (NULL))
2195     {
2196       gfc_error ("CLOSE statement not allowed in PURE procedure at %C");
2197       goto cleanup;
2198     }
2199
2200   warn = (close->iostat || close->err) ? true : false;
2201
2202   /* Checks on the STATUS specifier.  */
2203   if (close->status && close->status->expr_type == EXPR_CONSTANT)
2204     {
2205       static const char *status[] = { "KEEP", "DELETE", NULL };
2206
2207       if (!compare_to_allowed_values ("STATUS", status, NULL, NULL,
2208                                       close->status->value.character.string,
2209                                       "CLOSE", warn))
2210         goto cleanup;
2211     }
2212
2213   new_st.op = EXEC_CLOSE;
2214   new_st.ext.close = close;
2215   return MATCH_YES;
2216
2217 syntax:
2218   gfc_syntax_error (ST_CLOSE);
2219
2220 cleanup:
2221   gfc_free_close (close);
2222   return MATCH_ERROR;
2223 }
2224
2225
2226 /* Resolve everything in a gfc_close structure.  */
2227
2228 gfc_try
2229 gfc_resolve_close (gfc_close *close)
2230 {
2231   RESOLVE_TAG (&tag_unit, close->unit);
2232   RESOLVE_TAG (&tag_iomsg, close->iomsg);
2233   RESOLVE_TAG (&tag_iostat, close->iostat);
2234   RESOLVE_TAG (&tag_status, close->status);
2235
2236   if (gfc_reference_st_label (close->err, ST_LABEL_TARGET) == FAILURE)
2237     return FAILURE;
2238
2239   if (close->unit->expr_type == EXPR_CONSTANT
2240       && close->unit->ts.type == BT_INTEGER
2241       && mpz_sgn (close->unit->value.integer) < 0)
2242     {
2243       gfc_error ("UNIT number in CLOSE statement at %L must be non-negative",
2244                  &close->unit->where);
2245     }
2246
2247   return SUCCESS;
2248 }
2249
2250
2251 /* Free a gfc_filepos structure.  */
2252
2253 void
2254 gfc_free_filepos (gfc_filepos *fp)
2255 {
2256   gfc_free_expr (fp->unit);
2257   gfc_free_expr (fp->iomsg);
2258   gfc_free_expr (fp->iostat);
2259   gfc_free (fp);
2260 }
2261
2262
2263 /* Match elements of a REWIND, BACKSPACE, ENDFILE, or FLUSH statement.  */
2264
2265 static match
2266 match_file_element (gfc_filepos *fp)
2267 {
2268   match m;
2269
2270   m = match_etag (&tag_unit, &fp->unit);
2271   if (m != MATCH_NO)
2272     return m;
2273   m = match_out_tag (&tag_iomsg, &fp->iomsg);
2274   if (m != MATCH_NO)
2275     return m;
2276   m = match_out_tag (&tag_iostat, &fp->iostat);
2277   if (m != MATCH_NO)
2278     return m;
2279   m = match_ltag (&tag_err, &fp->err);
2280   if (m != MATCH_NO)
2281     return m;
2282
2283   return MATCH_NO;
2284 }
2285
2286
2287 /* Match the second half of the file-positioning statements, REWIND,
2288    BACKSPACE, ENDFILE, or the FLUSH statement.  */
2289
2290 static match
2291 match_filepos (gfc_statement st, gfc_exec_op op)
2292 {
2293   gfc_filepos *fp;
2294   match m;
2295
2296   fp = XCNEW (gfc_filepos);
2297
2298   if (gfc_match_char ('(') == MATCH_NO)
2299     {
2300       m = gfc_match_expr (&fp->unit);
2301       if (m == MATCH_ERROR)
2302         goto cleanup;
2303       if (m == MATCH_NO)
2304         goto syntax;
2305
2306       goto done;
2307     }
2308
2309   m = match_file_element (fp);
2310   if (m == MATCH_ERROR)
2311     goto done;
2312   if (m == MATCH_NO)
2313     {
2314       m = gfc_match_expr (&fp->unit);
2315       if (m == MATCH_ERROR)
2316         goto done;
2317       if (m == MATCH_NO)
2318         goto syntax;
2319     }
2320
2321   for (;;)
2322     {
2323       if (gfc_match_char (')') == MATCH_YES)
2324         break;
2325       if (gfc_match_char (',') != MATCH_YES)
2326         goto syntax;
2327
2328       m = match_file_element (fp);
2329       if (m == MATCH_ERROR)
2330         goto cleanup;
2331       if (m == MATCH_NO)
2332         goto syntax;
2333     }
2334
2335 done:
2336   if (gfc_match_eos () != MATCH_YES)
2337     goto syntax;
2338
2339   if (gfc_pure (NULL))
2340     {
2341       gfc_error ("%s statement not allowed in PURE procedure at %C",
2342                  gfc_ascii_statement (st));
2343
2344       goto cleanup;
2345     }
2346
2347   new_st.op = op;
2348   new_st.ext.filepos = fp;
2349   return MATCH_YES;
2350
2351 syntax:
2352   gfc_syntax_error (st);
2353
2354 cleanup:
2355   gfc_free_filepos (fp);
2356   return MATCH_ERROR;
2357 }
2358
2359
2360 gfc_try
2361 gfc_resolve_filepos (gfc_filepos *fp)
2362 {
2363   RESOLVE_TAG (&tag_unit, fp->unit);
2364   RESOLVE_TAG (&tag_iostat, fp->iostat);
2365   RESOLVE_TAG (&tag_iomsg, fp->iomsg);
2366   if (gfc_reference_st_label (fp->err, ST_LABEL_TARGET) == FAILURE)
2367     return FAILURE;
2368
2369   if (fp->unit->expr_type == EXPR_CONSTANT
2370       && fp->unit->ts.type == BT_INTEGER
2371       && mpz_sgn (fp->unit->value.integer) < 0)
2372     {
2373       gfc_error ("UNIT number in statement at %L must be non-negative",
2374                  &fp->unit->where);
2375     }
2376
2377   return SUCCESS;
2378 }
2379
2380
2381 /* Match the file positioning statements: ENDFILE, BACKSPACE, REWIND,
2382    and the FLUSH statement.  */
2383
2384 match
2385 gfc_match_endfile (void)
2386 {
2387   return match_filepos (ST_END_FILE, EXEC_ENDFILE);
2388 }
2389
2390 match
2391 gfc_match_backspace (void)
2392 {
2393   return match_filepos (ST_BACKSPACE, EXEC_BACKSPACE);
2394 }
2395
2396 match
2397 gfc_match_rewind (void)
2398 {
2399   return match_filepos (ST_REWIND, EXEC_REWIND);
2400 }
2401
2402 match
2403 gfc_match_flush (void)
2404 {
2405   if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: FLUSH statement at %C")
2406       == FAILURE)
2407     return MATCH_ERROR;
2408
2409   return match_filepos (ST_FLUSH, EXEC_FLUSH);
2410 }
2411
2412 /******************** Data Transfer Statements *********************/
2413
2414 /* Return a default unit number.  */
2415
2416 static gfc_expr *
2417 default_unit (io_kind k)
2418 {
2419   int unit;
2420
2421   if (k == M_READ)
2422     unit = 5;
2423   else
2424     unit = 6;
2425
2426   return gfc_int_expr (unit);
2427 }
2428
2429
2430 /* Match a unit specification for a data transfer statement.  */
2431
2432 static match
2433 match_dt_unit (io_kind k, gfc_dt *dt)
2434 {
2435   gfc_expr *e;
2436
2437   if (gfc_match_char ('*') == MATCH_YES)
2438     {
2439       if (dt->io_unit != NULL)
2440         goto conflict;
2441
2442       dt->io_unit = default_unit (k);
2443       return MATCH_YES;
2444     }
2445
2446   if (gfc_match_expr (&e) == MATCH_YES)
2447     {
2448       if (dt->io_unit != NULL)
2449         {
2450           gfc_free_expr (e);
2451           goto conflict;
2452         }
2453
2454       dt->io_unit = e;
2455       return MATCH_YES;
2456     }
2457
2458   return MATCH_NO;
2459
2460 conflict:
2461   gfc_error ("Duplicate UNIT specification at %C");
2462   return MATCH_ERROR;
2463 }
2464
2465
2466 /* Match a format specification.  */
2467
2468 static match
2469 match_dt_format (gfc_dt *dt)
2470 {
2471   locus where;
2472   gfc_expr *e;
2473   gfc_st_label *label;
2474   match m;
2475
2476   where = gfc_current_locus;
2477
2478   if (gfc_match_char ('*') == MATCH_YES)
2479     {
2480       if (dt->format_expr != NULL || dt->format_label != NULL)
2481         goto conflict;
2482
2483       dt->format_label = &format_asterisk;
2484       return MATCH_YES;
2485     }
2486
2487   if ((m = gfc_match_st_label (&label)) == MATCH_YES)
2488     {
2489       if (dt->format_expr != NULL || dt->format_label != NULL)
2490         {
2491           gfc_free_st_label (label);
2492           goto conflict;
2493         }
2494
2495       if (gfc_reference_st_label (label, ST_LABEL_FORMAT) == FAILURE)
2496         return MATCH_ERROR;
2497
2498       dt->format_label = label;
2499       return MATCH_YES;
2500     }
2501   else if (m == MATCH_ERROR)
2502     /* The label was zero or too large.  Emit the correct diagnosis.  */
2503     return MATCH_ERROR;
2504
2505   if (gfc_match_expr (&e) == MATCH_YES)
2506     {
2507       if (dt->format_expr != NULL || dt->format_label != NULL)
2508         {
2509           gfc_free_expr (e);
2510           goto conflict;
2511         }
2512       dt->format_expr = e;
2513       return MATCH_YES;
2514     }
2515
2516   gfc_current_locus = where;    /* The only case where we have to restore */
2517
2518   return MATCH_NO;
2519
2520 conflict:
2521   gfc_error ("Duplicate format specification at %C");
2522   return MATCH_ERROR;
2523 }
2524
2525
2526 /* Traverse a namelist that is part of a READ statement to make sure
2527    that none of the variables in the namelist are INTENT(IN).  Returns
2528    nonzero if we find such a variable.  */
2529
2530 static int
2531 check_namelist (gfc_symbol *sym)
2532 {
2533   gfc_namelist *p;
2534
2535   for (p = sym->namelist; p; p = p->next)
2536     if (p->sym->attr.intent == INTENT_IN)
2537       {
2538         gfc_error ("Symbol '%s' in namelist '%s' is INTENT(IN) at %C",
2539                    p->sym->name, sym->name);
2540         return 1;
2541       }
2542
2543   return 0;
2544 }
2545
2546
2547 /* Match a single data transfer element.  */
2548
2549 static match
2550 match_dt_element (io_kind k, gfc_dt *dt)
2551 {
2552   char name[GFC_MAX_SYMBOL_LEN + 1];
2553   gfc_symbol *sym;
2554   match m;
2555
2556   if (gfc_match (" unit =") == MATCH_YES)
2557     {
2558       m = match_dt_unit (k, dt);
2559       if (m != MATCH_NO)
2560         return m;
2561     }
2562
2563   if (gfc_match (" fmt =") == MATCH_YES)
2564     {
2565       m = match_dt_format (dt);
2566       if (m != MATCH_NO)
2567         return m;
2568     }
2569
2570   if (gfc_match (" nml = %n", name) == MATCH_YES)
2571     {
2572       if (dt->namelist != NULL)
2573         {
2574           gfc_error ("Duplicate NML specification at %C");
2575           return MATCH_ERROR;
2576         }
2577
2578       if (gfc_find_symbol (name, NULL, 1, &sym))
2579         return MATCH_ERROR;
2580
2581       if (sym == NULL || sym->attr.flavor != FL_NAMELIST)
2582         {
2583           gfc_error ("Symbol '%s' at %C must be a NAMELIST group name",
2584                      sym != NULL ? sym->name : name);
2585           return MATCH_ERROR;
2586         }
2587
2588       dt->namelist = sym;
2589       if (k == M_READ && check_namelist (sym))
2590         return MATCH_ERROR;
2591
2592       return MATCH_YES;
2593     }
2594
2595   m = match_etag (&tag_e_async, &dt->asynchronous);
2596   if (m != MATCH_NO)
2597     return m;
2598   m = match_etag (&tag_e_blank, &dt->blank);
2599   if (m != MATCH_NO)
2600     return m;
2601   m = match_etag (&tag_e_delim, &dt->delim);
2602   if (m != MATCH_NO)
2603     return m;
2604   m = match_etag (&tag_e_pad, &dt->pad);
2605   if (m != MATCH_NO)
2606     return m;
2607   m = match_etag (&tag_e_sign, &dt->sign);
2608   if (m != MATCH_NO)
2609     return m;
2610   m = match_etag (&tag_e_round, &dt->round);
2611   if (m != MATCH_NO)
2612     return m;
2613   m = match_out_tag (&tag_id, &dt->id);
2614   if (m != MATCH_NO)
2615     return m;
2616   m = match_etag (&tag_e_decimal, &dt->decimal);
2617   if (m != MATCH_NO)
2618     return m;
2619   m = match_etag (&tag_rec, &dt->rec);
2620   if (m != MATCH_NO)
2621     return m;
2622   m = match_etag (&tag_spos, &dt->pos);
2623   if (m != MATCH_NO)
2624     return m;
2625   m = match_out_tag (&tag_iomsg, &dt->iomsg);
2626   if (m != MATCH_NO)
2627     return m;
2628   m = match_out_tag (&tag_iostat, &dt->iostat);
2629   if (m != MATCH_NO)
2630     return m;
2631   m = match_ltag (&tag_err, &dt->err);
2632   if (m == MATCH_YES)
2633     dt->err_where = gfc_current_locus;
2634   if (m != MATCH_NO)
2635     return m;
2636   m = match_etag (&tag_advance, &dt->advance);
2637   if (m != MATCH_NO)
2638     return m;
2639   m = match_out_tag (&tag_size, &dt->size);
2640   if (m != MATCH_NO)
2641     return m;
2642
2643   m = match_ltag (&tag_end, &dt->end);
2644   if (m == MATCH_YES)
2645     {
2646       if (k == M_WRITE)
2647        {
2648          gfc_error ("END tag at %C not allowed in output statement");
2649          return MATCH_ERROR;
2650        }
2651       dt->end_where = gfc_current_locus;
2652     }
2653   if (m != MATCH_NO)
2654     return m;
2655
2656   m = match_ltag (&tag_eor, &dt->eor);
2657   if (m == MATCH_YES)
2658     dt->eor_where = gfc_current_locus;
2659   if (m != MATCH_NO)
2660     return m;
2661
2662   return MATCH_NO;
2663 }
2664
2665
2666 /* Free a data transfer structure and everything below it.  */
2667
2668 void
2669 gfc_free_dt (gfc_dt *dt)
2670 {
2671   if (dt == NULL)
2672     return;
2673
2674   gfc_free_expr (dt->io_unit);
2675   gfc_free_expr (dt->format_expr);
2676   gfc_free_expr (dt->rec);
2677   gfc_free_expr (dt->advance);
2678   gfc_free_expr (dt->iomsg);
2679   gfc_free_expr (dt->iostat);
2680   gfc_free_expr (dt->size);
2681   gfc_free_expr (dt->pad);
2682   gfc_free_expr (dt->delim);
2683   gfc_free_expr (dt->sign);
2684   gfc_free_expr (dt->round);
2685   gfc_free_expr (dt->blank);
2686   gfc_free_expr (dt->decimal);
2687   gfc_free_expr (dt->extra_comma);
2688   gfc_free_expr (dt->pos);
2689   gfc_free (dt);
2690 }
2691
2692
2693 /* Resolve everything in a gfc_dt structure.  */
2694
2695 gfc_try
2696 gfc_resolve_dt (gfc_dt *dt, locus *loc)
2697 {
2698   gfc_expr *e;
2699
2700   RESOLVE_TAG (&tag_format, dt->format_expr);
2701   RESOLVE_TAG (&tag_rec, dt->rec);
2702   RESOLVE_TAG (&tag_spos, dt->pos);
2703   RESOLVE_TAG (&tag_advance, dt->advance);
2704   RESOLVE_TAG (&tag_id, dt->id);
2705   RESOLVE_TAG (&tag_iomsg, dt->iomsg);
2706   RESOLVE_TAG (&tag_iostat, dt->iostat);
2707   RESOLVE_TAG (&tag_size, dt->size);
2708   RESOLVE_TAG (&tag_e_pad, dt->pad);
2709   RESOLVE_TAG (&tag_e_delim, dt->delim);
2710   RESOLVE_TAG (&tag_e_sign, dt->sign);
2711   RESOLVE_TAG (&tag_e_round, dt->round);
2712   RESOLVE_TAG (&tag_e_blank, dt->blank);
2713   RESOLVE_TAG (&tag_e_decimal, dt->decimal);
2714   RESOLVE_TAG (&tag_e_async, dt->asynchronous);
2715
2716   e = dt->io_unit;
2717   if (e == NULL)
2718     {
2719       gfc_error ("UNIT not specified at %L", loc);
2720       return FAILURE;
2721     }
2722
2723   if (gfc_resolve_expr (e) == SUCCESS
2724       && (e->ts.type != BT_INTEGER
2725           && (e->ts.type != BT_CHARACTER || e->expr_type != EXPR_VARIABLE)))
2726     {
2727       /* If there is no extra comma signifying the "format" form of the IO
2728          statement, then this must be an error.  */
2729       if (!dt->extra_comma)
2730         {
2731           gfc_error ("UNIT specification at %L must be an INTEGER expression "
2732                      "or a CHARACTER variable", &e->where);
2733           return FAILURE;
2734         }
2735       else
2736         {
2737           /* At this point, we have an extra comma.  If io_unit has arrived as
2738              type character, we assume its really the "format" form of the I/O
2739              statement.  We set the io_unit to the default unit and format to
2740              the character expression.  See F95 Standard section 9.4.  */
2741           io_kind k;
2742           k = dt->extra_comma->value.iokind;
2743           if (e->ts.type == BT_CHARACTER && (k == M_READ || k == M_PRINT))
2744             {
2745               dt->format_expr = dt->io_unit;
2746               dt->io_unit = default_unit (k);
2747
2748               /* Free this pointer now so that a warning/error is not triggered
2749                  below for the "Extension".  */
2750               gfc_free_expr (dt->extra_comma);
2751               dt->extra_comma = NULL;
2752             }
2753
2754           if (k == M_WRITE)
2755             {
2756               gfc_error ("Invalid form of WRITE statement at %L, UNIT required",
2757                          &dt->extra_comma->where);
2758               return FAILURE;
2759             }
2760         }
2761     }
2762
2763   if (e->ts.type == BT_CHARACTER)
2764     {
2765       if (gfc_has_vector_index (e))
2766         {
2767           gfc_error ("Internal unit with vector subscript at %L", &e->where);
2768           return FAILURE;
2769         }
2770     }
2771
2772   if (e->rank && e->ts.type != BT_CHARACTER)
2773     {
2774       gfc_error ("External IO UNIT cannot be an array at %L", &e->where);
2775       return FAILURE;
2776     }
2777
2778   if (e->expr_type == EXPR_CONSTANT && e->ts.type == BT_INTEGER
2779       && mpz_sgn (e->value.integer) < 0)
2780     {
2781       gfc_error ("UNIT number in statement at %L must be non-negative", &e->where);
2782       return FAILURE;
2783     }
2784
2785   if (dt->extra_comma
2786       && gfc_notify_std (GFC_STD_GNU, "Extension: Comma before i/o "
2787                          "item list at %L", &dt->extra_comma->where) == FAILURE)
2788     return FAILURE;
2789
2790   if (dt->err)
2791     {
2792       if (gfc_reference_st_label (dt->err, ST_LABEL_TARGET) == FAILURE)
2793         return FAILURE;
2794       if (dt->err->defined == ST_LABEL_UNKNOWN)
2795         {
2796           gfc_error ("ERR tag label %d at %L not defined",
2797                       dt->err->value, &dt->err_where);
2798           return FAILURE;
2799         }
2800     }
2801
2802   if (dt->end)
2803     {
2804       if (gfc_reference_st_label (dt->end, ST_LABEL_TARGET) == FAILURE)
2805         return FAILURE;
2806       if (dt->end->defined == ST_LABEL_UNKNOWN)
2807         {
2808           gfc_error ("END tag label %d at %L not defined",
2809                       dt->end->value, &dt->end_where);
2810           return FAILURE;
2811         }
2812     }
2813
2814   if (dt->eor)
2815     {
2816       if (gfc_reference_st_label (dt->eor, ST_LABEL_TARGET) == FAILURE)
2817         return FAILURE;
2818       if (dt->eor->defined == ST_LABEL_UNKNOWN)
2819         {
2820           gfc_error ("EOR tag label %d at %L not defined",
2821                       dt->eor->value, &dt->eor_where);
2822           return FAILURE;
2823         }
2824     }
2825
2826   /* Check the format label actually exists.  */
2827   if (dt->format_label && dt->format_label != &format_asterisk
2828       && dt->format_label->defined == ST_LABEL_UNKNOWN)
2829     {
2830       gfc_error ("FORMAT label %d at %L not defined", dt->format_label->value,
2831                  &dt->format_label->where);
2832       return FAILURE;
2833     }
2834   return SUCCESS;
2835 }
2836
2837
2838 /* Given an io_kind, return its name.  */
2839
2840 static const char *
2841 io_kind_name (io_kind k)
2842 {
2843   const char *name;
2844
2845   switch (k)
2846     {
2847     case M_READ:
2848       name = "READ";
2849       break;
2850     case M_WRITE:
2851       name = "WRITE";
2852       break;
2853     case M_PRINT:
2854       name = "PRINT";
2855       break;
2856     case M_INQUIRE:
2857       name = "INQUIRE";
2858       break;
2859     default:
2860       gfc_internal_error ("io_kind_name(): bad I/O-kind");
2861     }
2862
2863   return name;
2864 }
2865
2866
2867 /* Match an IO iteration statement of the form:
2868
2869    ( [<IO element> ,] <IO element>, I = <expr>, <expr> [, <expr> ] )
2870
2871    which is equivalent to a single IO element.  This function is
2872    mutually recursive with match_io_element().  */
2873
2874 static match match_io_element (io_kind, gfc_code **);
2875
2876 static match
2877 match_io_iterator (io_kind k, gfc_code **result)
2878 {
2879   gfc_code *head, *tail, *new_code;
2880   gfc_iterator *iter;
2881   locus old_loc;
2882   match m;
2883   int n;
2884
2885   iter = NULL;
2886   head = NULL;
2887   old_loc = gfc_current_locus;
2888
2889   if (gfc_match_char ('(') != MATCH_YES)
2890     return MATCH_NO;
2891
2892   m = match_io_element (k, &head);
2893   tail = head;
2894
2895   if (m != MATCH_YES || gfc_match_char (',') != MATCH_YES)
2896     {
2897       m = MATCH_NO;
2898       goto cleanup;
2899     }
2900
2901   /* Can't be anything but an IO iterator.  Build a list.  */
2902   iter = gfc_get_iterator ();
2903
2904   for (n = 1;; n++)
2905     {
2906       m = gfc_match_iterator (iter, 0);
2907       if (m == MATCH_ERROR)
2908         goto cleanup;
2909       if (m == MATCH_YES)
2910         {
2911           gfc_check_do_variable (iter->var->symtree);
2912           break;
2913         }
2914
2915       m = match_io_element (k, &new_code);
2916       if (m == MATCH_ERROR)
2917         goto cleanup;
2918       if (m == MATCH_NO)
2919         {
2920           if (n > 2)
2921             goto syntax;
2922           goto cleanup;
2923         }
2924
2925       tail = gfc_append_code (tail, new_code);
2926
2927       if (gfc_match_char (',') != MATCH_YES)
2928         {
2929           if (n > 2)
2930             goto syntax;
2931           m = MATCH_NO;
2932           goto cleanup;
2933         }
2934     }
2935
2936   if (gfc_match_char (')') != MATCH_YES)
2937     goto syntax;
2938
2939   new_code = gfc_get_code ();
2940   new_code->op = EXEC_DO;
2941   new_code->ext.iterator = iter;
2942
2943   new_code->block = gfc_get_code ();
2944   new_code->block->op = EXEC_DO;
2945   new_code->block->next = head;
2946
2947   *result = new_code;
2948   return MATCH_YES;
2949
2950 syntax:
2951   gfc_error ("Syntax error in I/O iterator at %C");
2952   m = MATCH_ERROR;
2953
2954 cleanup:
2955   gfc_free_iterator (iter, 1);
2956   gfc_free_statements (head);
2957   gfc_current_locus = old_loc;
2958   return m;
2959 }
2960
2961
2962 /* Match a single element of an IO list, which is either a single
2963    expression or an IO Iterator.  */
2964
2965 static match
2966 match_io_element (io_kind k, gfc_code **cpp)
2967 {
2968   gfc_expr *expr;
2969   gfc_code *cp;
2970   match m;
2971
2972   expr = NULL;
2973
2974   m = match_io_iterator (k, cpp);
2975   if (m == MATCH_YES)
2976     return MATCH_YES;
2977
2978   if (k == M_READ)
2979     {
2980       m = gfc_match_variable (&expr, 0);
2981       if (m == MATCH_NO)
2982         gfc_error ("Expected variable in READ statement at %C");
2983     }
2984   else
2985     {
2986       m = gfc_match_expr (&expr);
2987       if (m == MATCH_NO)
2988         gfc_error ("Expected expression in %s statement at %C",
2989                    io_kind_name (k));
2990     }
2991
2992   if (m == MATCH_YES)
2993     switch (k)
2994       {
2995       case M_READ:
2996         if (expr->symtree->n.sym->attr.intent == INTENT_IN)
2997           {
2998             gfc_error ("Variable '%s' in input list at %C cannot be "
2999                        "INTENT(IN)", expr->symtree->n.sym->name);
3000             m = MATCH_ERROR;
3001           }
3002
3003         if (gfc_pure (NULL)
3004             && gfc_impure_variable (expr->symtree->n.sym)
3005             && current_dt->io_unit
3006             && current_dt->io_unit->ts.type == BT_CHARACTER)
3007           {
3008             gfc_error ("Cannot read to variable '%s' in PURE procedure at %C",
3009                        expr->symtree->n.sym->name);
3010             m = MATCH_ERROR;
3011           }
3012
3013         if (gfc_check_do_variable (expr->symtree))
3014           m = MATCH_ERROR;
3015
3016         break;
3017
3018       case M_WRITE:
3019         if (current_dt->io_unit
3020             && current_dt->io_unit->ts.type == BT_CHARACTER
3021             && gfc_pure (NULL)
3022             && current_dt->io_unit->expr_type == EXPR_VARIABLE
3023             && gfc_impure_variable (current_dt->io_unit->symtree->n.sym))
3024           {
3025             gfc_error ("Cannot write to internal file unit '%s' at %C "
3026                        "inside a PURE procedure",
3027                        current_dt->io_unit->symtree->n.sym->name);
3028             m = MATCH_ERROR;
3029           }
3030
3031         break;
3032
3033       default:
3034         break;
3035       }
3036
3037   if (m != MATCH_YES)
3038     {
3039       gfc_free_expr (expr);
3040       return MATCH_ERROR;
3041     }
3042
3043   cp = gfc_get_code ();
3044   cp->op = EXEC_TRANSFER;
3045   cp->expr1 = expr;
3046
3047   *cpp = cp;
3048   return MATCH_YES;
3049 }
3050
3051
3052 /* Match an I/O list, building gfc_code structures as we go.  */
3053
3054 static match
3055 match_io_list (io_kind k, gfc_code **head_p)
3056 {
3057   gfc_code *head, *tail, *new_code;
3058   match m;
3059
3060   *head_p = head = tail = NULL;
3061   if (gfc_match_eos () == MATCH_YES)
3062     return MATCH_YES;
3063
3064   for (;;)
3065     {
3066       m = match_io_element (k, &new_code);
3067       if (m == MATCH_ERROR)
3068         goto cleanup;
3069       if (m == MATCH_NO)
3070         goto syntax;
3071
3072       tail = gfc_append_code (tail, new_code);
3073       if (head == NULL)
3074         head = new_code;
3075
3076       if (gfc_match_eos () == MATCH_YES)
3077         break;
3078       if (gfc_match_char (',') != MATCH_YES)
3079         goto syntax;
3080     }
3081
3082   *head_p = head;
3083   return MATCH_YES;
3084
3085 syntax:
3086   gfc_error ("Syntax error in %s statement at %C", io_kind_name (k));
3087
3088 cleanup:
3089   gfc_free_statements (head);
3090   return MATCH_ERROR;
3091 }
3092
3093
3094 /* Attach the data transfer end node.  */
3095
3096 static void
3097 terminate_io (gfc_code *io_code)
3098 {
3099   gfc_code *c;
3100
3101   if (io_code == NULL)
3102     io_code = new_st.block;
3103
3104   c = gfc_get_code ();
3105   c->op = EXEC_DT_END;
3106
3107   /* Point to structure that is already there */
3108   c->ext.dt = new_st.ext.dt;
3109   gfc_append_code (io_code, c);
3110 }
3111
3112
3113 /* Check the constraints for a data transfer statement.  The majority of the
3114    constraints appearing in 9.4 of the standard appear here.  Some are handled
3115    in resolve_tag and others in gfc_resolve_dt.  */
3116
3117 static match
3118 check_io_constraints (io_kind k, gfc_dt *dt, gfc_code *io_code,
3119                       locus *spec_end)
3120 {
3121 #define io_constraint(condition,msg,arg)\
3122 if (condition) \
3123   {\
3124     gfc_error(msg,arg);\
3125     m = MATCH_ERROR;\
3126   }
3127
3128   match m;
3129   gfc_expr *expr;
3130   gfc_symbol *sym = NULL;
3131   bool warn, unformatted;
3132
3133   warn = (dt->err || dt->iostat) ? true : false;
3134   unformatted = dt->format_expr == NULL && dt->format_label == NULL
3135                 && dt->namelist == NULL;
3136
3137   m = MATCH_YES;
3138
3139   expr = dt->io_unit;
3140   if (expr && expr->expr_type == EXPR_VARIABLE
3141       && expr->ts.type == BT_CHARACTER)
3142     {
3143       sym = expr->symtree->n.sym;
3144
3145       io_constraint (k == M_WRITE && sym->attr.intent == INTENT_IN,
3146                      "Internal file at %L must not be INTENT(IN)",
3147                      &expr->where);
3148
3149       io_constraint (gfc_has_vector_index (dt->io_unit),
3150                      "Internal file incompatible with vector subscript at %L",
3151                      &expr->where);
3152
3153       io_constraint (dt->rec != NULL,
3154                      "REC tag at %L is incompatible with internal file",
3155                      &dt->rec->where);
3156     
3157       io_constraint (dt->pos != NULL,
3158                      "POS tag at %L is incompatible with internal file",
3159                      &dt->pos->where);
3160
3161       io_constraint (unformatted,
3162                      "Unformatted I/O not allowed with internal unit at %L",
3163                      &dt->io_unit->where);
3164
3165       io_constraint (dt->asynchronous != NULL,
3166                      "ASYNCHRONOUS tag at %L not allowed with internal file",
3167                      &dt->asynchronous->where);
3168
3169       if (dt->namelist != NULL)
3170         {
3171           if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: Internal file "
3172                               "at %L with namelist", &expr->where)
3173               == FAILURE)
3174             m = MATCH_ERROR;
3175         }
3176
3177       io_constraint (dt->advance != NULL,
3178                      "ADVANCE tag at %L is incompatible with internal file",
3179                      &dt->advance->where);
3180     }
3181
3182   if (expr && expr->ts.type != BT_CHARACTER)
3183     {
3184
3185       io_constraint (gfc_pure (NULL) && (k == M_READ || k == M_WRITE),
3186                      "IO UNIT in %s statement at %C must be "
3187                      "an internal file in a PURE procedure",
3188                      io_kind_name (k));
3189     }
3190
3191   if (k != M_READ)
3192     {
3193       io_constraint (dt->end, "END tag not allowed with output at %L",
3194                      &dt->end_where);
3195
3196       io_constraint (dt->eor, "EOR tag not allowed with output at %L",
3197                      &dt->eor_where);
3198
3199       io_constraint (dt->blank, "BLANK= specifier not allowed with output at %L",
3200                      &dt->blank->where);
3201
3202       io_constraint (dt->pad, "PAD= specifier not allowed with output at %L",
3203                      &dt->pad->where);
3204
3205       io_constraint (dt->size, "SIZE= specifier not allowed with output at %L",
3206                      &dt->size->where);
3207     }
3208   else
3209     {
3210       io_constraint (dt->size && dt->advance == NULL,
3211                      "SIZE tag at %L requires an ADVANCE tag",
3212                      &dt->size->where);
3213
3214       io_constraint (dt->eor && dt->advance == NULL,
3215                      "EOR tag at %L requires an ADVANCE tag",
3216                      &dt->eor_where);
3217     }
3218
3219   if (dt->asynchronous) 
3220     {
3221       static const char * asynchronous[] = { "YES", "NO", NULL };
3222
3223       if (gfc_reduce_init_expr (dt->asynchronous) != SUCCESS)
3224         {
3225           gfc_error ("ASYNCHRONOUS= specifier at %L must be an initialization "
3226                      "expression", &dt->asynchronous->where);
3227           return MATCH_ERROR;
3228         }
3229
3230       if (!compare_to_allowed_values
3231                 ("ASYNCHRONOUS", asynchronous, NULL, NULL,
3232                  dt->asynchronous->value.character.string,
3233                  io_kind_name (k), warn))
3234         return MATCH_ERROR;
3235     }
3236
3237   if (dt->id)
3238     {
3239       bool not_yes
3240         = !dt->asynchronous
3241           || gfc_wide_strlen (dt->asynchronous->value.character.string) != 3
3242           || gfc_wide_strncasecmp (dt->asynchronous->value.character.string,
3243                                    "yes", 3) != 0;
3244       io_constraint (not_yes,
3245                      "ID= specifier at %L must be with ASYNCHRONOUS='yes' "
3246                      "specifier", &dt->id->where);
3247     }
3248
3249   if (dt->decimal)
3250     {
3251       if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: DECIMAL= at %C "
3252           "not allowed in Fortran 95") == FAILURE)
3253         return MATCH_ERROR;
3254
3255       if (dt->decimal->expr_type == EXPR_CONSTANT)
3256         {
3257           static const char * decimal[] = { "COMMA", "POINT", NULL };
3258
3259           if (!compare_to_allowed_values ("DECIMAL", decimal, NULL, NULL,
3260                                           dt->decimal->value.character.string,
3261                                           io_kind_name (k), warn))
3262             return MATCH_ERROR;
3263
3264           io_constraint (unformatted,
3265                          "the DECIMAL= specifier at %L must be with an "
3266                          "explicit format expression", &dt->decimal->where);
3267         }
3268     }
3269   
3270   if (dt->blank)
3271     {
3272       if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: BLANK= at %C "
3273           "not allowed in Fortran 95") == FAILURE)
3274         return MATCH_ERROR;
3275
3276       if (dt->blank->expr_type == EXPR_CONSTANT)
3277         {
3278           static const char * blank[] = { "NULL", "ZERO", NULL };
3279
3280           if (!compare_to_allowed_values ("BLANK", blank, NULL, NULL,
3281                                           dt->blank->value.character.string,
3282                                           io_kind_name (k), warn))
3283             return MATCH_ERROR;
3284
3285           io_constraint (unformatted,
3286                          "the BLANK= specifier at %L must be with an "
3287                          "explicit format expression", &dt->blank->where);
3288         }
3289     }
3290
3291   if (dt->pad)
3292     {
3293       if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: PAD= at %C "
3294           "not allowed in Fortran 95") == FAILURE)
3295         return MATCH_ERROR;
3296
3297       if (dt->pad->expr_type == EXPR_CONSTANT)
3298         {
3299           static const char * pad[] = { "YES", "NO", NULL };
3300
3301           if (!compare_to_allowed_values ("PAD", pad, NULL, NULL,
3302                                           dt->pad->value.character.string,
3303                                           io_kind_name (k), warn))
3304             return MATCH_ERROR;
3305
3306           io_constraint (unformatted,
3307                          "the PAD= specifier at %L must be with an "
3308                          "explicit format expression", &dt->pad->where);
3309         }
3310     }
3311
3312   if (dt->round)
3313     {
3314       if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: ROUND= at %C "
3315           "not allowed in Fortran 95") == FAILURE)
3316         return MATCH_ERROR;
3317
3318       if (dt->round->expr_type == EXPR_CONSTANT)
3319         {
3320           static const char * round[] = { "UP", "DOWN", "ZERO", "NEAREST",
3321                                           "COMPATIBLE", "PROCESSOR_DEFINED",
3322                                           NULL };
3323
3324           if (!compare_to_allowed_values ("ROUND", round, NULL, NULL,
3325                                           dt->round->value.character.string,
3326                                           io_kind_name (k), warn))
3327             return MATCH_ERROR;
3328         }
3329     }
3330   
3331   if (dt->sign)
3332     {
3333       /* When implemented, change the following to use gfc_notify_std F2003.
3334       if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: SIGN= at %C "
3335           "not allowed in Fortran 95") == FAILURE)
3336         return MATCH_ERROR;  */
3337       if (dt->sign->expr_type == EXPR_CONSTANT)
3338         {
3339           static const char * sign[] = { "PLUS", "SUPPRESS", "PROCESSOR_DEFINED",
3340                                          NULL };
3341
3342           if (!compare_to_allowed_values ("SIGN", sign, NULL, NULL,
3343                                       dt->sign->value.character.string,
3344                                       io_kind_name (k), warn))
3345             return MATCH_ERROR;
3346
3347           io_constraint (unformatted,
3348                          "SIGN= specifier at %L must be with an "
3349                          "explicit format expression", &dt->sign->where);
3350
3351           io_constraint (k == M_READ,
3352                          "SIGN= specifier at %L not allowed in a "
3353                          "READ statement", &dt->sign->where);
3354         }
3355     }
3356
3357   if (dt->delim)
3358     {
3359       if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: DELIM= at %C "
3360           "not allowed in Fortran 95") == FAILURE)
3361         return MATCH_ERROR;
3362
3363       if (dt->delim->expr_type == EXPR_CONSTANT)
3364         {
3365           static const char *delim[] = { "APOSTROPHE", "QUOTE", "NONE", NULL };
3366
3367           if (!compare_to_allowed_values ("DELIM", delim, NULL, NULL,
3368                                           dt->delim->value.character.string,
3369                                           io_kind_name (k), warn))
3370             return MATCH_ERROR;
3371
3372           io_constraint (k == M_READ,
3373                          "DELIM= specifier at %L not allowed in a "
3374                          "READ statement", &dt->delim->where);
3375       
3376           io_constraint (dt->format_label != &format_asterisk
3377                          && dt->namelist == NULL,
3378                          "DELIM= specifier at %L must have FMT=*",
3379                          &dt->delim->where);
3380
3381           io_constraint (unformatted && dt->namelist == NULL,
3382                          "DELIM= specifier at %L must be with FMT=* or "
3383                          "NML= specifier ", &dt->delim->where);
3384         }
3385     }
3386   
3387   if (dt->namelist)
3388     {
3389       io_constraint (io_code && dt->namelist,
3390                      "NAMELIST cannot be followed by IO-list at %L",
3391                      &io_code->loc);
3392
3393       io_constraint (dt->format_expr,
3394                      "IO spec-list cannot contain both NAMELIST group name "
3395                      "and format specification at %L",
3396                      &dt->format_expr->where);
3397
3398       io_constraint (dt->format_label,
3399                      "IO spec-list cannot contain both NAMELIST group name "
3400                      "and format label at %L", spec_end);
3401
3402       io_constraint (dt->rec,
3403                      "NAMELIST IO is not allowed with a REC= specifier "
3404                      "at %L", &dt->rec->where);
3405
3406       io_constraint (dt->advance,
3407                      "NAMELIST IO is not allowed with a ADVANCE= specifier "
3408                      "at %L", &dt->advance->where);
3409     }
3410
3411   if (dt->rec)
3412     {
3413       io_constraint (dt->end,
3414                      "An END tag is not allowed with a "
3415                      "REC= specifier at %L", &dt->end_where);
3416
3417       io_constraint (dt->format_label == &format_asterisk,
3418                      "FMT=* is not allowed with a REC= specifier "
3419                      "at %L", spec_end);
3420
3421       io_constraint (dt->pos,
3422                      "POS= is not allowed with REC= specifier "
3423                      "at %L", &dt->pos->where);
3424     }
3425
3426   if (dt->advance)
3427     {
3428       int not_yes, not_no;
3429       expr = dt->advance;
3430
3431       io_constraint (dt->format_label == &format_asterisk,
3432                      "List directed format(*) is not allowed with a "
3433                      "ADVANCE= specifier at %L.", &expr->where);
3434
3435       io_constraint (unformatted,
3436                      "the ADVANCE= specifier at %L must appear with an "
3437                      "explicit format expression", &expr->where);
3438
3439       if (expr->expr_type == EXPR_CONSTANT && expr->ts.type == BT_CHARACTER)
3440         {
3441           const gfc_char_t *advance = expr->value.character.string;
3442           not_no = gfc_wide_strlen (advance) != 2
3443                    || gfc_wide_strncasecmp (advance, "no", 2) != 0;
3444           not_yes = gfc_wide_strlen (advance) != 3
3445                     || gfc_wide_strncasecmp (advance, "yes", 3) != 0;
3446         }
3447       else
3448         {
3449           not_no = 0;
3450           not_yes = 0;
3451         }
3452
3453       io_constraint (not_no && not_yes,
3454                      "ADVANCE= specifier at %L must have value = "
3455                      "YES or NO.", &expr->where);
3456
3457       io_constraint (dt->size && not_no && k == M_READ,
3458                      "SIZE tag at %L requires an ADVANCE = 'NO'",
3459                      &dt->size->where);
3460
3461       io_constraint (dt->eor && not_no && k == M_READ,
3462                      "EOR tag at %L requires an ADVANCE = 'NO'",
3463                      &dt->eor_where);      
3464     }
3465
3466   expr = dt->format_expr;
3467   if (gfc_simplify_expr (expr, 0) == FAILURE
3468       || check_format_string (expr, k == M_READ) == FAILURE)
3469     return MATCH_ERROR;
3470
3471   return m;
3472 }
3473 #undef io_constraint
3474
3475
3476 /* Match a READ, WRITE or PRINT statement.  */
3477
3478 static match
3479 match_io (io_kind k)
3480 {
3481   char name[GFC_MAX_SYMBOL_LEN + 1];
3482   gfc_code *io_code;
3483   gfc_symbol *sym;
3484   int comma_flag;
3485   locus where;
3486   locus spec_end;
3487   gfc_dt *dt;
3488   match m;
3489
3490   where = gfc_current_locus;
3491   comma_flag = 0;
3492   current_dt = dt = XCNEW (gfc_dt);
3493   m = gfc_match_char ('(');
3494   if (m == MATCH_NO)
3495     {
3496       where = gfc_current_locus;
3497       if (k == M_WRITE)
3498         goto syntax;
3499       else if (k == M_PRINT)
3500         {
3501           /* Treat the non-standard case of PRINT namelist.  */
3502           if ((gfc_current_form == FORM_FIXED || gfc_peek_ascii_char () == ' ')
3503               && gfc_match_name (name) == MATCH_YES)
3504             {
3505               gfc_find_symbol (name, NULL, 1, &sym);
3506               if (sym && sym->attr.flavor == FL_NAMELIST)
3507                 {
3508                   if (gfc_notify_std (GFC_STD_GNU, "PRINT namelist at "
3509                                       "%C is an extension") == FAILURE)
3510                     {
3511                       m = MATCH_ERROR;
3512                       goto cleanup;
3513                     }
3514
3515                   dt->io_unit = default_unit (k);
3516                   dt->namelist = sym;
3517                   goto get_io_list;
3518                 }
3519               else
3520                 gfc_current_locus = where;
3521             }
3522         }
3523
3524       if (gfc_current_form == FORM_FREE)
3525         {
3526           char c = gfc_peek_ascii_char ();
3527           if (c != ' ' && c != '*' && c != '\'' && c != '"')
3528             {
3529               m = MATCH_NO;
3530               goto cleanup;
3531             }
3532         }
3533
3534       m = match_dt_format (dt);
3535       if (m == MATCH_ERROR)
3536         goto cleanup;
3537       if (m == MATCH_NO)
3538         goto syntax;
3539
3540       comma_flag = 1;
3541       dt->io_unit = default_unit (k);
3542       goto get_io_list;
3543     }
3544   else
3545     {
3546       /* Before issuing an error for a malformed 'print (1,*)' type of
3547          error, check for a default-char-expr of the form ('(I0)').  */
3548       if (k == M_PRINT && m == MATCH_YES)
3549         {
3550           /* Reset current locus to get the initial '(' in an expression.  */
3551           gfc_current_locus = where;
3552           dt->format_expr = NULL;
3553           m = match_dt_format (dt);
3554
3555           if (m == MATCH_ERROR)
3556             goto cleanup;
3557           if (m == MATCH_NO || dt->format_expr == NULL)
3558             goto syntax;
3559
3560           comma_flag = 1;
3561           dt->io_unit = default_unit (k);
3562           goto get_io_list;
3563         }
3564     }
3565
3566   /* Match a control list */
3567   if (match_dt_element (k, dt) == MATCH_YES)
3568     goto next;
3569   if (match_dt_unit (k, dt) != MATCH_YES)
3570     goto loop;
3571
3572   if (gfc_match_char (')') == MATCH_YES)
3573     goto get_io_list;
3574   if (gfc_match_char (',') != MATCH_YES)
3575     goto syntax;
3576
3577   m = match_dt_element (k, dt);
3578   if (m == MATCH_YES)
3579     goto next;
3580   if (m == MATCH_ERROR)
3581     goto cleanup;
3582
3583   m = match_dt_format (dt);
3584   if (m == MATCH_YES)
3585     goto next;
3586   if (m == MATCH_ERROR)
3587     goto cleanup;
3588
3589   where = gfc_current_locus;
3590
3591   m = gfc_match_name (name);
3592   if (m == MATCH_YES)
3593     {
3594       gfc_find_symbol (name, NULL, 1, &sym);
3595       if (sym && sym->attr.flavor == FL_NAMELIST)
3596         {
3597           dt->namelist = sym;
3598           if (k == M_READ && check_namelist (sym))
3599             {
3600               m = MATCH_ERROR;
3601               goto cleanup;
3602             }
3603           goto next;
3604         }
3605     }
3606
3607   gfc_current_locus = where;
3608
3609   goto loop;                    /* No matches, try regular elements */
3610
3611 next:
3612   if (gfc_match_char (')') == MATCH_YES)
3613     goto get_io_list;
3614   if (gfc_match_char (',') != MATCH_YES)
3615     goto syntax;
3616
3617 loop:
3618   for (;;)
3619     {
3620       m = match_dt_element (k, dt);
3621       if (m == MATCH_NO)
3622         goto syntax;
3623       if (m == MATCH_ERROR)
3624         goto cleanup;
3625
3626       if (gfc_match_char (')') == MATCH_YES)
3627         break;
3628       if (gfc_match_char (',') != MATCH_YES)
3629         goto syntax;
3630     }
3631
3632 get_io_list:
3633
3634   /* Used in check_io_constraints, where no locus is available.  */
3635   spec_end = gfc_current_locus;
3636
3637   /* Optional leading comma (non-standard).  We use a gfc_expr structure here
3638      to save the locus.  This is used later when resolving transfer statements
3639      that might have a format expression without unit number.  */
3640   if (!comma_flag && gfc_match_char (',') == MATCH_YES)
3641     {
3642       dt->extra_comma = gfc_get_expr ();
3643
3644       /* Set the types to something compatible with iokind. This is needed to
3645          get through gfc_free_expr later since iokind really has no Basic Type,
3646          BT, of its own.  */
3647       dt->extra_comma->expr_type = EXPR_CONSTANT;
3648       dt->extra_comma->ts.type = BT_LOGICAL;
3649
3650       /* Save the iokind and locus for later use in resolution.  */
3651       dt->extra_comma->value.iokind = k;
3652       dt->extra_comma->where = gfc_current_locus;
3653     }
3654
3655   io_code = NULL;
3656   if (gfc_match_eos () != MATCH_YES)
3657     {
3658       if (comma_flag && gfc_match_char (',') != MATCH_YES)
3659         {
3660           gfc_error ("Expected comma in I/O list at %C");
3661           m = MATCH_ERROR;
3662           goto cleanup;
3663         }
3664
3665       m = match_io_list (k, &io_code);
3666       if (m == MATCH_ERROR)
3667         goto cleanup;
3668       if (m == MATCH_NO)
3669         goto syntax;
3670     }
3671
3672   /* A full IO statement has been matched.  Check the constraints.  spec_end is
3673      supplied for cases where no locus is supplied.  */
3674   m = check_io_constraints (k, dt, io_code, &spec_end);
3675
3676   if (m == MATCH_ERROR)
3677     goto cleanup;
3678
3679   new_st.op = (k == M_READ) ? EXEC_READ : EXEC_WRITE;
3680   new_st.ext.dt = dt;
3681   new_st.block = gfc_get_code ();
3682   new_st.block->op = new_st.op;
3683   new_st.block->next = io_code;
3684
3685   terminate_io (io_code);
3686
3687   return MATCH_YES;
3688
3689 syntax:
3690   gfc_error ("Syntax error in %s statement at %C", io_kind_name (k));
3691   m = MATCH_ERROR;
3692
3693 cleanup:
3694   gfc_free_dt (dt);
3695   return m;
3696 }
3697
3698
3699 match
3700 gfc_match_read (void)
3701 {
3702   return match_io (M_READ);
3703 }
3704
3705
3706 match
3707 gfc_match_write (void)
3708 {
3709   return match_io (M_WRITE);
3710 }
3711
3712
3713 match
3714 gfc_match_print (void)
3715 {
3716   match m;
3717
3718   m = match_io (M_PRINT);
3719   if (m != MATCH_YES)
3720     return m;
3721
3722   if (gfc_pure (NULL))
3723     {
3724       gfc_error ("PRINT statement at %C not allowed within PURE procedure");
3725       return MATCH_ERROR;
3726     }
3727
3728   return MATCH_YES;
3729 }
3730
3731
3732 /* Free a gfc_inquire structure.  */
3733
3734 void
3735 gfc_free_inquire (gfc_inquire *inquire)
3736 {
3737
3738   if (inquire == NULL)
3739     return;
3740
3741   gfc_free_expr (inquire->unit);
3742   gfc_free_expr (inquire->file);
3743   gfc_free_expr (inquire->iomsg);
3744   gfc_free_expr (inquire->iostat);
3745   gfc_free_expr (inquire->exist);
3746   gfc_free_expr (inquire->opened);
3747   gfc_free_expr (inquire->number);
3748   gfc_free_expr (inquire->named);
3749   gfc_free_expr (inquire->name);
3750   gfc_free_expr (inquire->access);
3751   gfc_free_expr (inquire->sequential);
3752   gfc_free_expr (inquire->direct);
3753   gfc_free_expr (inquire->form);
3754   gfc_free_expr (inquire->formatted);
3755   gfc_free_expr (inquire->unformatted);
3756   gfc_free_expr (inquire->recl);
3757   gfc_free_expr (inquire->nextrec);
3758   gfc_free_expr (inquire->blank);
3759   gfc_free_expr (inquire->position);
3760   gfc_free_expr (inquire->action);
3761   gfc_free_expr (inquire->read);
3762   gfc_free_expr (inquire->write);
3763   gfc_free_expr (inquire->readwrite);
3764   gfc_free_expr (inquire->delim);
3765   gfc_free_expr (inquire->encoding);
3766   gfc_free_expr (inquire->pad);
3767   gfc_free_expr (inquire->iolength);
3768   gfc_free_expr (inquire->convert);
3769   gfc_free_expr (inquire->strm_pos);
3770   gfc_free_expr (inquire->asynchronous);
3771   gfc_free_expr (inquire->decimal);
3772   gfc_free_expr (inquire->pending);
3773   gfc_free_expr (inquire->id);
3774   gfc_free_expr (inquire->sign);
3775   gfc_free_expr (inquire->size);
3776   gfc_free_expr (inquire->round);
3777   gfc_free (inquire);
3778 }
3779
3780
3781 /* Match an element of an INQUIRE statement.  */
3782
3783 #define RETM   if (m != MATCH_NO) return m;
3784
3785 static match
3786 match_inquire_element (gfc_inquire *inquire)
3787 {
3788   match m;
3789
3790   m = match_etag (&tag_unit, &inquire->unit);
3791   RETM m = match_etag (&tag_file, &inquire->file);
3792   RETM m = match_ltag (&tag_err, &inquire->err);
3793   RETM m = match_out_tag (&tag_iomsg, &inquire->iomsg);
3794   RETM m = match_out_tag (&tag_iostat, &inquire->iostat);
3795   RETM m = match_vtag (&tag_exist, &inquire->exist);
3796   RETM m = match_vtag (&tag_opened, &inquire->opened);
3797   RETM m = match_vtag (&tag_named, &inquire->named);
3798   RETM m = match_vtag (&tag_name, &inquire->name);
3799   RETM m = match_out_tag (&tag_number, &inquire->number);
3800   RETM m = match_vtag (&tag_s_access, &inquire->access);
3801   RETM m = match_vtag (&tag_sequential, &inquire->sequential);
3802   RETM m = match_vtag (&tag_direct, &inquire->direct);
3803   RETM m = match_vtag (&tag_s_form, &inquire->form);
3804   RETM m = match_vtag (&tag_formatted, &inquire->formatted);
3805   RETM m = match_vtag (&tag_unformatted, &inquire->unformatted);
3806   RETM m = match_out_tag (&tag_s_recl, &inquire->recl);
3807   RETM m = match_out_tag (&tag_nextrec, &inquire->nextrec);
3808   RETM m = match_vtag (&tag_s_blank, &inquire->blank);
3809   RETM m = match_vtag (&tag_s_position, &inquire->position);
3810   RETM m = match_vtag (&tag_s_action, &inquire->action);
3811   RETM m = match_vtag (&tag_read, &inquire->read);
3812   RETM m = match_vtag (&tag_write, &inquire->write);
3813   RETM m = match_vtag (&tag_readwrite, &inquire->readwrite);
3814   RETM m = match_vtag (&tag_s_async, &inquire->asynchronous);
3815   RETM m = match_vtag (&tag_s_delim, &inquire->delim);
3816   RETM m = match_vtag (&tag_s_decimal, &inquire->decimal);
3817   RETM m = match_vtag (&tag_size, &inquire->size);
3818   RETM m = match_vtag (&tag_s_encoding, &inquire->encoding);
3819   RETM m = match_vtag (&tag_s_round, &inquire->round);
3820   RETM m = match_vtag (&tag_s_sign, &inquire->sign);
3821   RETM m = match_vtag (&tag_s_pad, &inquire->pad);
3822   RETM m = match_vtag (&tag_iolength, &inquire->iolength);
3823   RETM m = match_vtag (&tag_convert, &inquire->convert);
3824   RETM m = match_out_tag (&tag_strm_out, &inquire->strm_pos);
3825   RETM m = match_vtag (&tag_pending, &inquire->pending);
3826   RETM m = match_vtag (&tag_id, &inquire->id);
3827   RETM return MATCH_NO;
3828 }
3829
3830 #undef RETM
3831
3832
3833 match
3834 gfc_match_inquire (void)
3835 {
3836   gfc_inquire *inquire;
3837   gfc_code *code;
3838   match m;
3839   locus loc;
3840
3841   m = gfc_match_char ('(');
3842   if (m == MATCH_NO)
3843     return m;
3844
3845   inquire = XCNEW (gfc_inquire);
3846
3847   loc = gfc_current_locus;
3848
3849   m = match_inquire_element (inquire);
3850   if (m == MATCH_ERROR)
3851     goto cleanup;
3852   if (m == MATCH_NO)
3853     {
3854       m = gfc_match_expr (&inquire->unit);
3855       if (m == MATCH_ERROR)
3856         goto cleanup;
3857       if (m == MATCH_NO)
3858         goto syntax;
3859     }
3860
3861   /* See if we have the IOLENGTH form of the inquire statement.  */
3862   if (inquire->iolength != NULL)
3863     {
3864       if (gfc_match_char (')') != MATCH_YES)
3865         goto syntax;
3866
3867       m = match_io_list (M_INQUIRE, &code);
3868       if (m == MATCH_ERROR)
3869         goto cleanup;
3870       if (m == MATCH_NO)
3871         goto syntax;
3872
3873       new_st.op = EXEC_IOLENGTH;
3874       new_st.expr1 = inquire->iolength;
3875       new_st.ext.inquire = inquire;
3876
3877       if (gfc_pure (NULL))
3878         {
3879           gfc_free_statements (code);
3880           gfc_error ("INQUIRE statement not allowed in PURE procedure at %C");
3881           return MATCH_ERROR;
3882         }
3883
3884       new_st.block = gfc_get_code ();
3885       new_st.block->op = EXEC_IOLENGTH;
3886       terminate_io (code);
3887       new_st.block->next = code;
3888       return MATCH_YES;
3889     }
3890
3891   /* At this point, we have the non-IOLENGTH inquire statement.  */
3892   for (;;)
3893     {
3894       if (gfc_match_char (')') == MATCH_YES)
3895         break;
3896       if (gfc_match_char (',') != MATCH_YES)
3897         goto syntax;
3898
3899       m = match_inquire_element (inquire);
3900       if (m == MATCH_ERROR)
3901         goto cleanup;
3902       if (m == MATCH_NO)
3903         goto syntax;
3904
3905       if (inquire->iolength != NULL)
3906         {
3907           gfc_error ("IOLENGTH tag invalid in INQUIRE statement at %C");
3908           goto cleanup;
3909         }
3910     }
3911
3912   if (gfc_match_eos () != MATCH_YES)
3913     goto syntax;
3914
3915   if (inquire->unit != NULL && inquire->file != NULL)
3916     {
3917       gfc_error ("INQUIRE statement at %L cannot contain both FILE and "
3918                  "UNIT specifiers", &loc);
3919       goto cleanup;
3920     }
3921
3922   if (inquire->unit == NULL && inquire->file == NULL)
3923     {
3924       gfc_error ("INQUIRE statement at %L requires either FILE or "
3925                  "UNIT specifier", &loc);
3926       goto cleanup;
3927     }
3928
3929   if (gfc_pure (NULL))
3930     {
3931       gfc_error ("INQUIRE statement not allowed in PURE procedure at %C");
3932       goto cleanup;
3933     }
3934   
3935   if (inquire->id != NULL && inquire->pending == NULL)
3936     {
3937       gfc_error ("INQUIRE statement at %L requires a PENDING= specifier with "
3938                  "the ID= specifier", &loc);
3939       goto cleanup;
3940     }
3941
3942   new_st.op = EXEC_INQUIRE;
3943   new_st.ext.inquire = inquire;
3944   return MATCH_YES;
3945
3946 syntax:
3947   gfc_syntax_error (ST_INQUIRE);
3948
3949 cleanup:
3950   gfc_free_inquire (inquire);
3951   return MATCH_ERROR;
3952 }
3953
3954
3955 /* Resolve everything in a gfc_inquire structure.  */
3956
3957 gfc_try
3958 gfc_resolve_inquire (gfc_inquire *inquire)
3959 {
3960   RESOLVE_TAG (&tag_unit, inquire->unit);
3961   RESOLVE_TAG (&tag_file, inquire->file);
3962   RESOLVE_TAG (&tag_iomsg, inquire->iomsg);
3963   RESOLVE_TAG (&tag_iostat, inquire->iostat);
3964   RESOLVE_TAG (&tag_exist, inquire->exist);
3965   RESOLVE_TAG (&tag_opened, inquire->opened);
3966   RESOLVE_TAG (&tag_number, inquire->number);
3967   RESOLVE_TAG (&tag_named, inquire->named);
3968   RESOLVE_TAG (&tag_name, inquire->name);
3969   RESOLVE_TAG (&tag_s_access, inquire->access);
3970   RESOLVE_TAG (&tag_sequential, inquire->sequential);
3971   RESOLVE_TAG (&tag_direct, inquire->direct);
3972   RESOLVE_TAG (&tag_s_form, inquire->form);
3973   RESOLVE_TAG (&tag_formatted, inquire->formatted);
3974   RESOLVE_TAG (&tag_unformatted, inquire->unformatted);
3975   RESOLVE_TAG (&tag_s_recl, inquire->recl);
3976   RESOLVE_TAG (&tag_nextrec, inquire->nextrec);
3977   RESOLVE_TAG (&tag_s_blank, inquire->blank);
3978   RESOLVE_TAG (&tag_s_position, inquire->position);
3979   RESOLVE_TAG (&tag_s_action, inquire->action);
3980   RESOLVE_TAG (&tag_read, inquire->read);
3981   RESOLVE_TAG (&tag_write, inquire->write);
3982   RESOLVE_TAG (&tag_readwrite, inquire->readwrite);
3983   RESOLVE_TAG (&tag_s_delim, inquire->delim);
3984   RESOLVE_TAG (&tag_s_pad, inquire->pad);
3985   RESOLVE_TAG (&tag_s_encoding, inquire->encoding);
3986   RESOLVE_TAG (&tag_s_round, inquire->round);
3987   RESOLVE_TAG (&tag_iolength, inquire->iolength);
3988   RESOLVE_TAG (&tag_convert, inquire->convert);
3989   RESOLVE_TAG (&tag_strm_out, inquire->strm_pos);
3990   RESOLVE_TAG (&tag_s_async, inquire->asynchronous);
3991   RESOLVE_TAG (&tag_s_sign, inquire->sign);
3992   RESOLVE_TAG (&tag_s_round, inquire->round);
3993   RESOLVE_TAG (&tag_pending, inquire->pending);
3994   RESOLVE_TAG (&tag_size, inquire->size);
3995   RESOLVE_TAG (&tag_id, inquire->id);
3996
3997   if (gfc_reference_st_label (inquire->err, ST_LABEL_TARGET) == FAILURE)
3998     return FAILURE;
3999
4000   return SUCCESS;
4001 }
4002
4003
4004 void
4005 gfc_free_wait (gfc_wait *wait)
4006 {
4007   if (wait == NULL)
4008     return;
4009
4010   gfc_free_expr (wait->unit);
4011   gfc_free_expr (wait->iostat);
4012   gfc_free_expr (wait->iomsg);
4013   gfc_free_expr (wait->id);
4014 }
4015
4016
4017 gfc_try
4018 gfc_resolve_wait (gfc_wait *wait)
4019 {
4020   RESOLVE_TAG (&tag_unit, wait->unit);
4021   RESOLVE_TAG (&tag_iomsg, wait->iomsg);
4022   RESOLVE_TAG (&tag_iostat, wait->iostat);
4023   RESOLVE_TAG (&tag_id, wait->id);
4024
4025   if (gfc_reference_st_label (wait->err, ST_LABEL_TARGET) == FAILURE)
4026     return FAILURE;
4027   
4028   if (gfc_reference_st_label (wait->end, ST_LABEL_TARGET) == FAILURE)
4029     return FAILURE;
4030
4031   return SUCCESS;
4032 }
4033
4034 /* Match an element of a WAIT statement.  */
4035
4036 #define RETM   if (m != MATCH_NO) return m;
4037
4038 static match
4039 match_wait_element (gfc_wait *wait)
4040 {
4041   match m;
4042
4043   m = match_etag (&tag_unit, &wait->unit);
4044   RETM m = match_ltag (&tag_err, &wait->err);
4045   RETM m = match_ltag (&tag_end, &wait->eor);
4046   RETM m = match_ltag (&tag_eor, &wait->end);
4047   RETM m = match_out_tag (&tag_iomsg, &wait->iomsg);
4048   RETM m = match_out_tag (&tag_iostat, &wait->iostat);
4049   RETM m = match_etag (&tag_id, &wait->id);
4050   RETM return MATCH_NO;
4051 }
4052
4053 #undef RETM
4054
4055
4056 match
4057 gfc_match_wait (void)
4058 {
4059   gfc_wait *wait;
4060   match m;
4061   locus loc;
4062
4063   m = gfc_match_char ('(');
4064   if (m == MATCH_NO)
4065     return m;
4066
4067   wait = XCNEW (gfc_wait);
4068
4069   loc = gfc_current_locus;
4070
4071   m = match_wait_element (wait);
4072   if (m == MATCH_ERROR)
4073     goto cleanup;
4074   if (m == MATCH_NO)
4075     {
4076       m = gfc_match_expr (&wait->unit);
4077       if (m == MATCH_ERROR)
4078         goto cleanup;
4079       if (m == MATCH_NO)
4080         goto syntax;
4081     }
4082
4083   for (;;)
4084     {
4085       if (gfc_match_char (')') == MATCH_YES)
4086         break;
4087       if (gfc_match_char (',') != MATCH_YES)
4088         goto syntax;
4089
4090       m = match_wait_element (wait);
4091       if (m == MATCH_ERROR)
4092         goto cleanup;
4093       if (m == MATCH_NO)
4094         goto syntax;
4095     }
4096
4097   if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: WAIT at %C "
4098           "not allowed in Fortran 95") == FAILURE)
4099     goto cleanup;
4100
4101   if (gfc_pure (NULL))
4102     {
4103       gfc_error ("WAIT statement not allowed in PURE procedure at %C");
4104       goto cleanup;
4105     }
4106
4107   new_st.op = EXEC_WAIT;
4108   new_st.ext.wait = wait;
4109
4110   return MATCH_YES;
4111
4112 syntax:
4113   gfc_syntax_error (ST_WAIT);
4114
4115 cleanup:
4116   gfc_free_wait (wait);
4117   return MATCH_ERROR;
4118 }