summaryrefslogtreecommitdiff
path: root/gcc/fortran/ioparm.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/ioparm.def')
-rw-r--r--gcc/fortran/ioparm.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/ioparm.def b/gcc/fortran/ioparm.def
index 9789dd164ae..ca5631b9cd9 100644
--- a/gcc/fortran/ioparm.def
+++ b/gcc/fortran/ioparm.def
@@ -82,7 +82,7 @@ IOPARM (inquire, read, 1 << 27, char2)
IOPARM (inquire, write, 1 << 28, char1)
IOPARM (inquire, readwrite, 1 << 29, char2)
IOPARM (inquire, convert, 1 << 30, char1)
-IOPARM (inquire, flags2, 1 << 31, int4)
+IOPARM (inquire, flags2, 1U << 31, int4)
IOPARM (inquire, asynchronous, 1 << 0, char1)
IOPARM (inquire, decimal, 1 << 1, char2)
IOPARM (inquire, encoding, 1 << 2, char1)