public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/62219] [c++11] Spurious error for lambda in a friend function of a class template with a default template parameters
       [not found] <bug-62219-4@http.gcc.gnu.org/bugzilla/>
@ 2014-09-17 15:34 ` paolo.carlini at oracle dot com
  2014-09-19 14:02 ` paolo.carlini at oracle dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2014-09-17 15:34 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-09-17
                 CC|                            |jason at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> ---
I'm pretty sure this is very similar to a bug recently fixed by Jason, but I
can't find it at the moment. Maybe he can...


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

* [Bug c++/62219] [c++11] Spurious error for lambda in a friend function of a class template with a default template parameters
       [not found] <bug-62219-4@http.gcc.gnu.org/bugzilla/>
  2014-09-17 15:34 ` [Bug c++/62219] [c++11] Spurious error for lambda in a friend function of a class template with a default template parameters paolo.carlini at oracle dot com
@ 2014-09-19 14:02 ` paolo.carlini at oracle dot com
  2014-09-22 19:21 ` paolo at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2014-09-19 14:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> ---
I think I had in mind c++/60605


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

* [Bug c++/62219] [c++11] Spurious error for lambda in a friend function of a class template with a default template parameters
       [not found] <bug-62219-4@http.gcc.gnu.org/bugzilla/>
  2014-09-17 15:34 ` [Bug c++/62219] [c++11] Spurious error for lambda in a friend function of a class template with a default template parameters paolo.carlini at oracle dot com
  2014-09-19 14:02 ` paolo.carlini at oracle dot com
@ 2014-09-22 19:21 ` paolo at gcc dot gnu.org
  2014-09-22 19:49 ` paolo at gcc dot gnu.org
  2014-09-22 19:50 ` paolo.carlini at oracle dot com
  4 siblings, 0 replies; 5+ messages in thread
From: paolo at gcc dot gnu.org @ 2014-09-22 19:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Mon Sep 22 19:21:20 2014
New Revision: 215477

URL: https://gcc.gnu.org/viewcvs?rev=215477&root=gcc&view=rev
Log:
/cp
2014-09-22  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/62219
    * pt.c (check_default_tmpl_args): Check LAMBDA_FUNCTION_P.

/testsuite
2014-09-22  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/62219
    * g++.dg/cpp0x/lambda/lambda-template14.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template14.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug c++/62219] [c++11] Spurious error for lambda in a friend function of a class template with a default template parameters
       [not found] <bug-62219-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-09-22 19:21 ` paolo at gcc dot gnu.org
@ 2014-09-22 19:49 ` paolo at gcc dot gnu.org
  2014-09-22 19:50 ` paolo.carlini at oracle dot com
  4 siblings, 0 replies; 5+ messages in thread
From: paolo at gcc dot gnu.org @ 2014-09-22 19:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Mon Sep 22 19:48:54 2014
New Revision: 215483

URL: https://gcc.gnu.org/viewcvs?rev=215483&root=gcc&view=rev
Log:
/cp
2014-09-22  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/62219
    * pt.c (check_default_tmpl_args): Check LAMBDA_FUNCTION_P.

/testsuite
2014-09-22  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/62219
    * g++.dg/cpp0x/lambda/lambda-template14.C: New.

Added:
   
branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template14.C
Modified:
    branches/gcc-4_9-branch/gcc/cp/ChangeLog
    branches/gcc-4_9-branch/gcc/cp/pt.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog


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

* [Bug c++/62219] [c++11] Spurious error for lambda in a friend function of a class template with a default template parameters
       [not found] <bug-62219-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-09-22 19:49 ` paolo at gcc dot gnu.org
@ 2014-09-22 19:50 ` paolo.carlini at oracle dot com
  4 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2014-09-22 19:50 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |4.9.2

--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Fixed mainline and 4.9.2.


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

end of thread, other threads:[~2014-09-22 19:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-62219-4@http.gcc.gnu.org/bugzilla/>
2014-09-17 15:34 ` [Bug c++/62219] [c++11] Spurious error for lambda in a friend function of a class template with a default template parameters paolo.carlini at oracle dot com
2014-09-19 14:02 ` paolo.carlini at oracle dot com
2014-09-22 19:21 ` paolo at gcc dot gnu.org
2014-09-22 19:49 ` paolo at gcc dot gnu.org
2014-09-22 19:50 ` paolo.carlini at oracle dot com

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).