public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/66289] [5/6 Regression] "error: ambiguous template instantiation" with partial specialization defined in terms of alias template
       [not found] <bug-66289-4@http.gcc.gnu.org/bugzilla/>
  2015-05-26 11:57 ` [Bug c++/66289] [5/6 Regression] "error: ambiguous template instantiation" with partial specialization defined in terms of alias template rguenth at gcc dot gnu.org
@ 2015-05-26 11:57 ` jakub at gcc dot gnu.org
  2015-06-10 15:18 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-05-26 11:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started with r217250 aka DR1558.


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

* [Bug c++/66289] [5/6 Regression] "error: ambiguous template instantiation" with partial specialization defined in terms of alias template
       [not found] <bug-66289-4@http.gcc.gnu.org/bugzilla/>
@ 2015-05-26 11:57 ` rguenth at gcc dot gnu.org
  2015-05-26 11:57 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-05-26 11:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.2


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

* [Bug c++/66289] [5/6 Regression] "error: ambiguous template instantiation" with partial specialization defined in terms of alias template
       [not found] <bug-66289-4@http.gcc.gnu.org/bugzilla/>
  2015-05-26 11:57 ` [Bug c++/66289] [5/6 Regression] "error: ambiguous template instantiation" with partial specialization defined in terms of alias template rguenth at gcc dot gnu.org
  2015-05-26 11:57 ` jakub at gcc dot gnu.org
@ 2015-06-10 15:18 ` jason at gcc dot gnu.org
  2015-06-17 14:33 ` jason at gcc dot gnu.org
  2015-06-17 19:45 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2015-06-10 15:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Wed Jun 10 15:17:57 2015
New Revision: 224331

URL: https://gcc.gnu.org/viewcvs?rev=224331&root=gcc&view=rev
Log:
        PR c++/66289
        * cp-tree.h (TEMPLATE_DECL_COMPLEX_ALIAS_P): New.
        * pt.c (push_template_decl_real): Set it.
        (dependent_alias_template_spec_p): Use it.
        (dependent_type_p_r): Use dependent_alias_template_spec_p.
        (uses_all_template_parms_data, uses_all_template_parms_r)
        (complex_alias_template_p): New.
        (get_template_parm_index): Handle BOUND_TEMPLATE_TEMPLATE_PARM.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-48.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/pt.c


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

* [Bug c++/66289] [5/6 Regression] "error: ambiguous template instantiation" with partial specialization defined in terms of alias template
       [not found] <bug-66289-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-06-10 15:18 ` jason at gcc dot gnu.org
@ 2015-06-17 14:33 ` jason at gcc dot gnu.org
  2015-06-17 19:45 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2015-06-17 14:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Wed Jun 17 14:32:55 2015
New Revision: 224556

URL: https://gcc.gnu.org/viewcvs?rev=224556&root=gcc&view=rev
Log:
        PR c++/66289
        * cp-tree.h (TEMPLATE_DECL_COMPLEX_ALIAS_P): New.
        * pt.c (push_template_decl_real): Set it.
        (dependent_alias_template_spec_p): Use it.
        (dependent_type_p_r): Use dependent_alias_template_spec_p.
        (uses_all_template_parms_data, uses_all_template_parms_r)
        (complex_alias_template_p): New.
        (get_template_parm_index): Handle BOUND_TEMPLATE_TEMPLATE_PARM.

Added:
    branches/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-48.C
Modified:
    branches/gcc-5-branch/gcc/cp/ChangeLog
    branches/gcc-5-branch/gcc/cp/cp-tree.h
    branches/gcc-5-branch/gcc/cp/pt.c


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

* [Bug c++/66289] [5/6 Regression] "error: ambiguous template instantiation" with partial specialization defined in terms of alias template
       [not found] <bug-66289-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2015-06-17 14:33 ` jason at gcc dot gnu.org
@ 2015-06-17 19:45 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2015-06-17 19:45 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jason at gcc dot gnu.org
         Resolution|---                         |FIXED
           Assignee|unassigned at gcc dot gnu.org      |jason at gcc dot gnu.org

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Fixed for 5.2.


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

end of thread, other threads:[~2015-06-17 19:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-66289-4@http.gcc.gnu.org/bugzilla/>
2015-05-26 11:57 ` [Bug c++/66289] [5/6 Regression] "error: ambiguous template instantiation" with partial specialization defined in terms of alias template rguenth at gcc dot gnu.org
2015-05-26 11:57 ` jakub at gcc dot gnu.org
2015-06-10 15:18 ` jason at gcc dot gnu.org
2015-06-17 14:33 ` jason at gcc dot gnu.org
2015-06-17 19:45 ` jason 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).