This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/16277] [3.5 regression] Still spurious warnings about unused SSA variables
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jun 2004 16:42:38 -0000
- Subject: [Bug tree-optimization/16277] [3.5 regression] Still spurious warnings about unused SSA variables
- References: <20040629163432.16277.bangerth@dealii.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-29 16:42 -------
One this is not a SSA variable, this is just a split variable from this.
And the reason why this is printed twice is again because of the ABI and in/out of charge constructors
(and cloning).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16277