public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/38543] [C++0x] Cannot specialize variadic template function
       [not found] <bug-38543-4@http.gcc.gnu.org/bugzilla/>
@ 2012-01-28  9:39 ` pinskia at gcc dot gnu.org
  2012-04-16 17:34 ` jason at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-28  9:39 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-01-28
     Ever Confirmed|0                           |1
      Known to fail|                            |4.7.0

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-28 06:29:31 UTC ---
Confirmed.


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

* [Bug c++/38543] [C++0x] Cannot specialize variadic template function
       [not found] <bug-38543-4@http.gcc.gnu.org/bugzilla/>
  2012-01-28  9:39 ` [Bug c++/38543] [C++0x] Cannot specialize variadic template function pinskia at gcc dot gnu.org
@ 2012-04-16 17:34 ` jason at gcc dot gnu.org
  2012-04-17  2:37 ` jason at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2012-04-16 17:34 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |jason at gcc dot gnu.org
         AssignedTo|unassigned at gcc dot       |jason at gcc dot gnu.org
                   |gnu.org                     |


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

* [Bug c++/38543] [C++0x] Cannot specialize variadic template function
       [not found] <bug-38543-4@http.gcc.gnu.org/bugzilla/>
  2012-01-28  9:39 ` [Bug c++/38543] [C++0x] Cannot specialize variadic template function pinskia at gcc dot gnu.org
  2012-04-16 17:34 ` jason at gcc dot gnu.org
@ 2012-04-17  2:37 ` jason at gcc dot gnu.org
  2012-04-17  3:36 ` jason at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2012-04-17  2:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2012-04-17 02:29:54 UTC ---
Author: jason
Date: Tue Apr 17 02:29:51 2012
New Revision: 186522

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186522
Log:
    PR c++/38543
    * pt.c (determine_specialization): Instead of comparing the number
    of parms, check that tsubst gives the right answer.

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


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

* [Bug c++/38543] [C++0x] Cannot specialize variadic template function
       [not found] <bug-38543-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-04-17  2:37 ` jason at gcc dot gnu.org
@ 2012-04-17  3:36 ` jason at gcc dot gnu.org
  2012-04-17 14:13 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2012-04-17  3:36 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.8.0

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2012-04-17 03:34:04 UTC ---
Fixed for 4.8.


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

* [Bug c++/38543] [C++0x] Cannot specialize variadic template function
       [not found] <bug-38543-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-04-17  3:36 ` jason at gcc dot gnu.org
@ 2012-04-17 14:13 ` jason at gcc dot gnu.org
  2012-04-17 15:45 ` jason at gcc dot gnu.org
  2012-06-20 13:02 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2012-04-17 14:13 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> 2012-04-17 14:11:43 UTC ---
Author: jason
Date: Tue Apr 17 14:11:34 2012
New Revision: 186533

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186533
Log:
    PR c++/38543
    * pt.c (determine_specialization): Instead of comparing the number
    of parms, check that tsubst gives the right answer.

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


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

* [Bug c++/38543] [C++0x] Cannot specialize variadic template function
       [not found] <bug-38543-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2012-04-17 14:13 ` jason at gcc dot gnu.org
@ 2012-04-17 15:45 ` jason at gcc dot gnu.org
  2012-06-20 13:02 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2012-04-17 15:45 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.0                       |4.7.1

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> 2012-04-17 15:28:55 UTC ---
Also fixed for 4.7.1.


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

* [Bug c++/38543] [C++0x] Cannot specialize variadic template function
       [not found] <bug-38543-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2012-04-17 15:45 ` jason at gcc dot gnu.org
@ 2012-06-20 13:02 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2012-06-20 13:02 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sethcarnegie at gmail dot
                   |                            |com

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-06-20 13:01:09 UTC ---
*** Bug 53723 has been marked as a duplicate of this bug. ***


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

end of thread, other threads:[~2012-06-20 13:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-38543-4@http.gcc.gnu.org/bugzilla/>
2012-01-28  9:39 ` [Bug c++/38543] [C++0x] Cannot specialize variadic template function pinskia at gcc dot gnu.org
2012-04-16 17:34 ` jason at gcc dot gnu.org
2012-04-17  2:37 ` jason at gcc dot gnu.org
2012-04-17  3:36 ` jason at gcc dot gnu.org
2012-04-17 14:13 ` jason at gcc dot gnu.org
2012-04-17 15:45 ` jason at gcc dot gnu.org
2012-06-20 13:02 ` redi 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).