public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/61134] [4.7/4.8/4.9/4.10 Regression][C++11] bogus "no matching function for call..."
       [not found] <bug-61134-4@http.gcc.gnu.org/bugzilla/>
@ 2014-05-13 12:01 ` rguenth at gcc dot gnu.org
  2014-06-03  1:35 ` jason at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-05-13 12:01 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.6.4
            Version|unknown                     |4.8.2
   Target Milestone|---                         |4.7.4


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

* [Bug c++/61134] [4.7/4.8/4.9/4.10 Regression][C++11] bogus "no matching function for call..."
       [not found] <bug-61134-4@http.gcc.gnu.org/bugzilla/>
  2014-05-13 12:01 ` [Bug c++/61134] [4.7/4.8/4.9/4.10 Regression][C++11] bogus "no matching function for call..." rguenth at gcc dot gnu.org
@ 2014-06-03  1:35 ` jason at gcc dot gnu.org
  2014-06-03  4:58 ` jason at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2014-06-03  1:35 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2014-06-03
                 CC|                            |jason at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |jason at gcc dot gnu.org
     Ever confirmed|0                           |1


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

* [Bug c++/61134] [4.7/4.8/4.9/4.10 Regression][C++11] bogus "no matching function for call..."
       [not found] <bug-61134-4@http.gcc.gnu.org/bugzilla/>
  2014-05-13 12:01 ` [Bug c++/61134] [4.7/4.8/4.9/4.10 Regression][C++11] bogus "no matching function for call..." rguenth at gcc dot gnu.org
  2014-06-03  1:35 ` jason at gcc dot gnu.org
@ 2014-06-03  4:58 ` jason at gcc dot gnu.org
  2014-06-03 11:56 ` jason at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2014-06-03  4:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Jun  3 04:57:32 2014
New Revision: 211159

URL: http://gcc.gnu.org/viewcvs?rev=211159&root=gcc&view=rev
Log:
    PR c++/61134
    * pt.c (pack_deducible_p): Handle canonicalization.

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


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

* [Bug c++/61134] [4.7/4.8/4.9/4.10 Regression][C++11] bogus "no matching function for call..."
       [not found] <bug-61134-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-06-03  4:58 ` jason at gcc dot gnu.org
@ 2014-06-03 11:56 ` jason at gcc dot gnu.org
  2014-06-03 12:25 ` [Bug c++/61134] [4.7/4.8 " jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2014-06-03 11:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Jun  3 11:55:28 2014
New Revision: 211175

URL: http://gcc.gnu.org/viewcvs?rev=211175&root=gcc&view=rev
Log:
    PR c++/61134
    * pt.c (pack_deducible_p): Handle canonicalization.

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


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

* [Bug c++/61134] [4.7/4.8 Regression][C++11] bogus "no matching function for call..."
       [not found] <bug-61134-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-06-03 11:56 ` jason at gcc dot gnu.org
@ 2014-06-03 12:25 ` jason at gcc dot gnu.org
  2014-06-09 19:56 ` jason at gcc dot gnu.org
  2014-06-09 19:56 ` jason at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2014-06-03 12:25 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.7/4.8/4.9/4.10           |[4.7/4.8 Regression][C++11]
                   |Regression][C++11] bogus    |bogus "no matching function
                   |"no matching function for   |for call..."
                   |call..."                    |

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Fixed for 4.9.1 and trunk so far.


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

* [Bug c++/61134] [4.7/4.8 Regression][C++11] bogus "no matching function for call..."
       [not found] <bug-61134-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2014-06-09 19:56 ` jason at gcc dot gnu.org
@ 2014-06-09 19:56 ` jason at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2014-06-09 19:56 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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


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

* [Bug c++/61134] [4.7/4.8 Regression][C++11] bogus "no matching function for call..."
       [not found] <bug-61134-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2014-06-03 12:25 ` [Bug c++/61134] [4.7/4.8 " jason at gcc dot gnu.org
@ 2014-06-09 19:56 ` jason at gcc dot gnu.org
  2014-06-09 19:56 ` jason at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu.org @ 2014-06-09 19:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Mon Jun  9 19:56:21 2014
New Revision: 211387

URL: http://gcc.gnu.org/viewcvs?rev=211387&root=gcc&view=rev
Log:
    PR c++/61134
    * pt.c (pack_deducible_p): Handle canonicalization.

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


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-61134-4@http.gcc.gnu.org/bugzilla/>
2014-05-13 12:01 ` [Bug c++/61134] [4.7/4.8/4.9/4.10 Regression][C++11] bogus "no matching function for call..." rguenth at gcc dot gnu.org
2014-06-03  1:35 ` jason at gcc dot gnu.org
2014-06-03  4:58 ` jason at gcc dot gnu.org
2014-06-03 11:56 ` jason at gcc dot gnu.org
2014-06-03 12:25 ` [Bug c++/61134] [4.7/4.8 " jason at gcc dot gnu.org
2014-06-09 19:56 ` jason at gcc dot gnu.org
2014-06-09 19:56 ` 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).