public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/61181] New: -Wunused-but-set-variable for Fortran
@ 2014-05-13 17:00 Joost.VandeVondele at mat dot ethz.ch
  2014-05-13 17:42 ` [Bug fortran/61181] " dominiq at lps dot ens.fr
  0 siblings, 1 reply; 2+ messages in thread
From: Joost.VandeVondele at mat dot ethz.ch @ 2014-05-13 17:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61181

            Bug ID: 61181
           Summary: -Wunused-but-set-variable for Fortran
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: Joost.VandeVondele at mat dot ethz.ch

I guess this is a feature request, the following code :

> cat bug.f90 
SUBROUTINE TEST(j)
 INTEGER :: i,j
 i=1
 j=0
END SUBROUTINE

does not produce a warning for i being an 'unused-but-set-variable'

> gfortran -c -Wunused-but-set-variable bug.f90


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

* [Bug fortran/61181] -Wunused-but-set-variable for Fortran
  2014-05-13 17:00 [Bug fortran/61181] New: -Wunused-but-set-variable for Fortran Joost.VandeVondele at mat dot ethz.ch
@ 2014-05-13 17:42 ` dominiq at lps dot ens.fr
  0 siblings, 0 replies; 2+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-05-13 17:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61181

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-05-13
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed from 4.6 up to trunk (4.10).


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

end of thread, other threads:[~2014-05-13 17:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-13 17:00 [Bug fortran/61181] New: -Wunused-but-set-variable for Fortran Joost.VandeVondele at mat dot ethz.ch
2014-05-13 17:42 ` [Bug fortran/61181] " dominiq at lps dot ens.fr

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