public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/24092] ICE in trans-types.c for nested derived types
       [not found] <bug-24092-10374@http.gcc.gnu.org/bugzilla/>
@ 2005-10-12 20:41 ` cvs-commit at gcc dot gnu dot org
  2005-10-14  4:53 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-12 20:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from cvs-commit at gcc dot gnu dot org  2005-10-12 20:41 -------
Subject: Bug 24092

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     pault@gcc.gnu.org       2005-10-12 20:41:29

Modified files:
        gcc/fortran    : trans-types.c ChangeLog 
        gcc/testsuite  : ChangeLog 
Added files:
        gcc/testsuite/gfortran.dg: derived_pointer_recursion.f90 

Log message:
        2005-10-12  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/24092
        * trans-types.c (gfc_get_derived_type): Insert code to obtain backend
        declaration for derived types, building if necessary.  Return the
        derived type if the fields have been built by this process.  Otherwise,
        continue as before but using the already obtained backend_decls for the
        derived type components.  Change the gcc_assert to act on the field.

        2005-10-10  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/24092
        * gfortran.dg/derived_pointer_recursion.f90: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-types.c.diff?cvsroot=gcc&r1=1.52&r2=1.53
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.584&r2=1.585
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/derived_pointer_recursion.f90.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.6182&r2=1.6183


-- 


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


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

* [Bug fortran/24092] ICE in trans-types.c for nested derived types
       [not found] <bug-24092-10374@http.gcc.gnu.org/bugzilla/>
  2005-10-12 20:41 ` [Bug fortran/24092] ICE in trans-types.c for nested derived types cvs-commit at gcc dot gnu dot org
@ 2005-10-14  4:53 ` cvs-commit at gcc dot gnu dot org
  2005-10-14 13:09 ` pinskia at gcc dot gnu dot org
  2005-10-14 16:38 ` paulthomas2 at wanadoo dot fr
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-14  4:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from cvs-commit at gcc dot gnu dot org  2005-10-14 04:53 -------
Subject: Bug 24092

CVSROOT:        /cvs/gcc
Module name:    gcc
Branch:         gcc-4_0-branch
Changes by:     pault@gcc.gnu.org       2005-10-14 04:53:30

Modified files:
        gcc/fortran    : symbol.c trans-types.c decl.c ChangeLog 
        gcc/testsuite  : ChangeLog 
Added files:
        gcc/testsuite/gfortran.dg: automatic_char_len_1.f90 
                                   save_common.f90 save_result.f90 
                                   derived_pointer_recursion.f90 

Log message:
        2005-10-14  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/20847
        PR fortran/20856
        * symbol.c (check_conflict): Prevent common variables and
        function results from having the SAVE attribute,as required
        by the standard.

        PR fortran/24092
        * trans-types.c (gfc_get_derived_type): Insert code to obtain backend
        declaration for derived types, building if necessary.  Return the
        derived type if the fields have been built by this process.  Otherwise,
        continue as before but using the already obtained backend_decls for the
        derived type components.  Change the gcc_assert to act on the field.

        PR fortran/18082
        * decl.c (variable_decl): Make a new copy of the character
        length for each variable, when the expression is not a
        constant.

        2005-10-14  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/18082
        * gfortran.dg/automatic_char_len_1.f90: New test.

        PR fortran/20847
        * gfortran.dg/save_common.f90: New test.

        PR fortran/20856
        * gfortran.dg/save_result.f90: New test.

        PR fortran/24092
        * gfortran.dg/derived_pointer_recursion.f90: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/symbol.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.26.2.5&r2=1.26.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-types.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.37.10.7&r2=1.37.10.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/decl.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.31.2.4&r2=1.31.2.5
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.128&r2=1.335.2.129
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/automatic_char_len_1.f90.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/save_common.f90.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.2.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/save_result.f90.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.2.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/derived_pointer_recursion.f90.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.4.1
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.453&r2=1.5084.2.454


-- 


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


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

* [Bug fortran/24092] ICE in trans-types.c for nested derived types
       [not found] <bug-24092-10374@http.gcc.gnu.org/bugzilla/>
  2005-10-12 20:41 ` [Bug fortran/24092] ICE in trans-types.c for nested derived types cvs-commit at gcc dot gnu dot org
  2005-10-14  4:53 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-14 13:09 ` pinskia at gcc dot gnu dot org
  2005-10-14 16:38 ` paulthomas2 at wanadoo dot fr
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-14 13:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-10-14 13:09 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.3


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


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

* [Bug fortran/24092] ICE in trans-types.c for nested derived types
       [not found] <bug-24092-10374@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-10-14 13:09 ` pinskia at gcc dot gnu dot org
@ 2005-10-14 16:38 ` paulthomas2 at wanadoo dot fr
  3 siblings, 0 replies; 5+ messages in thread
From: paulthomas2 at wanadoo dot fr @ 2005-10-14 16:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from paulthomas2 at wanadoo dot fr  2005-10-14 16:38 -------
Subject: Re:  ICE in trans-types.c for nested derived types

pinskia at gcc dot gnu dot org wrote:

>------- Comment #3 from pinskia at gcc dot gnu dot org  2005-10-14 13:09 -------
>Fixed.
>
>
>  
>
Andrew,

You keep hitting the PR's before I have a chance to do the honours - I 
had not forgotten but wait until I have done both the head and 4.0.  The 
recent stuff on PRIVATE etc. got delayed because it caused a secondary 
PR and I wanted to be sure that it was fixwed before shutting down the 
original.

Thanks, anyway!

Paul


-- 


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


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

* [Bug fortran/24092] ICE in trans-types.c for nested derived types
  2005-09-27 21:30 [Bug fortran/24092] New: " pault at gcc dot gnu dot org
@ 2005-09-28  9:22 ` tobi at gcc dot gnu dot org
  0 siblings, 0 replies; 5+ messages in thread
From: tobi at gcc dot gnu dot org @ 2005-09-28  9:22 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-09-28 09:21:56
               date|                            |


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


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-24092-10374@http.gcc.gnu.org/bugzilla/>
2005-10-12 20:41 ` [Bug fortran/24092] ICE in trans-types.c for nested derived types cvs-commit at gcc dot gnu dot org
2005-10-14  4:53 ` cvs-commit at gcc dot gnu dot org
2005-10-14 13:09 ` pinskia at gcc dot gnu dot org
2005-10-14 16:38 ` paulthomas2 at wanadoo dot fr
2005-09-27 21:30 [Bug fortran/24092] New: " pault at gcc dot gnu dot org
2005-09-28  9:22 ` [Bug fortran/24092] " tobi 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).