public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/18568] pointers in derived data types do not transmit shape of pointed to arrays - bug or non-standard feature?
       [not found] <bug-18568-9236@http.gcc.gnu.org/bugzilla/>
@ 2005-10-05 21:38 ` erik dot edelmann at iki dot fi
  2005-10-06 15:44 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: erik dot edelmann at iki dot fi @ 2005-10-05 21:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from erik dot edelmann at iki dot fi  2005-10-05 21:38 -------
Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00171.html


-- 

erik dot edelmann at iki dot fi changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |erik dot edelmann at iki dot
                   |                            |fi


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


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

* [Bug fortran/18568] pointers in derived data types do not transmit shape of pointed to arrays - bug or non-standard feature?
       [not found] <bug-18568-9236@http.gcc.gnu.org/bugzilla/>
  2005-10-05 21:38 ` [Bug fortran/18568] pointers in derived data types do not transmit shape of pointed to arrays - bug or non-standard feature? erik dot edelmann at iki dot fi
@ 2005-10-06 15:44 ` cvs-commit at gcc dot gnu dot org
  2005-10-06 16:03 ` cvs-commit at gcc dot gnu dot org
  2005-10-06 16:04 ` tobi at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-06 15:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from cvs-commit at gcc dot gnu dot org  2005-10-06 15:44 -------
Subject: Bug 18568

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     tobi@gcc.gnu.org        2005-10-06 15:44:02

Modified files:
        gcc/fortran    : ChangeLog resolve.c 
        gcc/testsuite  : ChangeLog 
Added files:
        gcc/testsuite/gfortran.dg: der_pointer_3.f90 

Log message:
        2005-10-07  Erik Edelmann  <erik.edelmann@iki.fi>
        fortran/
        PR 18568
        * resolve.c (find_array_spec): Search through the list of
        components in the symbol of the type instead of the symbol of the
        variable.
        testsuite/
        PR 18568
        * gfortran.dg/der_pointer_3.f90: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.576&r2=1.577
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/resolve.c.diff?cvsroot=gcc&r1=1.57&r2=1.58
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.6144&r2=1.6145
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/der_pointer_3.f90.diff?cvsroot=gcc&r1=NONE&r2=1.1


-- 


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


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

* [Bug fortran/18568] pointers in derived data types do not transmit shape of pointed to arrays - bug or non-standard feature?
       [not found] <bug-18568-9236@http.gcc.gnu.org/bugzilla/>
  2005-10-05 21:38 ` [Bug fortran/18568] pointers in derived data types do not transmit shape of pointed to arrays - bug or non-standard feature? erik dot edelmann at iki dot fi
  2005-10-06 15:44 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-06 16:03 ` cvs-commit at gcc dot gnu dot org
  2005-10-06 16:04 ` tobi at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-06 16:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from cvs-commit at gcc dot gnu dot org  2005-10-06 16:03 -------
Subject: Bug 18568

CVSROOT:        /cvs/gcc
Module name:    gcc
Branch:         gcc-4_0-branch
Changes by:     tobi@gcc.gnu.org        2005-10-06 16:03:30

Modified files:
        gcc/fortran    : ChangeLog resolve.c 
        gcc/testsuite  : ChangeLog 
Added files:
        gcc/testsuite/gfortran.dg: der_pointer_3.f90 

Log message:
        2005-10-07  Erik Edelmann  <erik.edelmann@iki.fi>
        fortran/
        PR 18568
        * resolve.c (find_array_spec): Search through the list of
        components in the symbol of the type instead of the symbol of the
        variable.
        testsuite/
        PR 18568
        * gfortran.dg/der_pointer_3.f90: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.335.2.125&r2=1.335.2.126
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/resolve.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.34.2.16&r2=1.34.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.432&r2=1.5084.2.433
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/der_pointer_3.f90.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1


-- 


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


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

* [Bug fortran/18568] pointers in derived data types do not transmit shape of pointed to arrays - bug or non-standard feature?
       [not found] <bug-18568-9236@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-10-06 16:03 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-06 16:04 ` tobi at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tobi at gcc dot gnu dot org @ 2005-10-06 16:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from tobi at gcc dot gnu dot org  2005-10-06 16:04 -------
Fixed with Erik's patch.


-- 

tobi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobi at gcc dot gnu dot org
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.3


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


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

* [Bug fortran/18568] pointers in derived data types do not transmit shape of pointed to arrays - bug or non-standard feature?
  2004-11-19 16:02 [Bug fortran/18568] New: " paul dot richard dot thomas at cea dot fr
@ 2004-11-19 18:09 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-19 18:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-19 18:09 -------
Confirmed, reduced testcase:
        MODULE ints
           type, PUBLIC                           ::      bar
              integer,pointer                     ::      th(:)
           end type bar
        CONTAINS
           FUNCTION foo(b)
              TYPE( bar ),INTENT(IN)              ::      b
              integer                             ::      foo(size(b%th )  )
           end function foo
        END MODULE ints
        program size_test
          use ints
        end program size_test

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code, rejects-
                   |                            |valid
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-19 18:09:19
               date|                            |


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


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

end of thread, other threads:[~2005-10-06 16:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-18568-9236@http.gcc.gnu.org/bugzilla/>
2005-10-05 21:38 ` [Bug fortran/18568] pointers in derived data types do not transmit shape of pointed to arrays - bug or non-standard feature? erik dot edelmann at iki dot fi
2005-10-06 15:44 ` cvs-commit at gcc dot gnu dot org
2005-10-06 16:03 ` cvs-commit at gcc dot gnu dot org
2005-10-06 16:04 ` tobi at gcc dot gnu dot org
2004-11-19 16:02 [Bug fortran/18568] New: " paul dot richard dot thomas at cea dot fr
2004-11-19 18:09 ` [Bug fortran/18568] " pinskia 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).