This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/15323] [gfortran] ICE in create_tmp_var_for
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 May 2004 16:30:13 -0000
- Subject: [Bug middle-end/15323] [gfortran] ICE in create_tmp_var_for
- References: <20040506161907.15323.Tobias.Schlueter@physik.uni-muenchen.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-06 16:30 -------
I think this was fixed by one of the following patches, can you retry this:
2004-05-05 Richard Henderson <rth@redhat.com>
* tree-nested.c (create_tmp_var_for): Disallow variable sized types.
(convert_nonlocal_reference): Set val_only false for the base of a
component or array reference.
(convert_local_reference): Likewise.
2004-05-05 Richard Henderson <rth@redhat.com>
* gimplify.c (create_tmp_var): Disallow variable sized objects.
(gimplify_modify_expr): Don't memcpy for VA_ARG_EXPR.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Component|fortran |middle-end
Keywords| |ice-on-valid-code
Target Milestone|--- |tree-ssa
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15323