[Bug fortran/38024] possibly syntax erros with Fortran 95

2008-11-05 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2008-11-05 19:49 --- Yang has acknowledge that a syntax error was present in the code. -- kargl at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/38024] possibly syntax erros with Fortran 95

2008-11-05 Thread successful dot jiang at gmail dot com
--- Comment #5 from successful dot jiang at gmail dot com 2008-11-05 19:34 --- hi there, thanks for your reply. i just solve it out as kargl said. DATA is a type of pointer that points to my defined TYPE data structure. thanks -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38024

[Bug fortran/38024] possibly syntax erros with Fortran 95

2008-11-05 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2008-11-05 18:57 --- (In reply to comment #2) > Data is a fortran keyword. Fortran has no reserved keyword system like C, you can happily define variables with names such as PRINT, INTEGER, DO, etc. (Though I suggest not to name a variab