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/20248] gfortran: intrinsics and std=f95, inconsistency with other compilers


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-28 13:39 -------
This is expected behavor because iargc is non standard and we turn off non standard intrisics with 
-std=f95 (kinda like what gcc does for non stanadard builtins) and that iargc is not _iargc really but 
_gfortran_iargc.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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