Processing commands for [EMAIL PROTECTED]:
> reassign 148603 g++-2.95
Bug#148603: gcc: crash when template declared after use
Bug reassigned from package `gcc' to `g++-2.95'.
> retitle 148603 [fixed in g++-3.1] crash when template declared after use
Bug#148603: gcc: crash when t
reassign 148603 g++-2.95
retitle 148603 [fixed in g++-3.1] crash when template declared after use
tags 148603 + fixed
thanks
unlikely to be fixed in g++-2.95. fixed in both g++-3.0 and g++-3.1
Glenn Maynard writes:
> Package: gcc
> Version: 2:2.95.4-15
> Severity: normal
>
> struct T {
>
Package: gcc
Version: 2:2.95.4-15
Severity: normal
struct T {
void A()
{
B("x");
}
template
void B(const T &n)
{
}
};
06:26pm [EMAIL PROTECTED]/5 [~/prob] g++ -g -Wall oops.cc
oops.cc: In method `void T::B(const char (&)[2])
3 matches
Mail list logo