[Bug c++/39526] [4.4 Regression] -Wshadow reports shadowed declarations for parameters of unnamed temp objects
jason at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Mar 23 15:32:00 GMT 2009
------- Comment #3 from jason at gcc dot gnu dot org 2009-03-23 15:32 -------
The problem is that we're pushing declarations for parameters while tentatively
parsing that as a function declaration. Oops.
--
jason at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org |
Status|NEW |ASSIGNED
Last reconfirmed|2009-03-23 13:45:05 |2009-03-23 15:32:23
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39526
More information about the Gcc-bugs
mailing list