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/39670] dollar sign in entities is not recognized when it is first symbol



------- Comment #6 from kargl at gcc dot gnu dot org  2009-04-07 14:46 -------
(In reply to comment #2)
> As I already said, I have code, being compiled with MS Fortran, that has
> a lot of variable names starting with $. MS Fortran allows it.
> 
> My personal opinion is that the Fortran compiler's primary use is support
> of the legacy code. That means that the implementation of any extension 
> or even strange behaviour of existing compilers could be useful and will
> save hours of hard work. Forcing standards on existing code is illogical.

In other words, you want to shift the hard work of implementing all
of these extensions on the compiler writer.  Sorry, but is illogical
particular when there is only 5 or so people writing the compiler 
when they can some up with some free time.

Learn how to use sed and globally replace $ with whatever string 
you want.


-- 


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


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