OSDN Git Service

fix ChangeLog entries for previous commits
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ioparm.def
index ddef693..5ccd869 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 2005, 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2005, 2006, 2008, 2010
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -49,6 +50,7 @@ IOPARM (open,    encoding,    1 << 19, char1)
 IOPARM (open,    round,                1 << 20, char2)
 IOPARM (open,    sign,         1 << 21, char1)
 IOPARM (open,    asynchronous, 1 << 22, char2)
+IOPARM (open,    newunit,      1 << 23, pint4)
 IOPARM (close,   common,       0,       common)
 IOPARM (close,   status,       1 << 7,  char1)
 IOPARM (filepos, common,       0,       common)
@@ -84,7 +86,7 @@ IOPARM (inquire, encoding,    1 << 2,  char1)
 IOPARM (inquire, round,                1 << 3,  char2)
 IOPARM (inquire, sign,         1 << 4,  char1)
 IOPARM (inquire, pending,      1 << 5,  pint4)
-IOPARM (inquire, size,         1 << 6,  pint4)
+IOPARM (inquire, size,         1 << 6,  pintio)
 IOPARM (inquire, id,           1 << 7,  pint4)
 IOPARM (wait,    common,       0,       common)
 IOPARM (wait,    id,           1 << 7,  pint4)