public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/20592] New: -fno-automatic (g77 option) is missing from gfortran.
@ 2005-03-22 18:37 Thomas dot Koenig at online dot de
  2005-03-22 18:39 ` [Bug fortran/20592] " Thomas dot Koenig at online dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Thomas dot Koenig at online dot de @ 2005-03-22 18:37 UTC (permalink / raw)
  To: gcc-bugs

Currently, we don't support the -fno-automatic option
that g77 supports. This option turns on the save attribute for
all local variables, and is needed for a lot of legacy code.

Thomas

-- 
           Summary: -fno-automatic (g77 option) is missing from gfortran.
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Thomas dot Koenig at online dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug fortran/20592] -fno-automatic (g77 option) is missing from gfortran.
  2005-03-22 18:37 [Bug fortran/20592] New: -fno-automatic (g77 option) is missing from gfortran Thomas dot Koenig at online dot de
@ 2005-03-22 18:39 ` Thomas dot Koenig at online dot de
  2005-03-22 18:53 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Thomas dot Koenig at online dot de @ 2005-03-22 18:39 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |19292
              nThis|                            |
           Severity|normal                      |enhancement


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


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

* [Bug fortran/20592] -fno-automatic (g77 option) is missing from gfortran.
  2005-03-22 18:37 [Bug fortran/20592] New: -fno-automatic (g77 option) is missing from gfortran Thomas dot Koenig at online dot de
  2005-03-22 18:39 ` [Bug fortran/20592] " Thomas dot Koenig at online dot de
@ 2005-03-22 18:53 ` pinskia at gcc dot gnu dot org
  2005-08-31 12:40 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-22 18:53 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-22 18:53:37
               date|                            |


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


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

* [Bug fortran/20592] -fno-automatic (g77 option) is missing from gfortran.
  2005-03-22 18:37 [Bug fortran/20592] New: -fno-automatic (g77 option) is missing from gfortran Thomas dot Koenig at online dot de
  2005-03-22 18:39 ` [Bug fortran/20592] " Thomas dot Koenig at online dot de
  2005-03-22 18:53 ` pinskia at gcc dot gnu dot org
@ 2005-08-31 12:40 ` cvs-commit at gcc dot gnu dot org
  2005-08-31 12:42 ` cvs-commit at gcc dot gnu dot org
  2005-08-31 12:42 ` fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-08-31 12:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-31 12:36 -------
Subject: Bug 20592

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	fxcoudert@gcc.gnu.org	2005-08-31 12:31:36

Modified files:
	gcc/fortran    : ChangeLog gfortran.h invoke.texi lang.opt 
	                 options.c resolve.c 

Log message:
	PR fortran/20592
	* gfortran.h (gfc_option_t): Add flag_automatic.
	* invoke.texi: Document the -fno-automatic option.
	* lang.opt: Add a -fautomatic option.
	* options.c (gfc_init_options): Default for -fautomatic is on.
	(gfc_handle_option): Add handling of -fautomatic option.
	* resolve.c (gfc_resolve): When -fno-automatic is used, mark
	needed variables as SAVE.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.534&r2=1.535
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/gfortran.h.diff?cvsroot=gcc&r1=1.83&r2=1.84
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/invoke.texi.diff?cvsroot=gcc&r1=1.20&r2=1.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/lang.opt.diff?cvsroot=gcc&r1=1.17&r2=1.18
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/options.c.diff?cvsroot=gcc&r1=1.23&r2=1.24
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/resolve.c.diff?cvsroot=gcc&r1=1.51&r2=1.52



-- 


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


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

* [Bug fortran/20592] -fno-automatic (g77 option) is missing from gfortran.
  2005-03-22 18:37 [Bug fortran/20592] New: -fno-automatic (g77 option) is missing from gfortran Thomas dot Koenig at online dot de
                   ` (2 preceding siblings ...)
  2005-08-31 12:40 ` cvs-commit at gcc dot gnu dot org
@ 2005-08-31 12:42 ` cvs-commit at gcc dot gnu dot org
  2005-08-31 12:42 ` fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-08-31 12:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-31 12:40 -------
Subject: Bug 20592

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	fxcoudert@gcc.gnu.org	2005-08-31 12:39:29

Modified files:
	gcc/fortran    : ChangeLog gfortran.h invoke.texi lang.opt 
	                 options.c resolve.c 

Log message:
	PR fortran/20592
	* gfortran.h (gfc_option_t): Add flag_automatic.
	* invoke.texi: Document the -fno-automatic option.
	* lang.opt: Add a -fautomatic option.
	* options.c (gfc_init_options): Default for -fautomatic is on.
	(gfc_handle_option): Add handling of -fautomatic option.
	* resolve.c (gfc_resolve): When -fno-automatic is used, mark
	needed variables as SAVE.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.335.2.110&r2=1.335.2.111
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/gfortran.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.58.2.15&r2=1.58.2.16
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/invoke.texi.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.7.18.8&r2=1.7.18.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/lang.opt.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.8.20.4&r2=1.8.20.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/options.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.17.8.4&r2=1.17.8.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/resolve.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.34.2.14&r2=1.34.2.15



-- 


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


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

* [Bug fortran/20592] -fno-automatic (g77 option) is missing from gfortran.
  2005-03-22 18:37 [Bug fortran/20592] New: -fno-automatic (g77 option) is missing from gfortran Thomas dot Koenig at online dot de
                   ` (3 preceding siblings ...)
  2005-08-31 12:42 ` cvs-commit at gcc dot gnu dot org
@ 2005-08-31 12:42 ` fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-08-31 12:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-08-31 12:41 -------
The -fno-automatic is now present on both branches (4.0 and mainline). Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.2


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


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

end of thread, other threads:[~2005-08-31 12:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-22 18:37 [Bug fortran/20592] New: -fno-automatic (g77 option) is missing from gfortran Thomas dot Koenig at online dot de
2005-03-22 18:39 ` [Bug fortran/20592] " Thomas dot Koenig at online dot de
2005-03-22 18:53 ` pinskia at gcc dot gnu dot org
2005-08-31 12:40 ` cvs-commit at gcc dot gnu dot org
2005-08-31 12:42 ` cvs-commit at gcc dot gnu dot org
2005-08-31 12:42 ` fxcoudert 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).