public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/7939: ICE on invalid template usage
@ 2002-09-16 14:56 kparz
  0 siblings, 0 replies; 2+ messages in thread
From: kparz @ 2002-09-16 14:56 UTC (permalink / raw)
  To: gcc-gnats


>Number:         7939
>Category:       c++
>Synopsis:       ICE on invalid template usage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Sep 16 14:56:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Krzysztof Parzyszek <kparz@iastate.edu>
>Release:        3.3 20020916 (experimental)
>Organization:
>Environment:
System: FreeBSD arcturus.student.iastate.edu 4.6-STABLE FreeBSD 4.6-STABLE #15: Sat Aug 24 23:25:48 CDT 2002 kparz@arcturus.student.iastate.edu:/usr/obj/usr/src/sys/ARCTURUS i386



host: i386-unknown-freebsd4.6
build: i386-unknown-freebsd4.6
target: i386-unknown-freebsd4.6
configured with: ../gcc/configure --prefix=/u/gcc-20020916 --enable-languages=c,c++,f77
>Description:
Attempt to create a partial specialization of a function template (problem 1)
with a type `void' used as a function argument type (problem 2) causes an
internal compiler error.
>How-To-Repeat:
# 1 "gcc-ice1.cc"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "gcc-ice1.cc"
template <class T, class U> void foo(T, U) {}
template <class T> void foo<T,void>(T, void) {}
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: c++/7939: ICE on invalid template usage
@ 2002-09-28  7:22 lerdsuwa
  0 siblings, 0 replies; 2+ messages in thread
From: lerdsuwa @ 2002-09-28  7:22 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, kparz, nobody

Synopsis: ICE on invalid template usage

State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Sat Sep 28 07:22:40 2002
State-Changed-Why:
    Confirmed.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7939


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

end of thread, other threads:[~2002-09-28 14:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-16 14:56 c++/7939: ICE on invalid template usage kparz
2002-09-28  7:22 lerdsuwa

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).