public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/50555] New: synonymous namelist/statement function dummy argument not allowed (r178939)
@ 2011-09-28  9:21 zeccav at gmail dot com
  2013-06-22 15:33 ` [Bug fortran/50555] " dominiq at lps dot ens.fr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: zeccav at gmail dot com @ 2011-09-28  9:21 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50555
           Summary: synonymous namelist/statement function dummy argument
                    not allowed (r178939)
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zeccav@gmail.com


! synonymous namelist/statement function dummy argument not allowed (r178939)
      namelist /i/ j
      f(i)=0
      end


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

* [Bug fortran/50555] synonymous namelist/statement function dummy argument not allowed (r178939)
  2011-09-28  9:21 [Bug fortran/50555] New: synonymous namelist/statement function dummy argument not allowed (r178939) zeccav at gmail dot com
@ 2013-06-22 15:33 ` dominiq at lps dot ens.fr
  2015-08-31 16:43 ` zeccav at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-06-22 15:33 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-06-22
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Still present at revision 200321.


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

* [Bug fortran/50555] synonymous namelist/statement function dummy argument not allowed (r178939)
  2011-09-28  9:21 [Bug fortran/50555] New: synonymous namelist/statement function dummy argument not allowed (r178939) zeccav at gmail dot com
  2013-06-22 15:33 ` [Bug fortran/50555] " dominiq at lps dot ens.fr
@ 2015-08-31 16:43 ` zeccav at gmail dot com
  2015-09-01  9:46 ` dominiq at lps dot ens.fr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: zeccav at gmail dot com @ 2015-08-31 16:43 UTC (permalink / raw)
  To: gcc-bugs

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

Vittorio Zecca <zeccav at gmail dot com> changed:

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

--- Comment #2 from Vittorio Zecca <zeccav at gmail dot com> ---
I found it fixed in 5.2.0 and maybe already in 4.8.2


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

* [Bug fortran/50555] synonymous namelist/statement function dummy argument not allowed (r178939)
  2011-09-28  9:21 [Bug fortran/50555] New: synonymous namelist/statement function dummy argument not allowed (r178939) zeccav at gmail dot com
  2013-06-22 15:33 ` [Bug fortran/50555] " dominiq at lps dot ens.fr
  2015-08-31 16:43 ` zeccav at gmail dot com
@ 2015-09-01  9:46 ` dominiq at lps dot ens.fr
  2015-09-01 14:28 ` zeccav at gmail dot com
  2015-09-01 16:42 ` dominiq at lps dot ens.fr
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-09-01  9:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> I found it fixed in 5.2.0 and maybe already in 4.8.2

Are you sure of that? I am expecting an error for the test in comment 0, but I
get none with trunk (6.0), 5.2, and 4.8:

[Book15] f90/bug% gfc pr50555.f90 
[Book15] f90/bug% gfortran pr50555.f90
[Book15] f90/bug% gfc48 pr50555.f90


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

* [Bug fortran/50555] synonymous namelist/statement function dummy argument not allowed (r178939)
  2011-09-28  9:21 [Bug fortran/50555] New: synonymous namelist/statement function dummy argument not allowed (r178939) zeccav at gmail dot com
                   ` (2 preceding siblings ...)
  2015-09-01  9:46 ` dominiq at lps dot ens.fr
@ 2015-09-01 14:28 ` zeccav at gmail dot com
  2015-09-01 16:42 ` dominiq at lps dot ens.fr
  4 siblings, 0 replies; 6+ messages in thread
From: zeccav at gmail dot com @ 2015-09-01 14:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Vittorio Zecca <zeccav at gmail dot com> ---
Sorry, you are right, the compiler should emit an error message
instead it wrongly
accepts the code. I was confused, this time the right behaviour is to
emit an error message.


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

* [Bug fortran/50555] synonymous namelist/statement function dummy argument not allowed (r178939)
  2011-09-28  9:21 [Bug fortran/50555] New: synonymous namelist/statement function dummy argument not allowed (r178939) zeccav at gmail dot com
                   ` (3 preceding siblings ...)
  2015-09-01 14:28 ` zeccav at gmail dot com
@ 2015-09-01 16:42 ` dominiq at lps dot ens.fr
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-09-01 16:42 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #5 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Per comment 4 reset to NEW.


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

end of thread, other threads:[~2015-09-01 16:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-28  9:21 [Bug fortran/50555] New: synonymous namelist/statement function dummy argument not allowed (r178939) zeccav at gmail dot com
2013-06-22 15:33 ` [Bug fortran/50555] " dominiq at lps dot ens.fr
2015-08-31 16:43 ` zeccav at gmail dot com
2015-09-01  9:46 ` dominiq at lps dot ens.fr
2015-09-01 14:28 ` zeccav at gmail dot com
2015-09-01 16:42 ` 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).