public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC/Fortran 90/95 questions
@ 2001-11-23  4:04 Tariq D. Aslam
  2001-11-24  7:44 ` Andrea 'Fyre Wyzard' Bocci
  2001-11-30  9:35 ` Tariq D. Aslam
  0 siblings, 2 replies; 8+ messages in thread
From: Tariq D. Aslam @ 2001-11-23  4:04 UTC (permalink / raw)
  To: gcc

GCC team,

I have a couple of questions regarding the gcc(3.0.2) compiler collection:

1) Can I gcc a Fortran 77 code, since supports several languages?

2) Does gcc support f90 or f95?  If not is there any GNU compiler that
does, are any expected to be in the future?

Thanks a lot, Tariq Aslam

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GCC/Fortran 90/95 questions
  2001-11-23  4:04 GCC/Fortran 90/95 questions Tariq D. Aslam
@ 2001-11-24  7:44 ` Andrea 'Fyre Wyzard' Bocci
  2001-11-30 16:57   ` Andrea 'Fyre Wyzard' Bocci
  2001-11-30  9:35 ` Tariq D. Aslam
  1 sibling, 1 reply; 8+ messages in thread
From: Andrea 'Fyre Wyzard' Bocci @ 2001-11-24  7:44 UTC (permalink / raw)
  To: Tariq D. Aslam, gcc

At 10.29 30/11/01 (GMT -0700), Tariq D. Aslam wrote:
>GCC team,
>
>I have a couple of questions regarding the gcc(3.0.2) compiler collection:
>
>1) Can I gcc a Fortran 77 code, since supports several languages?

g77 is part of gcc, and I will do the job for Fortran 77 code, I guess.

>2) Does gcc support f90 or f95?  If not is there any GNU compiler that
>does, are any expected to be in the future?
>
>Thanks a lot, Tariq Aslam

fwyzard


^ permalink raw reply	[flat|nested] 8+ messages in thread

* GCC/Fortran 90/95 questions
  2001-11-23  4:04 GCC/Fortran 90/95 questions Tariq D. Aslam
  2001-11-24  7:44 ` Andrea 'Fyre Wyzard' Bocci
@ 2001-11-30  9:35 ` Tariq D. Aslam
  1 sibling, 0 replies; 8+ messages in thread
From: Tariq D. Aslam @ 2001-11-30  9:35 UTC (permalink / raw)
  To: gcc

GCC team,

I have a couple of questions regarding the gcc(3.0.2) compiler collection:

1) Can I gcc a Fortran 77 code, since supports several languages?

2) Does gcc support f90 or f95?  If not is there any GNU compiler that
does, are any expected to be in the future?

Thanks a lot, Tariq Aslam

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GCC/Fortran 90/95 questions
  2001-11-24  7:44 ` Andrea 'Fyre Wyzard' Bocci
@ 2001-11-30 16:57   ` Andrea 'Fyre Wyzard' Bocci
  0 siblings, 0 replies; 8+ messages in thread
From: Andrea 'Fyre Wyzard' Bocci @ 2001-11-30 16:57 UTC (permalink / raw)
  To: Tariq D. Aslam, gcc

At 10.29 30/11/01 (GMT -0700), Tariq D. Aslam wrote:
>GCC team,
>
>I have a couple of questions regarding the gcc(3.0.2) compiler collection:
>
>1) Can I gcc a Fortran 77 code, since supports several languages?

g77 is part of gcc, and I will do the job for Fortran 77 code, I guess.

>2) Does gcc support f90 or f95?  If not is there any GNU compiler that
>does, are any expected to be in the future?
>
>Thanks a lot, Tariq Aslam

fwyzard


^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: GCC/Fortran 90/95 questions
  2001-11-24 18:27 Ron Chen
@ 2001-11-30 19:56 ` Ron Chen
  0 siblings, 0 replies; 8+ messages in thread
From: Ron Chen @ 2001-11-30 19:56 UTC (permalink / raw)
  To: aslam, gcc, Beowulf; +Cc: open64-devel

> 2) Does gcc support f90 or f95?  If not is there any

> GNU compiler that does, are any expected to be in 
> the future?

There is a compiler called open64, which is SGI's
compiler for IA64. They have a C front-end, which is
based on gcc, and they have another for f90. (I don't
know the details...)

Recently, they have ported the f90 front-end and
run-time to other compiler back-ends. Please read the
note below for details.

http://open64.sourceforge.net/

http://sourceforge.net/tracker/?group_id=34861&atid=413342

 -Ron

