[Bug fortran/27613] compile fails with "Unclassifiable statement" error message

2009-05-26 Thread tobi at gcc dot gnu dot org
--- Comment #14 from tobi at gcc dot gnu dot org 2009-05-26 09:38 --- - you're lacking a comma before the place I asked you to add an ampersand, sorry I missed that - g95 is not gfortran - please direct beginner's questions somewhere more appropriate -- http://gcc.gnu.org/bugzilla/s

[Bug fortran/27613] compile fails with "Unclassifiable statement" error message

2009-05-26 Thread theresa dot adelt at greselius dot net
--- Comment #13 from theresa dot adelt at greselius dot net 2009-05-26 09:00 --- Subject: Re: compile fails with "Unclassifiable statement" error mess Hello! Thank you so much for answering. But I think this is not the problem. I added the '&', but thereupon appeared a syntax erro

[Bug fortran/27613] compile fails with "Unclassifiable statement" error message

2009-05-19 Thread tobi at gcc dot gnu dot org
--- Comment #12 from tobi at gcc dot gnu dot org 2009-05-19 15:55 --- Add an ampersand (&) (In reply to comment #11) > write(*,*)kandidat, ' ist nicht Teiler' & here ^^ and be sure to read the section on continuation lines in your Fo

[Bug fortran/27613] compile fails with "Unclassifiable statement" error message

2009-05-19 Thread theresa dot adelt at greselius dot net
--- Comment #11 from theresa dot adelt at greselius dot net 2009-05-19 15:45 --- Hello! I need help, too. I want to compile with g95 the following easy program: program prim ! Testet, ob eine gegebene Zahl prim integer :: kandidat, teiler, rest kandidat = 7099 do teiler = 2, kandidat

[Bug fortran/27613] compile fails with "Unclassifiable statement" error message

2006-05-28 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2006-05-28 19:56 --- Fixed in trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/27613] compile fails with "Unclassifiable statement" error message (fixed in trunk)

2006-05-28 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2006-05-28 19:51 --- Subject: Bug 27613 Author: pault Date: Sun May 28 19:50:51 2006 New Revision: 114174 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114174 Log: 2006-05-28 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/27613] compile fails with "Unclassifiable statement" error message (fixed in trunk)

2006-05-28 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-05-28 19:47 --- Subject: Bug 27613 Author: pault Date: Sun May 28 19:46:22 2006 New Revision: 114173 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114173 Log: 2006-05-28 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/27613] compile fails with "Unclassifiable statement" error message

2006-05-21 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2006-05-21 21:35 --- Subject: Bug number PR27613 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg01044.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/27613] compile fails with "Unclassifiable statement" error message

2006-05-21 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-05-21 11:53 --- Subject: Bug 27613 Author: pault Date: Sun May 21 11:53:02 2006 New Revision: 113951 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113951 Log: 2006-05-21 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/27613] compile fails with "Unclassifiable statement" error message

2006-05-18 Thread paul dot richard dot thomas at cea dot fr
--- Comment #5 from paul dot richard dot thomas at cea dot fr 2006-05-18 15:31 --- (In reply to comment #4) > Paul, I've looked at the patch and it looks ok. You don't seem to have posted > it, at least it's not in the patch tracker. Did you find any problems > associated with it? I

[Bug fortran/27613] compile fails with "Unclassifiable statement" error message

2006-05-18 Thread tobi at gcc dot gnu dot org
--- Comment #4 from tobi at gcc dot gnu dot org 2006-05-18 14:40 --- Paul, I've looked at the patch and it looks ok. You don't seem to have posted it, at least it's not in the patch tracker. Did you find any problems associated with it? -- tobi at gcc dot gnu dot org changed:

[Bug fortran/27613] compile fails with "Unclassifiable statement" error message

2006-05-15 Thread pault at gcc dot gnu dot org
-- pault at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org |dot org

[Bug fortran/27613] compile fails with "Unclassifiable statement" error message

2006-05-15 Thread paul dot richard dot thomas at cea dot fr
--- Comment #3 from paul dot richard dot thomas at cea dot fr 2006-05-15 13:59 --- Created an attachment (id=11471) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11471&action=view) Patch for the problem The attachment is a patch for the problem. The testcase is below. Regtesting

[Bug fortran/27613] compile fails with "Unclassifiable statement" error message

2006-05-14 Thread paul dot richard dot thomas at cea dot fr
--- Comment #2 from paul dot richard dot thomas at cea dot fr 2006-05-15 06:42 --- A temporary workaround is: program test integer :: stuff write(*, *) "called stuff ", stuff(1), " times" end program test recursive function stuff(n) result (tmp) integer :: tmp integer :: n

[Bug fortran/27613] compile fails with "Unclassifiable statement" error message

2006-05-14 Thread nicolasbock at gmail dot com
--- Comment #1 from nicolasbock at gmail dot com 2006-05-15 01:14 --- I would like to add the output of $ gfortran -v -save-temps test.f90 Driving: gfortran -v -save-temps test.f90 -lgfortranbegin -lgfortran -shared-libgcc Using built-in specs. Target: powerpc-apple-darwin8.6.0 Configur