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++/5004: Full specialisation of member templates failing



>Number:         5004
>Category:       c++
>Synopsis:       Full specialisation of member templates failing
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 04 01:36:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Benko Pal
>Release:        3.0.2
>Organization:
>Environment:
SuSE linux 7.1, i686
>Description:
The attached program tries to specialise a member class
template in (hopefully) all possible ways.  Partial
specialisations succeed, but full specialisation succeeds
only when the enclosing class is non-templated, and the
specialisation is declared outside of the enclosing class.

arta:~/c/proba$ /gml/shared/gcc-3.0.2/bin/g++ -c spectemplmem.cc
spectemplmem.cc:12: explicit specialization in non-namespace scope `struct 
   a<T>'
spectemplmem.cc:12: enclosing class templates are not explicitly specialized
spectemplmem.cc:14: template parameters not used in partial specialization:
spectemplmem.cc:14:         `T'
spectemplmem.cc:24: enclosing class templates are not explicitly specialized
spectemplmem.cc:26: template parameters not used in partial specialization:
spectemplmem.cc:26:         `T'
spectemplmem.cc:38: explicit specialization in non-namespace scope `struct c'
zsh: exit 1     /gml/shared/gcc-3.0.2/bin/g++ -c spectemplmem.cc
arta:~/c/proba$ 
>How-To-Repeat:

>Fix:

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

dGVtcGxhdGUgPHR5cGVuYW1lIFQ+CnN0cnVjdCBhCnsKICB0ZW1wbGF0ZSA8dHlwZW5hbWUgVT4K
ICBzdHJ1Y3QgYgogIHt9OwoKICB0ZW1wbGF0ZSA8dHlwZW5hbWUgVz4KICBzdHJ1Y3QgYjxiPFc+
ID4KICB7fTsKCiAgdGVtcGxhdGUgPD4KICBzdHJ1Y3QgYjx2b2lkPiAKICB7fTsKfTsKCnRlbXBs
YXRlIDx0eXBlbmFtZSBUPgp0ZW1wbGF0ZSA8dHlwZW5hbWUgVj4Kc3RydWN0IGE8VD46OmI8YTxW
PiA+Cnt9OwoKCnRlbXBsYXRlIDx0eXBlbmFtZSBUPgp0ZW1wbGF0ZSA8PgpzdHJ1Y3QgYTxUPjo6
YjxpbnQ+Cnt9OwoKc3RydWN0IGMKewogIHRlbXBsYXRlIDx0eXBlbmFtZSBVPgogIHN0cnVjdCBi
CiAge307CgogIHRlbXBsYXRlIDx0eXBlbmFtZSBXPgogIHN0cnVjdCBiPGI8Vz4gPgogIHt9OwoK
ICB0ZW1wbGF0ZSA8PgogIHN0cnVjdCBiPHZvaWQ+IAogIHt9Owp9OwoKdGVtcGxhdGUgPHR5cGVu
YW1lIFY+CnN0cnVjdCBjOjpiPGE8Vj4gPgp7fTsKCgp0ZW1wbGF0ZSA8PgpzdHJ1Y3QgYzo6Yjxp
bnQ+Cnt9OwoKCmludAptYWluKCkKewogIGE8Y2hhciAqPjo6YjxhPGludD4gPiAgICAgICBxMDsK
ICBhPHZvaWQ+OjpiPGludD4gICAgICAgICAgICAgcTE7CiAgYTxpbnQ+OjpiPGE8aW50Pjo6Yjx2
b2lkPiA+IHEyOwogIGE8ZmxvYXQ+OjpiPHZvaWQ+ICAgICAgICAgICBxMzsKICBhPGxvbmc+Ojpi
PGNoYXIgKj4gICAgICAgICAgcTQ7CiAgYzo6YjxhPGZsb2F0PiA+ICAgICAgICAgICAgIHE1Owog
IGM6OmI8dm9pZD4gICAgICAgICAgICAgICAgICBxNjsKICBjOjpiPGM6OmI8YTxpbnQ+ID4gPiAg
ICAgICAgcTc7CiAgYzo6YjxpbnQ+ICAgICAgICAgICAgICAgICAgIHE4OwogIGM6OmI8Y2hhciAq
PiAgICAgICAgICAgICAgICBxOTsKCiAgcmV0dXJuIDA7Cn0K


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