This is the mail archive of the gcc-prs@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]

Re: c++/6523: bug with pointers to template functions


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

From: Oliver Schoenborn <oliver.schoenborn@utoronto.ca>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
 	reichelt@igpm.rwth-aachen.de, gcc-bugs@gcc.gnu.org,
 	nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/6523: bug with pointers to template functions
Date: Mon, 27 May 2002 21:34:50 -0400

 > From: Reichelt <reichelt@igpm.rwth-aachen.de>
 > To: gcc-gnats@gcc.gnu.org, oliver.schoenborn@utoronto.ca, gcc-bugs@gcc.gnu.org,
 >         nobody@gcc.gnu.org
 > Subject: Re: c++/6523: bug with pointers to template functions
 > Date: Mon, 27 May 2002 16:49:49 +0200
 > 
 >  Hi,
 > 
 >  the example can be reduced to the one in PR 4249.
 >  Therefore, the PR can probably be closed.
 > 
 >  Greetings,
 >  Volker Reichelt
 > 
 > 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6523
 > 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4249
 
 It's not clear to me that 6523 can be reduced to 4249, unless someone
 knows what *causes* the bug. Indeed, my example Foo1 class (see bug
 report 6523 abnove) is similar to 4249 example, IT actually compiles
 fine, it is the *Foo2* class example that causes compiler to crash on
 the g++ source file. That one does NOT reduce to 4249 (AFAICT). So it
 may well be a different bug. I would rather not close 6523 but just add
 a note in 4249 that the bugs may be related, unless someone knows for
 sure that they are the same (rather than just appear related).
 
 Oliver


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