public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11407] New: Function cannot be resolved
@ 2003-07-02 15:28 bangerth at dealii dot org
  2003-07-02 16:23 ` [Bug c++/11407] " giovannibajo at libero dot it
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bangerth at dealii dot org @ 2003-07-02 15:28 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: Function cannot be resolved
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bangerth at dealii dot org
                CC: gcc-bugs at gcc dot gnu dot org

I'm surprised to find out that gcc doesn't grok this:
-----------------------------
template <int N> void f () {}

void g () {
  &f<2>;
}
-----------------------------
icc accepts this, but with gcc I get
tmp/gg> ../build-gcc/gcc-install/bin/c++ -c abc.cc
abc.cc: In function `void g()':
abc.cc:4: error: statement cannot resolve address of overloaded function

f<2> is a fully specialized function name, so it is not overloaded. How
am I supposed to use this?

W.


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

* [Bug c++/11407] Function cannot be resolved
  2003-07-02 15:28 [Bug c++/11407] New: Function cannot be resolved bangerth at dealii dot org
@ 2003-07-02 16:23 ` giovannibajo at libero dot it
  2003-07-04 22:28 ` bangerth at dealii dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: giovannibajo at libero dot it @ 2003-07-02 16:23 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From giovannibajo at libero dot it  2003-07-02 16:23 -------
This is basically DR115, which is not resolved yet.


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

* [Bug c++/11407] [DR 115] Function cannot be resolved
  2003-07-02 15:28 [Bug c++/11407] New: Function cannot be resolved bangerth at dealii dot org
  2003-07-02 16:23 ` [Bug c++/11407] " giovannibajo at libero dot it
  2003-07-04 22:28 ` bangerth at dealii dot org
@ 2003-07-04 22:28 ` bangerth at dealii dot org
  2003-08-04  0:31 ` pinskia at physics dot uc dot edu
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bangerth at dealii dot org @ 2003-07-04 22:28 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |SUSPENDED
            Summary|Function cannot be resolved |[DR 115] Function cannot be
                   |                            |resolved


------- Additional Comments From bangerth at dealii dot org  2003-07-04 22:28 -------
Suspend until DR 115 is ready.


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

* [Bug c++/11407] Function cannot be resolved
  2003-07-02 15:28 [Bug c++/11407] New: Function cannot be resolved bangerth at dealii dot org
  2003-07-02 16:23 ` [Bug c++/11407] " giovannibajo at libero dot it
@ 2003-07-04 22:28 ` bangerth at dealii dot org
  2003-07-04 22:28 ` [Bug c++/11407] [DR 115] " bangerth at dealii dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bangerth at dealii dot org @ 2003-07-04 22:28 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-04 22:28:13
               date|                            |


------- Additional Comments From bangerth at dealii dot org  2003-07-04 22:28 -------
Confirm to suspend...


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

* [Bug c++/11407] [DR 115] Function cannot be resolved
  2003-07-02 15:28 [Bug c++/11407] New: Function cannot be resolved bangerth at dealii dot org
                   ` (2 preceding siblings ...)
  2003-07-04 22:28 ` [Bug c++/11407] [DR 115] " bangerth at dealii dot org
@ 2003-08-04  0:31 ` pinskia at physics dot uc dot edu
  2003-12-06  8:10 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-04  0:31 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


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

* [Bug c++/11407] [DR 115] Function cannot be resolved
  2003-07-02 15:28 [Bug c++/11407] New: Function cannot be resolved bangerth at dealii dot org
                   ` (3 preceding siblings ...)
  2003-08-04  0:31 ` pinskia at physics dot uc dot edu
@ 2003-12-06  8:10 ` pinskia at gcc dot gnu dot org
  2004-04-02  8:05 ` stl at caltech dot edu
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-06  8:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid
   Last reconfirmed|2003-09-08 04:31:09         |2003-12-06 08:10:07
               date|                            |


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


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

* [Bug c++/11407] [DR 115] Function cannot be resolved
  2003-07-02 15:28 [Bug c++/11407] New: Function cannot be resolved bangerth at dealii dot org
                   ` (4 preceding siblings ...)
  2003-12-06  8:10 ` pinskia at gcc dot gnu dot org
@ 2004-04-02  8:05 ` stl at caltech dot edu
  2004-04-02 12:33 ` pinskia at gcc dot gnu dot org
  2004-05-29  2:52 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: stl at caltech dot edu @ 2004-04-02  8:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From stl at caltech dot edu  2004-04-02 08:04 -------
Core DR 115 now has WP status:
http://std.dkuug.dk/jtc1/sc22/wg21/docs/cwg_defects.html#115

-- 


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


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

* [Bug c++/11407] [DR 115] Function cannot be resolved
  2003-07-02 15:28 [Bug c++/11407] New: Function cannot be resolved bangerth at dealii dot org
                   ` (5 preceding siblings ...)
  2004-04-02  8:05 ` stl at caltech dot edu
@ 2004-04-02 12:33 ` pinskia at gcc dot gnu dot org
  2004-05-29  2:52 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-02 12:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-02 12:33 -------
Ok, moving to NEW then.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |NEW
   Last reconfirmed|2004-03-06 04:31:55         |2004-04-02 12:33:28
               date|                            |


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


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

* [Bug c++/11407] [DR 115] Function cannot be resolved
  2003-07-02 15:28 [Bug c++/11407] New: Function cannot be resolved bangerth at dealii dot org
                   ` (6 preceding siblings ...)
  2004-04-02 12:33 ` pinskia at gcc dot gnu dot org
@ 2004-05-29  2:52 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-29  2:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-28 18:49 -------
*** Bug 15711 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at uzdavinis dot com


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


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

end of thread, other threads:[~2004-05-28 18:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-02 15:28 [Bug c++/11407] New: Function cannot be resolved bangerth at dealii dot org
2003-07-02 16:23 ` [Bug c++/11407] " giovannibajo at libero dot it
2003-07-04 22:28 ` bangerth at dealii dot org
2003-07-04 22:28 ` [Bug c++/11407] [DR 115] " bangerth at dealii dot org
2003-08-04  0:31 ` pinskia at physics dot uc dot edu
2003-12-06  8:10 ` pinskia at gcc dot gnu dot org
2004-04-02  8:05 ` stl at caltech dot edu
2004-04-02 12:33 ` pinskia at gcc dot gnu dot org
2004-05-29  2:52 ` pinskia 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).