This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/18530] [4.0 regression] Bogus warnings about shadowed variables __ct, __dt
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Nov 2004 13:15:07 -0000
- Subject: [Bug c++/18530] [4.0 regression] Bogus warnings about shadowed variables __ct, __dt
- References: <20041117161141.18530.martin@mpa-garching.mpg.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pcarlini at suse dot de 2004-11-21 13:15 -------
Hi. Those typedef are arguably redundant (that code is not very actively worked on
these days, maybe that will change...) but, IMH, not-language-lawyer, opinion
should not trigger any warning: since, after all, __desc_type is consistently the
same type. I would appreciate if someone could point me to relevant sections of
the standard. Thanks.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18530