Bug 8337 - wrong typeinfo in implementation of template method for specialized template class
Summary: wrong typeinfo in implementation of template method for specialized template ...
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 3.2
: P3 normal
Target Milestone: 3.3.1
Assignee: Not yet assigned to anyone
URL:
Keywords: wrong-code
Depends on:
Blocks:
 
Reported: 2002-10-24 06:16 UTC by schnoerr
Modified: 2003-11-16 02:35 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
test.cc (234 bytes, text/plain)
2003-05-21 15:16 UTC, schnoerr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schnoerr 2002-10-24 06:16:00 UTC
see attached file

Release:
unknown

Environment:
gcc -v
Reading specs from /bin/../lib/gcc-lib/i686-pc-cygwin/3.2/specs
Configured with: /netrel/src/gcc-3.2-1/configure --enable-languages=c,c++,f77,java --enable-libgcj --enable-threads=posix --with-system-zlib --enable-nls --without-included-gettext --enable-interpreter --disable-sjlj-exceptions --disable-version-specific-runtime-libs --enable-shared --build=i686-pc-linux --host=i686-pc-cygwin --target=i686-pc-cygwin --enable-haifa --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --includedir=/nonexistent/include --libexecdir=/usr/sbin
Thread model: posix
gcc version 3.2 20020818 (prerelease)
Comment 1 Kriang Lerdsuwanakij 2002-10-24 07:02:24 UTC
State-Changed-From-To: open->analyzed
State-Changed-Why: Confirmed.
Comment 2 Andrew Pinski 2003-08-01 20:48:37 UTC
I get this on the mainline (20030801):
d,   d
d
d

Is this the correct output, I get the same with ICC 6.0.
Comment 3 Andrew Pinski 2003-11-16 02:35:39 UTC
Fixed for 3.3 (at least 3.3.1).