public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/50546] New: gfortran should not accept missing operator  (r178939)
@ 2011-09-28  9:06 zeccav at gmail dot com
  2013-06-22 15:19 ` [Bug fortran/50546] " dominiq at lps dot ens.fr
  0 siblings, 1 reply; 2+ messages in thread
From: zeccav at gmail dot com @ 2011-09-28  9:06 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50546
           Summary: gfortran should not accept missing operator  (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


! gfortran should not accept missing operator  (r178939)
      module m
       interface assignment(=)
       end interface
      end module
      use m, only : operator(+)
      end


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

* [Bug fortran/50546] gfortran should not accept missing operator  (r178939)
  2011-09-28  9:06 [Bug fortran/50546] New: gfortran should not accept missing operator (r178939) zeccav at gmail dot com
@ 2013-06-22 15:19 ` dominiq at lps dot ens.fr
  0 siblings, 0 replies; 2+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-06-22 15:19 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
With gfortran 4.7.3 up to trunk, I get

      use m, only : operator(+)
                   1
Error: Intrinsic operator '+' referenced at (1) not found in module 'm'

Closing as fixed. Please reopen if I am wrong.


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

end of thread, other threads:[~2013-06-22 15:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-28  9:06 [Bug fortran/50546] New: gfortran should not accept missing operator (r178939) zeccav at gmail dot com
2013-06-22 15:19 ` [Bug fortran/50546] " 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).