public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/59818] [4.9 regression] Bogus error: call of overloaded .... is ambiguous
       [not found] <bug-59818-4@http.gcc.gnu.org/bugzilla/>
@ 2014-01-15  5:36 ` ppluzhnikov at gcc dot gnu.org
  2014-01-15 11:48 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: ppluzhnikov at gcc dot gnu.org @ 2014-01-15  5:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from ppluzhnikov at gcc dot gnu.org ---
Author: ppluzhnikov
Date: Wed Jan 15 05:35:24 2014
New Revision: 206618

URL: http://gcc.gnu.org/viewcvs?rev=206618&root=gcc&view=rev
Log:
For Google b/12471166 and PR 59818, rollback r206534
(which was a back-port from trunk of r197790).

Modified:
    branches/google/gcc-4_8/gcc/cp/pt.c
    branches/google/gcc-4_8/gcc/testsuite/g++.dg/template/non-deducible1.C
    branches/google/gcc-4_8/gcc/testsuite/g++.dg/template/nontype25.C


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

* [Bug c++/59818] [4.9 regression] Bogus error: call of overloaded .... is ambiguous
       [not found] <bug-59818-4@http.gcc.gnu.org/bugzilla/>
  2014-01-15  5:36 ` [Bug c++/59818] [4.9 regression] Bogus error: call of overloaded .... is ambiguous ppluzhnikov at gcc dot gnu.org
@ 2014-01-15 11:48 ` rguenth at gcc dot gnu.org
  2014-01-21 10:24 ` paolo.carlini at oracle dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-01-15 11:48 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid
      Known to work|                            |4.8.2
            Version|unknown                     |4.9.0
             Blocks|                            |23055
   Target Milestone|---                         |4.9.0


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

* [Bug c++/59818] [4.9 regression] Bogus error: call of overloaded .... is ambiguous
       [not found] <bug-59818-4@http.gcc.gnu.org/bugzilla/>
  2014-01-15  5:36 ` [Bug c++/59818] [4.9 regression] Bogus error: call of overloaded .... is ambiguous ppluzhnikov at gcc dot gnu.org
  2014-01-15 11:48 ` rguenth at gcc dot gnu.org
@ 2014-01-21 10:24 ` paolo.carlini at oracle dot com
  2014-01-28 19:06 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: paolo.carlini at oracle dot com @ 2014-01-21 10:24 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Let's add Jason in CC.


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

* [Bug c++/59818] [4.9 regression] Bogus error: call of overloaded .... is ambiguous
       [not found] <bug-59818-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-01-21 10:24 ` paolo.carlini at oracle dot com
@ 2014-01-28 19:06 ` jason at gcc dot gnu.org
  2014-01-28 22:00 ` jason at gcc dot gnu.org
  2014-01-29  3:22 ` jason at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2014-01-28 19:06 UTC (permalink / raw)
  To: gcc-bugs

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

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

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


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

* [Bug c++/59818] [4.9 regression] Bogus error: call of overloaded .... is ambiguous
       [not found] <bug-59818-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-01-28 19:06 ` jason at gcc dot gnu.org
@ 2014-01-28 22:00 ` jason at gcc dot gnu.org
  2014-01-29  3:22 ` jason at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2014-01-28 22:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Jan 28 22:00:05 2014
New Revision: 207215

URL: http://gcc.gnu.org/viewcvs?rev=207215&root=gcc&view=rev
Log:
    PR c++/59818
    * pt.c (tsubst_function_type): Make sure we keep the same function
    quals.

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


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

* [Bug c++/59818] [4.9 regression] Bogus error: call of overloaded .... is ambiguous
       [not found] <bug-59818-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2014-01-28 22:00 ` jason at gcc dot gnu.org
@ 2014-01-29  3:22 ` jason at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2014-01-29  3:22 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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


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

end of thread, other threads:[~2014-01-29  3:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-59818-4@http.gcc.gnu.org/bugzilla/>
2014-01-15  5:36 ` [Bug c++/59818] [4.9 regression] Bogus error: call of overloaded .... is ambiguous ppluzhnikov at gcc dot gnu.org
2014-01-15 11:48 ` rguenth at gcc dot gnu.org
2014-01-21 10:24 ` paolo.carlini at oracle dot com
2014-01-28 19:06 ` jason at gcc dot gnu.org
2014-01-28 22:00 ` jason at gcc dot gnu.org
2014-01-29  3:22 ` 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).