[Bug 516341] Review Request: pcc - The Portable C Compiler

bugzilla at redhat.com bugzilla at redhat.com
Tue Aug 11 16:53:56 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=516341





--- Comment #9 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-08-11 12:53:55 EDT ---
I've compiled the F77 frontend and library, but I can't get the frontend to
work. When trying to compile a simple Hello World program

       program hello_world
       implicit none
c
       character*32 text
c
       text = 'Hello World'
       write (*,*) text
c
       end


I get

$ pcc-f77 helloworld.f 
helloworld.f:
   MAIN hello:
Error on line 1 of helloworld.f: syntax error
Error on line 2 of helloworld.f: syntax error
Error.  No assembly.

so I don't think there's any idea in shipping the F77 stuff. (Now I think I
read somewhere some time ago that it doesn't work.)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list