[Bug c++/41109] [4.5 regression] Argument flagged as unused despite use in sizeof()

2009-09-17 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2009-09-18 03:57 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/41109] [4.5 regression] Argument flagged as unused despite use in sizeof()

2009-08-25 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41109

[Bug c++/41109] [4.5 regression] Argument flagged as unused despite use in sizeof()

2009-08-24 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2009-08-24 21:32 --- Subject: Bug 41109 Author: jason Date: Mon Aug 24 21:31:54 2009 New Revision: 151061 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=151061 Log: PR c++/41109 PR c++/41110 PR c++/41134

[Bug c++/41109] [4.5 regression] Argument flagged as unused despite use in sizeof()

2009-08-21 Thread jason at gcc dot gnu dot org
-- 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

[Bug c++/41109] [4.5 regression] Argument flagged as unused despite use in sizeof()

2009-08-21 Thread jason at gcc dot gnu dot org
--- Comment #2 from jason at gcc dot gnu dot org 2009-08-21 21:46 --- *** Bug 41110 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41109

[Bug c++/41109] [4.5 regression] Argument flagged as unused despite use in sizeof()

2009-08-21 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2009-08-21 21:47 --- *** Bug 41134 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41109

[Bug c++/41109] [4.5 regression] Argument flagged as unused despite use in sizeof()

2009-08-20 Thread bangerth at gmail dot com
--- Comment #1 from bangerth at gmail dot com 2009-08-20 20:41 --- Jason, might this be a result of your changes to used/unused variables? W. -- bangerth at gmail dot com changed: What|Removed |Added