This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, fortran] PR34202 - ICE on empty type
- From: Daniel Franke <franke dot daniel at gmail dot com>
- To: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Thu, 24 Jan 2008 22:29:47 +0100
- Subject: Re: [patch, fortran] PR34202 - ICE on empty type
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=3+Od04SGy+9qqmNLo3+QX182AkgoWhqdb2i0LlUaoAE=; b=Kbqi2zVnKy1FR/StwqxFoLw/cxg7IteW4ZPnQGVGVURkLLEcM8d6NSFOCgt/oyeCKow8teeddV4m2qCmUKtLtWrza6HS+n8OqWkZ9ZlmsPilUfy9XEXc7nvZnKyTexx9NK+vYqVX/rHOZReS4lv4lpGr9vIwFWMy5rR66DSjnxM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=IQJeZzzkTufEyNK46CPluNwHhVw9KpU14Hn0uk/R/W0TdVjktpzzNhnMtEqJaRuUF9toZOBR+WWohGdrpqp4Lyg3wOb+x2llQksyhO6f9dh+jl1D3Ezi/GP7twGBfPaNe7s3rbRQYk5J3eC1DLVJLAtOrlssRvEEHonUzxPPECk=
- References: <200801242124.55629.franke.daniel@gmail.com> <4798FF97.6030702@wanadoo.fr>
On Thursday 24 January 2008 22:13:59 Paul Thomas wrote:
> Daniel Franke wrote:
> > The fix for this regression wrt 4.2 is obvious.
> > I will commit it in 24 hours if nobody objects.
>
> Go for it sooner if you want - it's OK
Done. Also added the simplified testcase as gfortran.dg/empty_type.f90.
Daniel