[Bug fortran/18518] equivalenced variables are not saved
tobi at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Nov 30 15:18:00 GMT 2004
------- Additional Comments From tobi at gcc dot gnu dot org 2004-11-30 15:17 -------
Verified.
Indeed, we forget that variables in an equivalence set are SAVEd, and therefore
don't save the equivalence set.
I tried adding a path to build_equiv_decl where TREE_STATIC is set even if
there's no initialization. UNfortunately that lead to a segfault in the compiler.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-11-30 15:17:53
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18518
More information about the Gcc-bugs
mailing list