This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c++/9543: Syntax error on calling a template method from a template function


>Number:         9543
>Category:       c++
>Synopsis:       Syntax error on calling a template method from a template function
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          rejects-legal
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 03 10:06:01 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     petridis@iit.demokritos.gr
>Release:        gcc version 3.2 20020927 (prerelease)
>Organization:
>Environment:
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/specs
Configured with: /netrel/src/gcc-3.2-3/configure --enable-languages=c,c++,f77,java --enable-libgcj --enable-threads=posix --with-system-zlib --enable-nls --without-included-gettext --enable-interpreter --disable-sjlj-exceptions --disable-version-specific-runtime-libs --enable-shared --build=i686-pc-linux --host=i686-pc-cygwin --target=i686-pc-cygwin --enable-haifa --prefix=/usr --exec-prefix=/usr
--sysconfdir=/etc --libdir=/usr/lib --includedir=/nonexistent/include --libexecdir=/usr/sbin
Thread model: posix
>Description:
The problem occurs when calling a template method of a class, the parameter of which is not among its arguments and hence must be explicitely given. The class need not be a template class.

In addition, the calling point should be inside a template function.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/octet-stream; name="test.ii"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="test.ii"

IyAxICJ0ZXN0LmNwcCIKIyAxICI8YnVpbHQtaW4+IgojIDEgIjxjb21tYW5kIGxpbmU+IgojIDEg
InRlc3QuY3BwIgoKY2xhc3MgQQp7CnB1YmxpYzoKICB0ZW1wbGF0ZTx0eXBlbmFtZSBUPgogIHZv
aWQgZm9vKCkKICB7CgoKICB9OwoKfTsKCnRlbXBsYXRlPHR5cGVuYW1lIFQ+CnZvaWQgZiggQSAm
IGEgKQp7CgogIGEuZm9vPGludD4oKTsKfTsKCmludCBtYWluKCkKewoKICBBIGE7CgogIGY8aW50
PihhKTsKCgp9Owo=


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]