From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10356 invoked by alias); 22 Jul 2005 14:01:14 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 10334 invoked by alias); 22 Jul 2005 14:01:09 -0000 Date: Fri, 22 Jul 2005 14:07:00 -0000 Message-ID: <20050722140109.10332.qmail@sourceware.org> From: "Tobias dot Schlueter at physik dot uni-muenchen dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041204203017.18833.Thomas.Koenig@online.de> References: <20041204203017.18833.Thomas.Koenig@online.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/18833] ICE 'missing spec' on integer/char equivalence X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg02709.txt.bz2 List-Id: ------- Additional Comments From Tobias dot Schlueter at physik dot uni-muenchen dot de 2005-07-22 14:01 ------- Subject: Re: ICE 'missing spec' on integer/char equivalence federico dot carminati at cern dot ch wrote: > this is valid f90/95 code. Equivalence cannot contain sym%val as > far as I understand, but they can cointain derived types as long as > they are sequenced. I'm not sure if oyu meant to say the right thing, so let me clarify: sym%name and sym are allowed if sym is of a type with the sequence attribute. I haven't yet looked over the posted program. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18833