This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/58307] Bogus error 'Function requires an argument list'


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58307

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-09-03
     Ever confirmed|0                           |1

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
4.6.4 gives

Error: Syntax error in structure constructor at (1)

and 4.7.3

Error: Function 'point' requires an argument list at (1)

Would you expect an error of the kind

Error: Parameter 'point' at (1) has not been declared or is a variable, which
does not reduce to a constant expression

?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]