public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/12912] New: gfortran does not compile .f (f77) fortran files
@ 2003-11-05 16:53 wcohen at redhat dot com
  2003-11-05 16:59 ` [Bug driver/12912] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: wcohen at redhat dot com @ 2003-11-05 16:53 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12912

           Summary: gfortran does not compile .f (f77) fortran files
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wcohen at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-redhat-linux
GCC target triplet: ia64-redhat-linux

When one tries to compile a f77 program with a .f extension the gfortran returns
an error messages along the lines of the following:

gfortran: dcabs1.f: Fortran compiler not installed on this system

This problem appears to occur with any file with .f and is inpendent of the
host/target triplets.


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

* [Bug driver/12912] gfortran does not compile .f (f77) fortran files
  2003-11-05 16:53 [Bug fortran/12912] New: gfortran does not compile .f (f77) fortran files wcohen at redhat dot com
@ 2003-11-05 16:59 ` pinskia at gcc dot gnu dot org
  2003-12-01  4:06 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-05 16:59 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12912


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
          Component|fortran                     |driver
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-05 16:59:09
               date|                            |
   Target Milestone|---                         |tree-ssa


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-05 16:59 -------
Confirmed, as a workaround use "-x f95" right after gfortran, this is a driver problem.


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

* [Bug driver/12912] gfortran does not compile .f (f77) fortran files
  2003-11-05 16:53 [Bug fortran/12912] New: gfortran does not compile .f (f77) fortran files wcohen at redhat dot com
  2003-11-05 16:59 ` [Bug driver/12912] " pinskia at gcc dot gnu dot org
@ 2003-12-01  4:06 ` pinskia at gcc dot gnu dot org
  2003-12-01 16:51 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-01  4:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-01 04:06 -------
Yes that is the patch which should fix this problem, can you send it to gcc-patches@gcc.gnu.org 
and fortran@gcc.gnu.org with a changelog?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12912


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

* [Bug driver/12912] gfortran does not compile .f (f77) fortran files
  2003-11-05 16:53 [Bug fortran/12912] New: gfortran does not compile .f (f77) fortran files wcohen at redhat dot com
  2003-11-05 16:59 ` [Bug driver/12912] " pinskia at gcc dot gnu dot org
  2003-12-01  4:06 ` pinskia at gcc dot gnu dot org
@ 2003-12-01 16:51 ` pinskia at gcc dot gnu dot org
  2003-12-01 17:59 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-01 16:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-01 16:51 -------
*** Bug 13261 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dann at godzilla dot ics dot
                   |                            |uci dot edu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12912


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

* [Bug driver/12912] gfortran does not compile .f (f77) fortran files
  2003-11-05 16:53 [Bug fortran/12912] New: gfortran does not compile .f (f77) fortran files wcohen at redhat dot com
                   ` (2 preceding siblings ...)
  2003-12-01 16:51 ` pinskia at gcc dot gnu dot org
@ 2003-12-01 17:59 ` pinskia at gcc dot gnu dot org
  2004-01-03 19:09 ` [Bug fortran/12912] [gfortran] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-01 17:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-01 17:59 -------
*** Bug 13263 has been marked as a duplicate of this bug. ***

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12912


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

* [Bug fortran/12912] [gfortran] does not compile .f (f77) fortran files
  2003-11-05 16:53 [Bug fortran/12912] New: gfortran does not compile .f (f77) fortran files wcohen at redhat dot com
                   ` (3 preceding siblings ...)
  2003-12-01 17:59 ` pinskia at gcc dot gnu dot org
@ 2004-01-03 19:09 ` pinskia at gcc dot gnu dot org
  2004-01-13 17:34 ` cvs-commit at gcc dot gnu dot org
  2004-01-13 18:57 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-03 19:09 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
          Component|driver                      |fortran
            Summary|gfortran does not compile .f|[gfortran] does not compile
                   |(f77) fortran files         |.f (f77) fortran files


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12912


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

* [Bug fortran/12912] [gfortran] does not compile .f (f77) fortran files
  2003-11-05 16:53 [Bug fortran/12912] New: gfortran does not compile .f (f77) fortran files wcohen at redhat dot com
                   ` (4 preceding siblings ...)
  2004-01-03 19:09 ` [Bug fortran/12912] [gfortran] " pinskia at gcc dot gnu dot org
@ 2004-01-13 17:34 ` cvs-commit at gcc dot gnu dot org
  2004-01-13 18:57 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-13 17:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-13 17:34 -------
Subject: Bug 12912

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-ssa-20020619-branch
Changes by:	toon@gcc.gnu.org	2004-01-13 17:34:36

Modified files:
	gcc/fortran    : ChangeLog lang-specs.h 

Log message:
	2004-01-13  Toon Moene  <toon@moene.indiv.nluug.nl>
	
	PR fortran/12912
	* lang-specs.h: Enable compilation of files ending
	in .f, .for and .FOR.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.114&r2=1.1.2.115
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/lang-specs.h.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.1&r2=1.1.2.2



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12912


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

* [Bug fortran/12912] [gfortran] does not compile .f (f77) fortran files
  2003-11-05 16:53 [Bug fortran/12912] New: gfortran does not compile .f (f77) fortran files wcohen at redhat dot com
                   ` (5 preceding siblings ...)
  2004-01-13 17:34 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-13 18:57 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-13 18:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-13 18:57 -------
Fixed for tree-ssa.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12912


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

end of thread, other threads:[~2004-01-13 18:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-05 16:53 [Bug fortran/12912] New: gfortran does not compile .f (f77) fortran files wcohen at redhat dot com
2003-11-05 16:59 ` [Bug driver/12912] " pinskia at gcc dot gnu dot org
2003-12-01  4:06 ` pinskia at gcc dot gnu dot org
2003-12-01 16:51 ` pinskia at gcc dot gnu dot org
2003-12-01 17:59 ` pinskia at gcc dot gnu dot org
2004-01-03 19:09 ` [Bug fortran/12912] [gfortran] " pinskia at gcc dot gnu dot org
2004-01-13 17:34 ` cvs-commit at gcc dot gnu dot org
2004-01-13 18:57 ` pinskia at gcc dot gnu dot org

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).