[Bug fortran/20248] gfortran: intrinsics and std=f95, inconsistency with other compilers

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Feb 28 20:09:00 GMT 2005


------- 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



More information about the Gcc-bugs mailing list