This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: equivalence croakage
- From: Tobias Burnus <burnus at net-b dot de>
- To: Hans Horn <hannes at 2horns dot com>
- Cc: fortran at gcc dot gnu dot org
- Date: Sun, 01 Nov 2009 21:54:10 +0100
- Subject: Re: equivalence croakage
- References: <hckp0n$oha$1@ger.gmane.org>
Hans Horn wrote:
> just trying to make the switch from g77 to gfortran (and from gcc3 to
> gcc4).
> When compiling some legacy f77 code that uses f77 equivalence
> statements, I get barfed at with the following (32bit environment):
Which version of the compiler? It is compiled here with gfortran 4.1.2
up to 4.5.0(experimental) without any warning (default options).
With "-pedantic" I get:
Warning: Non-CHARACTER object 'xstore' in default CHARACTER EQUIVALENCE
statement at (1)
which is OK.
Tobias