Consider the following code: ``` open(5, file='sign03.tmp', form="unformatted", sign='suppress') end ``` The standard only allows the `SIGN=` specifier on formatted I/O as: ``` The SIGN= specifier is permitted only for a connection for formatted input/output. ``` This case should be diagnosed.