This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, fortran] PR22304 - gfortran silently changes values inequivalenced variables
- From: Paul Thomas <paulthomas2 at wanadoo dot fr>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org,albertm at uphs dot upenn dot edu
- Date: Fri, 05 Aug 2005 18:25:36 +0200
- Subject: Re: [Patch, fortran] PR22304 - gfortran silently changes values inequivalenced variables
- References: <42F38430.1010505@wanadoo.fr> <49175a1f01caa7b712b57712552bf58b@physics.uc.edu>
Andrew,
This just a bug in the tree dumper, it also shows up in C too but
nobody has
even thought about fixing it since the dump is only for debugging and
nothing
else.
Good oh! As long as it is not some horrible result of unrequited
gfc_equiv's taking their revenge in some way.
Paul