From mboxrd@z Thu Jan 1 00:00:00 1970 From: fasbjx@libertysurf.fr, Branjonneau@free.fr To: gcc-gnats@gcc.gnu.org, debian-gcc@lists.debian.org Subject: c++/3958: Template and operator Date: Tue, 07 Aug 2001 21:36:00 -0000 Message-id: <20010808004211.986533E40B@alpha.tchume.net> X-SW-Source: 2001-08/msg00120.html List-Id: >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: