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

Oliver Schoenborn oliver.schoenborn@utoronto.ca
Mon May 27 19:26:00 GMT 2002


> 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



More information about the Gcc-bugs mailing list