This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/26840] [4.2 Regression] escaping global variables cause 'definition follows use' error.
- From: "dberlin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Mar 2006 14:49:59 -0000
- Subject: [Bug middle-end/26840] [4.2 Regression] escaping global variables cause 'definition follows use' error.
- References: <bug-26840-638@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from dberlin at gcc dot gnu dot org 2006-03-24 14:49 -------
The only reason i can think that this would occur is if the copies had
different SMT's or NMT's associated with them, but that shouldn't happen, since
they are copies :)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26840