public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/7294: GCC 3.1 problem with templates
@ 2002-07-12 14:40 nathan
  0 siblings, 0 replies; 3+ messages in thread
From: nathan @ 2002-07-12 14:40 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, vincent.lascaux

Synopsis: GCC 3.1 problem with templates

State-Changed-From-To: open->analyzed
State-Changed-By: nathan
State-Changed-When: Fri Jul 12 14:40:29 2002
State-Changed-Why:
    confirmed. btw you need a typename there
    	typename CFoo<value>::i CFooI;
    but it still fails the same way. I've attached a corrected
    test case

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


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

* Re: c++/7294: GCC 3.1 problem with templates
@ 2002-07-12 14:56 Vincent Lascaux
  0 siblings, 0 replies; 3+ messages in thread
From: Vincent Lascaux @ 2002-07-12 14:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 696 bytes --]

The following reply was made to PR c++/7294; it has been noted by GNATS.

From: "Vincent Lascaux" <vincent.lascaux@ifrance.com>
To: <nathan@gcc.gnu.org>,
	<gcc-bugs@gcc.gnu.org>,
	<gcc-prs@gcc.gnu.org>,
	<nobody@gcc.gnu.org>,
	<gcc-gnats@gcc.gnu.org>
Cc:  
Subject: Re: c++/7294: GCC 3.1 problem with templates
Date: Fri, 12 Jul 2002 23:47:33 +0200

 I think I've posted the problem twice (n° 7294 & 7295)
 I'm sorry
 
 Vincent
 
  
 ______________________________________________________________________________
 ifrance.com, l'email gratuit le plus complet de l'Internet !
 vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
 http://www.ifrance.com/_reloc/email.emailif
 
 


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

* c++/7294: GCC 3.1 problem with templates
@ 2002-07-12 14:16 vincent.lascaux
  0 siblings, 0 replies; 3+ messages in thread
From: vincent.lascaux @ 2002-07-12 14:16 UTC (permalink / raw)
  To: gcc-gnats


>Number:         7294
>Category:       c++
>Synopsis:       GCC 3.1 problem with templates
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          rejects-legal
>Submitter-Id:   net
>Arrival-Date:   Fri Jul 12 14:15:59 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Vincent Lascaux
>Release:        gcc version 3.1
>Organization:
>Environment:
winXP
>Description:
The following code leads to an "internal error"

main.cpp:
---------

template<template<class A> class CContainer>
struct CFoo
{
    typedef int i;
    CContainer<int> Foo;
};
template<class B>
struct CTest
{
    template<class A> struct value {};
    CFoo<value>::i CFooI;
};
int main() {}

g++ main.cpp
main.cpp: In instantiation of `CFoo<CTest<B>::value>':
main.cpp:11:   instantiated from here
main.cpp:3: internal error: Segmentation fault
>How-To-Repeat:
Compile the code
>Fix:
If you find one, please, tell me :)
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-07-12 21:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-12 14:40 c++/7294: GCC 3.1 problem with templates nathan
  -- strict thread matches above, loose matches on Subject: below --
2002-07-12 14:56 Vincent Lascaux
2002-07-12 14:16 vincent.lascaux

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