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/30681] "obsolescent" vs. "obsolete"



------- Comment #1 from vivekrao4 at yahoo dot com  2007-02-05 14:05 -------
Compiling the code above with

gfortran -std=f2003 

gives

 In file xarithmetic_if.f90:5

if (i) 10,20,30
              1
Error: Obsolete: arithmetic IF statement at (1)

which is incorrect, because the arithmetic IF is part of standard Fortran 2003
and 95.


-- 

vivekrao4 at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|"obsolescent" vs. "obsolete"|"obsolescent" vs. "obsolete"


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


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