--- 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
--- 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
--- 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
--- 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
--- 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
--- 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/
--- 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/
--- 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
--- 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/
--- 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
--- 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:
--
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
--- 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
--- 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
--- 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
15 matches
Mail list logo