public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/10690] [DR 115] Even when used within typeid(), a template-id generating an overload set with only one function should silently decay to a pointer to function
       [not found] <20030508184600.10690.sebor@roguewave.com>
@ 2003-12-17  5:39 ` mmitchel at gcc dot gnu dot org
  2003-12-17 15:23 ` bangerth at dealii dot org
  1 sibling, 0 replies; 6+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-12-17  5:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-12-17 05:35 -------
I'm trying to figure out if the 3.4 target milestone is appropriate.

Is this problem a regression?

-- 


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


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

* [Bug c++/10690] [DR 115] Even when used within typeid(), a template-id generating an overload set with only one function should silently decay to a pointer to function
       [not found] <20030508184600.10690.sebor@roguewave.com>
  2003-12-17  5:39 ` [Bug c++/10690] [DR 115] Even when used within typeid(), a template-id generating an overload set with only one function should silently decay to a pointer to function mmitchel at gcc dot gnu dot org
@ 2003-12-17 15:23 ` bangerth at dealii dot org
  1 sibling, 0 replies; 6+ messages in thread
From: bangerth at dealii dot org @ 2003-12-17 15:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2003-12-17 11:09 -------
I don't believe so -- Giovanni's small testcase doesn't compile 
with any gcc version I have. I'll remove the milestone. 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org
   Target Milestone|3.4                         |---


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


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

* [Bug c++/10690] [DR 115] Even when used within typeid(), a template-id generating an overload set with only one function should silently decay to a pointer to function
       [not found] <bug-10690-1186@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2009-11-26 16:00 ` jason at gcc dot gnu dot org
@ 2009-11-26 16:05 ` jason at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-11-26 16:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from jason at gcc dot gnu dot org  2009-11-26 16:04 -------
Fixed for 4.5.


-- 

jason at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/10690] [DR 115] Even when used within typeid(), a template-id generating an overload set with only one function should silently decay to a pointer to function
       [not found] <bug-10690-1186@http.gcc.gnu.org/bugzilla/>
  2008-11-28 17:04 ` pinskia at gcc dot gnu dot org
  2009-11-26  0:15 ` jason at gcc dot gnu dot org
@ 2009-11-26 16:00 ` jason at gcc dot gnu dot org
  2009-11-26 16:05 ` jason at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-11-26 16:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from jason at gcc dot gnu dot org  2009-11-26 16:00 -------
Subject: Bug 10690

Author: jason
Date: Thu Nov 26 15:59:52 2009
New Revision: 154675

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154675
Log:
        PR c++/10690
        * rtti.c (get_tinfo_decl_dynamic): Call resolve_nondeduced_context.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/rtti.c
    trunk/gcc/testsuite/g++.dg/template/explicit-args2.C


-- 


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


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

* [Bug c++/10690] [DR 115] Even when used within typeid(), a template-id generating an overload set with only one function should silently decay to a pointer to function
       [not found] <bug-10690-1186@http.gcc.gnu.org/bugzilla/>
  2008-11-28 17:04 ` pinskia at gcc dot gnu dot org
@ 2009-11-26  0:15 ` jason at gcc dot gnu dot org
  2009-11-26 16:00 ` jason at gcc dot gnu dot org
  2009-11-26 16:05 ` jason at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-11-26  0:15 UTC (permalink / raw)
  To: gcc-bugs



-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jason at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-12-11 23:08:37         |2009-11-26 00:15:13
               date|                            |


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


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

* [Bug c++/10690] [DR 115] Even when used within typeid(), a template-id generating an overload set with only one function should silently decay to a pointer to function
       [not found] <bug-10690-1186@http.gcc.gnu.org/bugzilla/>
@ 2008-11-28 17:04 ` pinskia at gcc dot gnu dot org
  2009-11-26  0:15 ` jason at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-11-28 17:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2008-11-28 17:02 -------
*** Bug 38309 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-11-26 16:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030508184600.10690.sebor@roguewave.com>
2003-12-17  5:39 ` [Bug c++/10690] [DR 115] Even when used within typeid(), a template-id generating an overload set with only one function should silently decay to a pointer to function mmitchel at gcc dot gnu dot org
2003-12-17 15:23 ` bangerth at dealii dot org
     [not found] <bug-10690-1186@http.gcc.gnu.org/bugzilla/>
2008-11-28 17:04 ` pinskia at gcc dot gnu dot org
2009-11-26  0:15 ` jason at gcc dot gnu dot org
2009-11-26 16:00 ` jason at gcc dot gnu dot org
2009-11-26 16:05 ` jason at gcc dot gnu dot 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).