This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15641] [gfortran] multiple equivalences do not work
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 May 2004 14:50:59 -0000
- Subject: [Bug fortran/15641] [gfortran] multiple equivalences do not work
- References: <20040525004057.15641.bdavis9659@comcast.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tobi at gcc dot gnu dot org 2004-05-28 14:50 -------
This seems to be fairly recent regression, most likely related to Paul &
Victor's patch:
[tobi@marktplatz src]$ gfortran --version
GNU Fortran 95 (GCC 3.5.0 20040516 (experimental))
Copyright (C) 2003 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
[tobi@marktplatz src]$ ./a.out
3.000000 3.000000 3.000000
4 4 4 4
[tobi@marktplatz src]$
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15641