------- Comment #7 from dominiq at lps dot ens dot fr 2008-10-20 08:56 -------
With ifort (IFORT) 10.1 20070913, I get:
fortcom: Error: pr35971_red.f90, line 11: Syntax error, found IDENTIFIER
'INTERFACE' when expecting one of: => = . ( : %
abstract interface
------------^
fortcom: Error: pr35971_red.f90, line 14: This statement is permitted only in
an INTERFACE block
import my_message
---------^
fortcom: Error: pr35971_red.f90, line 11: This statement must not appear in the
specification part of a module
abstract interface
---^
fortcom: Error: pr35971_red.f90, line 11: A specification statement cannot
appear in the executable section.
abstract interface
------------^
... a lot of errors.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36463