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/36534] Bogus: '__convert_s1_s4' at (1) is obsolescent in fortran 95



------- Comment #11 from dfranke at gcc dot gnu dot org  2010-05-02 14:31 -------
Assuming PR37173 is correct, isn't this example invalid anyway (as already
noted by Tobias in #4)?

Instead, it should probably be written as:
  CHARACTER (kind=4,len=*) MY_STRING4(1:3)
  PARAMETER ( MY_STRING4 = (/ 4_"A" , 4_"B", 4_"C" /) )
END


-- 

dfranke at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dfranke at gcc dot gnu dot
                   |                            |org
  BugsThisDependsOn|                            |37173


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


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