public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/3958: Template and operator.
@ 2002-03-17 19:00 gdr
  0 siblings, 0 replies; 3+ messages in thread
From: gdr @ 2002-03-17 19:00 UTC (permalink / raw)
  To: fasbjx, gcc-bugs, gcc-prs, gdr, nobody

Synopsis: Template and operator.

Responsible-Changed-From-To: gdr->unassigned
Responsible-Changed-By: gdr
Responsible-Changed-When: Sun Mar 17 19:00:47 2002
Responsible-Changed-Why:
    No longer workign on it.

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


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

* Re: c++/3958: Template and operator.
@ 2001-08-13  4:00 gdr
  0 siblings, 0 replies; 3+ messages in thread
From: gdr @ 2001-08-13  4:00 UTC (permalink / raw)
  To: fasbjx, gcc-bugs, gcc-prs, gdr, nobody

Synopsis: Template and operator.

Responsible-Changed-From-To: unassigned->gdr
Responsible-Changed-By: gdr
Responsible-Changed-When: Mon Aug 13 04:00:36 2001
Responsible-Changed-Why:
    Boo!
State-Changed-From-To: open->analyzed
State-Changed-By: gdr
State-Changed-When: Mon Aug 13 04:00:36 2001
State-Changed-Why:
    Confirmed as a bug.  Two-phase name lookup in template codes in
    not done properly -- we fail to reject undeclared non-dependent names.
    
    -- Gaby

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3958&database=gcc


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

* c++/3958: Template and operator
@ 2001-08-07 21:36 fasbjx, Branjonneau
  0 siblings, 0 replies; 3+ messages in thread
From: fasbjx, Branjonneau @ 2001-08-07 21:36 UTC (permalink / raw)
  To: gcc-gnats, debian-gcc

>Number:         3958
>Category:       c++
>Synopsis:       Template and operator.
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 07 21:36:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Franck Branjonneau
>Release:        3.0 (Debian) (Debian testing/unstable)
>Organization:
>Environment:
System: Linux alpha.tchume.net 2.4.4 #2 mar mai 22 08:16:07 CEST 2001 i586 unknown
Architecture: i586

	
host: i386-pc-linux-gnu
build: i386-pc-linux-gnu
target: i386-pc-linux-gnu
configured with: ../src/configure -v --enable-languages=c,c++,java,f77,proto,objc --prefix=/usr --infodir=/share/info --mandir=/share/man --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --enable-long-long --enable-nls --without-x --without-included-gettext --disable-checking --enable-threads=posix --enable-java-gc=boehm --with-cpp-install-dir=bin --enable-objc-gc i386-linux
>Description:
The following code:

template< int >
struct T {};

template< int >
struct S {

  operator typename T< oops >::anything () {};

};

gives, from codesourcery:

GCC Output


These are the results of processing your source code with the following command:

    g++ [input] 


Exit code: 256

Messages:

    /usr/tmp/@30234.7.cc:7: Internal error: Segmentation fault

	
>How-To-Repeat:
	
>Fix:
	



>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-03-18  3:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-17 19:00 c++/3958: Template and operator gdr
  -- strict thread matches above, loose matches on Subject: below --
2001-08-13  4:00 gdr
2001-08-07 21:36 fasbjx, Branjonneau

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