public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/41860]  New: -finit-local-XXX clobbers -fno-automatic
@ 2009-10-28 22:35 jb at gcc dot gnu dot org
  2009-10-28 23:07 ` [Bug fortran/41860] " steven at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jb at gcc dot gnu dot org @ 2009-10-28 22:35 UTC (permalink / raw)
  To: gcc-bugs

See the thread at

http://gcc.gnu.org/ml/fortran/2009-10/msg00217.html


-- 
           Summary: -finit-local-XXX clobbers -fno-automatic
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jb at gcc dot gnu dot org


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


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

* [Bug fortran/41860] -finit-local-XXX clobbers -fno-automatic
  2009-10-28 22:35 [Bug fortran/41860] New: -finit-local-XXX clobbers -fno-automatic jb at gcc dot gnu dot org
@ 2009-10-28 23:07 ` steven at gcc dot gnu dot org
  2009-10-28 23:25 ` jb at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: steven at gcc dot gnu dot org @ 2009-10-28 23:07 UTC (permalink / raw)
  To: gcc-bugs



-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-10-28 23:07:33
               date|                            |


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


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

* [Bug fortran/41860] -finit-local-XXX clobbers -fno-automatic
  2009-10-28 22:35 [Bug fortran/41860] New: -finit-local-XXX clobbers -fno-automatic jb at gcc dot gnu dot org
  2009-10-28 23:07 ` [Bug fortran/41860] " steven at gcc dot gnu dot org
@ 2009-10-28 23:25 ` jb at gcc dot gnu dot org
  2009-10-28 23:27 ` jb at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jb at gcc dot gnu dot org @ 2009-10-28 23:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jb at gcc dot gnu dot org  2009-10-28 23:25 -------
Subject: Bug 41860

Author: jb
Date: Wed Oct 28 23:25:08 2009
New Revision: 153689

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153689
Log:
PR fortran/41860 Treat vars as save with -fno-automatic

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/resolve.c


-- 


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


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

* [Bug fortran/41860] -finit-local-XXX clobbers -fno-automatic
  2009-10-28 22:35 [Bug fortran/41860] New: -finit-local-XXX clobbers -fno-automatic jb at gcc dot gnu dot org
  2009-10-28 23:07 ` [Bug fortran/41860] " steven at gcc dot gnu dot org
  2009-10-28 23:25 ` jb at gcc dot gnu dot org
@ 2009-10-28 23:27 ` jb at gcc dot gnu dot org
  2009-11-23 22:02 ` jb at gcc dot gnu dot org
  2009-12-03 21:19 ` burnus at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jb at gcc dot gnu dot org @ 2009-10-28 23:27 UTC (permalink / raw)
  To: gcc-bugs



-- 

jb at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jb at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2009-10-28 23:07:33         |2009-10-28 23:27:33
               date|                            |


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


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

* [Bug fortran/41860] -finit-local-XXX clobbers -fno-automatic
  2009-10-28 22:35 [Bug fortran/41860] New: -finit-local-XXX clobbers -fno-automatic jb at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-10-28 23:27 ` jb at gcc dot gnu dot org
@ 2009-11-23 22:02 ` jb at gcc dot gnu dot org
  2009-12-03 21:19 ` burnus at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jb at gcc dot gnu dot org @ 2009-11-23 22:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jb at gcc dot gnu dot org  2009-11-23 22:01 -------
Closing as fixed, as no complaints about the committed patch have surfaced.


-- 

jb at gcc dot gnu dot org changed:

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


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


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

* [Bug fortran/41860] -finit-local-XXX clobbers -fno-automatic
  2009-10-28 22:35 [Bug fortran/41860] New: -finit-local-XXX clobbers -fno-automatic jb at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-11-23 22:02 ` jb at gcc dot gnu dot org
@ 2009-12-03 21:19 ` burnus at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: burnus at gcc dot gnu dot org @ 2009-12-03 21:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from burnus at gcc dot gnu dot org  2009-12-03 21:19 -------
*** Bug 42267 has been marked as a duplicate of this bug. ***


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bdavis at gcc dot gnu dot
                   |                            |org


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


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

end of thread, other threads:[~2009-12-03 21:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-28 22:35 [Bug fortran/41860] New: -finit-local-XXX clobbers -fno-automatic jb at gcc dot gnu dot org
2009-10-28 23:07 ` [Bug fortran/41860] " steven at gcc dot gnu dot org
2009-10-28 23:25 ` jb at gcc dot gnu dot org
2009-10-28 23:27 ` jb at gcc dot gnu dot org
2009-11-23 22:02 ` jb at gcc dot gnu dot org
2009-12-03 21:19 ` burnus 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).