public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/17729] [4.3/4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
@ 2011-06-27 12:19 ` rguenth at gcc dot gnu.org
  2012-01-23 13:47 ` [Bug c++/17729] [4.4/4.5/4.6/4.7 " paolo.carlini at oracle dot com
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-27 12:19 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.6                       |4.4.7

--- Comment #18 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-27 12:12:11 UTC ---
4.3 branch is being closed, moving to 4.4.7 target.


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
  2011-06-27 12:19 ` [Bug c++/17729] [4.3/4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning rguenth at gcc dot gnu.org
@ 2012-01-23 13:47 ` paolo.carlini at oracle dot com
  2012-01-23 14:11 ` iains at gcc dot gnu.org
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-01-23 13:47 UTC (permalink / raw)
  To: gcc-bugs

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 |

--- Comment #19 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-01-23 13:40:31 UTC ---
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?


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
  2011-06-27 12:19 ` [Bug c++/17729] [4.3/4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning rguenth at gcc dot gnu.org
  2012-01-23 13:47 ` [Bug c++/17729] [4.4/4.5/4.6/4.7 " paolo.carlini at oracle dot com
@ 2012-01-23 14:11 ` iains at gcc dot gnu.org
  2012-01-23 15:48 ` paolo.carlini at oracle dot com
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: iains at gcc dot gnu.org @ 2012-01-23 14:11 UTC (permalink / raw)
  To: gcc-bugs

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 problem I was referring to is in making the test-suite harness detect the
presence of duplicate messages - and thus to making a test-case to prove that
the fix works.

==

I posted the patch

http://gcc.gnu.org/ml/gcc-patches/2010-04/msg01092.html

it was reviewed with the conclusion that the patch would not work in all cases,
there was some follow-up discussion and a follow-up patch (which is probably
mostly OK) in:

http://gcc.gnu.org/ml/gcc-patches/2010-07/msg01516.html

... at that point I ran out of time for this particular issue - Jason made a
suggestion as to a new implementation  but I've not had a chance to look at it.

It's quite hard to address because the check is called from different places.


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-01-23 14:11 ` iains at gcc dot gnu.org
@ 2012-01-23 15:48 ` paolo.carlini at oracle dot com
  2012-01-23 16:04 ` iains at gcc dot gnu.org
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-01-23 15:48 UTC (permalink / raw)
  To: gcc-bugs

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
itself was ready to go in or not, the trail badly lacked information.

Anyway, many thanks for adding it now. I suppose I should not assign the bug to
you? Or you actually feel like giving what Jason suggested a try?


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-01-23 15:48 ` paolo.carlini at oracle dot com
@ 2012-01-23 16:04 ` iains at gcc dot gnu.org
  2012-02-01  3:18 ` pinskia at gcc dot gnu.org
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: iains at gcc dot gnu.org @ 2012-01-23 16:04 UTC (permalink / raw)
  To: gcc-bugs

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 was whether the fix
> itself was ready to go in or not, the trail badly lacked information.
> 
> Anyway, many thanks for adding it now. I suppose I should not assign the bug to
> you? Or you actually feel like giving what Jason suggested a try?

I have no time at present - the bug is on my list, so if no-one else addresses
it, and some time becomes available, I'll claim it then ;)


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2012-01-23 16:04 ` iains at gcc dot gnu.org
@ 2012-02-01  3:18 ` pinskia at gcc dot gnu.org
  2012-02-01 10:19 ` iains at gcc dot gnu.org
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-02-01  3:18 UTC (permalink / raw)
  To: gcc-bugs

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 overload
set.  And if it does then that would be a good testcase.


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2012-02-01  3:18 ` pinskia at gcc dot gnu.org
@ 2012-02-01 10:19 ` iains at gcc dot gnu.org
  2012-02-02 10:51 ` iains at gcc dot gnu.org
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: iains at gcc dot gnu.org @ 2012-02-01 10:19 UTC (permalink / raw)
  To: gcc-bugs

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 obsolete|                            |

--- Comment #24 from Iain Sandoe <iains at gcc dot gnu.org> 2012-02-01 10:18:58 UTC ---
Created attachment 26539
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26539
rebased patch

This rebased to r183760.

Hm.  What pr50308 shows is that it's not just about eliminating a duplicate
messages, but also about where the test is done.  I.E. late enough in the
proceedings that overloading and ADL are accounted.

Perhaps this patch could be re-considered on that basis (IIUC, Jason's proposed
amendment was to replace this change with a hash table recording the fact that
we had already emitted a warning and thus suppressing subsequent ones) 
[see the thread referred above for details].

Clearly just recording the fact we've emitted a warning doesn't help if that
warning should not have been emitted in the first place.

This patch does NOT fix PR50308 (so, there is either another problem or we are
still not making the test in the right place).

The patch still fixes the current PR (17729).  It might be that it can be
amended to deal with PR50308 as well - don't have any time available right now
to look.

Otherwise, I don't think I know the c++ FE well enough to suggest a better
place to put the test.


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2012-02-01 10:19 ` iains at gcc dot gnu.org
@ 2012-02-02 10:51 ` iains at gcc dot gnu.org
  2012-03-13 13:05 ` [Bug c++/17729] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: iains at gcc dot gnu.org @ 2012-02-02 10:51 UTC (permalink / raw)
  To: gcc-bugs

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 obsolete|                            |

--- Comment #25 from Iain Sandoe <iains at gcc dot gnu.org> 2012-02-02 10:51:32 UTC ---
Created attachment 26550
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26550
fix that covers pr50308 as well.

The problem I perceive is that we have a set of tests for deprecation sprinkled
over the code.  This means that each time we uncover a new pathway - e.g.
pr50308 there is (potentially) some amendment required.

What I can't see (because I don't know the c++ FE well enough) is whether there
is a single place that a [possibly more sophisticated] test could be made.

For example, since the deprecation state of items does not alter the outcome of
parsing, but only the presence of warning/error, perhaps when one logically
reaches the ";" that would be a place to check the preceding statement for
deprecated items?

Anyway, the attached patch deals with the fact that we can't check a function
ID for deprecation because it might be later overloaded - but also, that we
can't delegate all of the checking to the call processing - because function
ids might be used without a call.


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.5/4.6/4.7/4.8 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2012-02-02 10:51 ` iains at gcc dot gnu.org
@ 2012-03-13 13:05 ` jakub at gcc dot gnu.org
  2012-07-02 12:48 ` [Bug c++/17729] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 13:05 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.7                       |4.5.4

--- Comment #26 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-13 12:44:57 UTC ---
4.4 branch is being closed, moving to 4.5.4 target.


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.6/4.7/4.8 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2012-03-13 13:05 ` [Bug c++/17729] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
@ 2012-07-02 12:48 ` rguenth at gcc dot gnu.org
  2012-10-23 14:55 ` paolo.carlini at oracle dot com
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 12:48 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.4                       |4.6.4


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.6/4.7/4.8 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2012-07-02 12:48 ` [Bug c++/17729] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
@ 2012-10-23 14:55 ` paolo.carlini at oracle dot com
  2013-04-12 15:16 ` [Bug c++/17729] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-10-23 14:55 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729

--- Comment #27 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-23 14:55:16 UTC ---
I suppose the last tentative patch should be posted to gcc-patches? Even if it
requires changes, I don't think we are going to make progress if it only
remains attached here...


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.7/4.8/4.9 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2012-10-23 14:55 ` paolo.carlini at oracle dot com
@ 2013-04-12 15:16 ` jakub at gcc dot gnu.org
  2013-07-31 21:54 ` paolo.carlini at oracle dot com
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-04-12 15:16 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.4                       |4.7.4

--- Comment #28 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-12 15:15:39 UTC ---
GCC 4.6.4 has been released and the branch has been closed.


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.7/4.8/4.9 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2013-04-12 15:16 ` [Bug c++/17729] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
@ 2013-07-31 21:54 ` paolo.carlini at oracle dot com
  2014-06-12 13:42 ` [Bug c++/17729] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-07-31 21:54 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729

--- Comment #29 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Iain?


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.7/4.8/4.9/4.10 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2013-07-31 21:54 ` paolo.carlini at oracle dot com
@ 2014-06-12 13:42 ` rguenth at gcc dot gnu.org
  2014-12-19 13:34 ` [Bug c++/17729] [4.8/4.9/5 " jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-06-12 13:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.4                       |4.8.4

--- Comment #30 from Richard Biener <rguenth at gcc dot gnu.org> ---
The 4.7 branch is being closed, moving target milestone to 4.8.4.


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.8/4.9/5 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2014-06-12 13:42 ` [Bug c++/17729] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
@ 2014-12-19 13:34 ` jakub at gcc dot gnu.org
  2015-03-20 17:07 ` ktietz at gcc dot gnu.org
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-12-19 13:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.4                       |4.8.5

--- Comment #31 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.8.4 has been released.


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.8/4.9/5 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2014-12-19 13:34 ` [Bug c++/17729] [4.8/4.9/5 " jakub at gcc dot gnu.org
@ 2015-03-20 17:07 ` ktietz at gcc dot gnu.org
  2015-06-23  8:15 ` [Bug c++/17729] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: ktietz at gcc dot gnu.org @ 2015-03-20 17:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |ktietz at gcc dot gnu.org

--- Comment #32 from Kai Tietz <ktietz at gcc dot gnu.org> ---
We call function warn_deprecated_use twice within finish_id_expression.  Once
indirectly via mark_used, and the second time directly.  So by checking if
TREE_USED (t) is false this double-warning should be omitted.

Testing right now following patch:

Index: semantics.c
===================================================================
--- semantics.c (Revision 221533)
+++ semantics.c (Arbeitskopie)
@@ -3649,7 +3668,7 @@ finish_id_expression (tree id_expression,

   /* Handle references (c++/56130).  */
   tree t = REFERENCE_REF_P (decl) ? TREE_OPERAND (decl, 0) : decl;
-  if (TREE_DEPRECATED (t))
+  if (TREE_DEPRECATED (t) && !TREE_USED (t))
     warn_deprecated_use (t, NULL_TREE);

   return decl;


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.8/4.9/5/6 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
                   ` (15 preceding siblings ...)
  2015-03-20 17:07 ` ktietz at gcc dot gnu.org
@ 2015-06-23  8:15 ` rguenth at gcc dot gnu.org
  2015-06-26 20:04 ` [Bug c++/17729] [4.9/5/6 " jakub at gcc dot gnu.org
  2015-06-26 20:33 ` jakub at gcc dot gnu.org
  18 siblings, 0 replies; 19+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-06-23  8:15 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.5                       |4.9.3

--- Comment #34 from Richard Biener <rguenth at gcc dot gnu.org> ---
The gcc-4_8-branch is being closed, re-targeting regressions to 4.9.3.


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.9/5/6 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
                   ` (16 preceding siblings ...)
  2015-06-23  8:15 ` [Bug c++/17729] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
@ 2015-06-26 20:04 ` jakub at gcc dot gnu.org
  2015-06-26 20:33 ` jakub at gcc dot gnu.org
  18 siblings, 0 replies; 19+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729

--- Comment #35 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.3 has been released.


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [Bug c++/17729] [4.9/5/6 Regression] Duplicate __attribute__((deprecated)) warning
       [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
                   ` (17 preceding siblings ...)
  2015-06-26 20:04 ` [Bug c++/17729] [4.9/5/6 " jakub at gcc dot gnu.org
@ 2015-06-26 20:33 ` jakub at gcc dot gnu.org
  18 siblings, 0 replies; 19+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.3                       |4.9.4


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2015-06-26 20:33 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-17729-4@http.gcc.gnu.org/bugzilla/>
2011-06-27 12:19 ` [Bug c++/17729] [4.3/4.4/4.5/4.6/4.7 Regression] Duplicate __attribute__((deprecated)) warning rguenth at gcc dot gnu.org
2012-01-23 13:47 ` [Bug c++/17729] [4.4/4.5/4.6/4.7 " paolo.carlini at oracle dot com
2012-01-23 14:11 ` iains at gcc dot gnu.org
2012-01-23 15:48 ` paolo.carlini at oracle dot com
2012-01-23 16:04 ` iains at gcc dot gnu.org
2012-02-01  3:18 ` pinskia at gcc dot gnu.org
2012-02-01 10:19 ` iains at gcc dot gnu.org
2012-02-02 10:51 ` iains at gcc dot gnu.org
2012-03-13 13:05 ` [Bug c++/17729] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
2012-07-02 12:48 ` [Bug c++/17729] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
2012-10-23 14:55 ` paolo.carlini at oracle dot com
2013-04-12 15:16 ` [Bug c++/17729] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
2013-07-31 21:54 ` paolo.carlini at oracle dot com
2014-06-12 13:42 ` [Bug c++/17729] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
2014-12-19 13:34 ` [Bug c++/17729] [4.8/4.9/5 " jakub at gcc dot gnu.org
2015-03-20 17:07 ` ktietz at gcc dot gnu.org
2015-06-23  8:15 ` [Bug c++/17729] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
2015-06-26 20:04 ` [Bug c++/17729] [4.9/5/6 " jakub at gcc dot gnu.org
2015-06-26 20:33 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).