public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/50548] New: gfortran -fcheck=all  run time would be nice to detect different shapes
@ 2011-09-28  9:08 zeccav at gmail dot com
  2013-06-12  9:43 ` [Bug fortran/50548] " dominiq at lps dot ens.fr
  2013-09-03 12:42 ` tkoenig at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: zeccav at gmail dot com @ 2011-09-28  9:08 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50548
           Summary: gfortran -fcheck=all  run time would be nice to detect
                    different shapes
    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 -fcheck=all  run time would be nice to detect different shapes
      type t
       character,pointer :: c(:)
      end type
      type(t) :: u
      allocate(u%c(1))
      u%c(1)='q'
      if(all(u%c==(/'q','w'/))) stop 'error' ! here
      end


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

* [Bug fortran/50548] gfortran -fcheck=all  run time would be nice to detect different shapes
  2011-09-28  9:08 [Bug fortran/50548] New: gfortran -fcheck=all run time would be nice to detect different shapes zeccav at gmail dot com
@ 2013-06-12  9:43 ` dominiq at lps dot ens.fr
  2013-09-03 12:42 ` tkoenig at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-06-12  9:43 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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


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

* [Bug fortran/50548] gfortran -fcheck=all  run time would be nice to detect different shapes
  2011-09-28  9:08 [Bug fortran/50548] New: gfortran -fcheck=all run time would be nice to detect different shapes zeccav at gmail dot com
  2013-06-12  9:43 ` [Bug fortran/50548] " dominiq at lps dot ens.fr
@ 2013-09-03 12:42 ` tkoenig at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2013-09-03 12:42 UTC (permalink / raw)
  To: gcc-bugs

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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |tkoenig at gcc dot gnu.org
         Resolution|---                         |DUPLICATE

--- Comment #2 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Dup of 33906.

*** This bug has been marked as a duplicate of bug 33906 ***


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

end of thread, other threads:[~2013-09-03 12:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-28  9:08 [Bug fortran/50548] New: gfortran -fcheck=all run time would be nice to detect different shapes zeccav at gmail dot com
2013-06-12  9:43 ` [Bug fortran/50548] " dominiq at lps dot ens.fr
2013-09-03 12:42 ` tkoenig at gcc dot gnu.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).