[Bug fortran/39670] dollar sign in entities is not recognized when it is first symbol

2009-04-08 Thread anickol at yahoo dot com
--- Comment #9 from anickol at yahoo dot com 2009-04-08 07:39 --- Update regarding implicit rules: FORTRAN 77 standard clearly says that: "A first letter of I, J, K, L, M, or N implies type integer and ANY OTHER letter implies type real" FORTRAN 66 standard has similar

[Bug fortran/39670] dollar sign in entities is not recognized when it is first symbol

2009-04-08 Thread anickol at yahoo dot com
--- Comment #8 from anickol at yahoo dot com 2009-04-08 07:12 --- >One of the questions which immediately come up, >which data type is $foo (implicit typing) One interpretation of implicit typing of Fortran is: I-N are integers, everything else is real. >I think the issue ha

[Bug fortran/39670] dollar sign in entities is not recognized when it is first symbol

2009-04-07 Thread anickol at yahoo dot com
--- Comment #2 from anickol at yahoo dot com 2009-04-07 08:59 --- 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 o

[Bug fortran/39670] New: dollar sign in entities is not recognized when it is first symbol

2009-04-07 Thread anickol at yahoo dot com
: anickol at yahoo dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39670