[Bug c++/17729] [4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning

2012-02-02 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729 Iain Sandoe iains at gcc dot gnu.org changed: What|Removed |Added Attachment #26539|0 |1 is

[Bug c++/17729] [4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning

2012-02-01 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729 Iain Sandoe iains at gcc dot gnu.org changed: What|Removed |Added Attachment #20407|0 |1 is

[Bug c++/17729] [4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning

2012-01-31 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729 --- Comment #23 from Andrew Pinski pinskia at gcc dot gnu.org 2012-02-01 03:17:08 UTC --- Iain, I bet your patch will fix PR 50308. The issue seems similar in that one of them is emitting while doing namelookup and then it is pruned from the

[Bug c++/17729] [4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning

2012-01-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org | ---

[Bug c++/17729] [4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning

2012-01-23 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729 --- Comment #20 from Iain Sandoe iains at gcc dot gnu.org 2012-01-23 14:08:21 UTC --- (In reply to comment #19) Hi Iain, I'm not 100% sure to understand: did your patch in Comment #16 pass the testsuite? Did you get around to submit it? The

[Bug c++/17729] [4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning

2012-01-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729 --- Comment #21 from Paolo Carlini paolo.carlini at oracle dot com 2012-01-23 15:30:25 UTC --- The problem with testing for duplicate diagnostics is by now well known, I guess. What I couldn't figure out from the audit trail was whether the fix

[Bug c++/17729] [4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning

2012-01-23 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729 --- Comment #22 from Iain Sandoe iains at gcc dot gnu.org 2012-01-23 15:47:18 UTC --- (In reply to comment #21) The problem with testing for duplicate diagnostics is by now well known, I guess. What I couldn't figure out from the audit trail