===========================================================
Porting open64 F90 front-end to Solaris 
This patch ports the open64 Fortran90 compiler front 
end to sparc_solaris platform. Specifically, it ports 
these three executable programs: "mfef90", "ir_tools",

and "whirl2f". ANY OTHER COMPONENT OF OPEN64 IS NOT IN

THE SCOPE OF THIS PATCH.

Tested platforms include  sparc_solaris, mips_irix and
ia32_linux, using both GNU  gcc and vendor compiler.
Makefiles, some header files  and some c/c++ source
files were modified for porting.  



__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GCC/Fortran 90/95 questions
  2001-11-23 14:50 Steven Bosscher
@ 2001-11-30 11:28 ` Steven Bosscher
  0 siblings, 0 replies; 8+ messages in thread
From: Steven Bosscher @ 2001-11-30 11:28 UTC (permalink / raw)
  To: Tariq D. Aslam; +Cc: gcc

On Friday, 30 Nov 2001 10:29:45 -0700, Tariq D. Aslam wrote
>
> GCC team,
> 
> I have a couple of questions regarding the gcc(3.0.2) compiler
> collection:
> 
> 1) Can I gcc a Fortran 77 code, since supports several languages?
> 
> 2) Does gcc support f90 or f95?  If not is there any GNU compiler that
> does, are any expected to be in the future?

A GNU Fortran 95 compiler is under development.  I don't think it will
be ready any time soon, though...

ref. http://g95.sourceforge.net

Greetz
Steven
s.bosscher@student.tudelft.nl


^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: GCC/Fortran 90/95 questions
@ 2001-11-24 18:27 Ron Chen
  2001-11-30 19:56 ` Ron Chen
  0 siblings, 1 reply; 8+ messages in thread
From: Ron Chen @ 2001-11-24 18:27 UTC (permalink / raw)
  To: aslam, gcc, Beowulf; +Cc: open64-devel


> 2) Does gcc support f90 or f95?  If not is there any

> GNU compiler that does, are any expected to be in 
> the future?

There is a compiler called open64, which is SGI's
compiler for IA64. They have a C front-end, which is
based on gcc, and they have another for f90. (I don't
know the details...)

Recently, they have ported the f90 front-end and
run-time to other compiler back-ends. Please read the
note below for details.

http://open64.sourceforge.net/

http://sourceforge.net/tracker/?group_id=34861&atid=413342

 -Ron

===========================================================
Porting open64 F90 front-end to Solaris 
This patch ports the open64 Fortran90 compiler front 
end to sparc_solaris platform. Specifically, it ports 
these three executable programs: "mfef90", "ir_tools",

and "whirl2f". ANY OTHER COMPONENT OF OPEN64 IS NOT IN

THE SCOPE OF THIS PATCH.

Tested platforms include  sparc_solaris, mips_irix and
ia32_linux, using both GNU  gcc and vendor compiler.
Makefiles, some header files  and some c/c++ source
files were modified for porting.  



__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GCC/Fortran 90/95 questions
@ 2001-11-23 14:50 Steven Bosscher
  2001-11-30 11:28 ` Steven Bosscher
  0 siblings, 1 reply; 8+ messages in thread
From: Steven Bosscher @ 2001-11-23 14:50 UTC (permalink / raw)
  To: Tariq D. Aslam; +Cc: gcc

On Friday, 30 Nov 2001 10:29:45 -0700, Tariq D. Aslam wrote
>
> GCC team,
> 
> I have a couple of questions regarding the gcc(3.0.2) compiler
> collection:
> 
> 1) Can I gcc a Fortran 77 code, since supports several languages?
> 
> 2) Does gcc support f90 or f95?  If not is there any GNU compiler that
> does, are any expected to be in the future?

A GNU Fortran 95 compiler is under development.  I don't think it will
be ready any time soon, though...

ref. http://g95.sourceforge.net

Greetz
Steven
s.bosscher@student.tudelft.nl


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-12-01  3:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-23  4:04 GCC/Fortran 90/95 questions Tariq D. Aslam
2001-11-24  7:44 ` Andrea 'Fyre Wyzard' Bocci
2001-11-30 16:57   ` Andrea 'Fyre Wyzard' Bocci
2001-11-30  9:35 ` Tariq D. Aslam
2001-11-23 14:50 Steven Bosscher
2001-11-30 11:28 ` Steven Bosscher
2001-11-24 18:27 Ron Chen
2001-11-30 19:56 ` Ron Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).