public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/25357]  New: ICE in typeid
@ 2005-12-12  4:01 halcy0n at gentoo dot org
  2005-12-12  4:28 ` [Bug c++/25357] [3.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: halcy0n at gentoo dot org @ 2005-12-12  4:01 UTC (permalink / raw)
  To: gcc-bugs

The following code fails on 3.3.6 and 3.4.5.  It does work on 4.0.2 and 4.1.0,
so I'm not sure if a fix would be backported to the 3.4 branch.

#include <typeinfo>

using namespace std;

class A
{
public:
        A ();
        virtual int a() = 0;
};

int main(void)
{
        A *B;

        typeid(typeid(*B)).name();
}


-- 
           Summary: ICE in typeid
           Product: gcc
           Version: 3.4.5
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: halcy0n at gentoo dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25357


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

end of thread, other threads:[~2007-02-03 16:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-12  4:01 [Bug c++/25357] New: ICE in typeid halcy0n at gentoo dot org
2005-12-12  4:28 ` [Bug c++/25357] [3.4 Regression] " pinskia at gcc dot gnu dot org
2005-12-12  4:30 ` pinskia at gcc dot gnu dot org
2005-12-12 22:49 ` [Bug c++/25357] [3.4/4.0 " reichelt at gcc dot gnu dot org
2006-01-04  9:23 ` [Bug c++/25357] [3.4/4.0/4.2 " halcy0n at gentoo dot org
2006-01-04 12:40 ` [Bug c++/25357] [3.4/4.0 " pinskia at gcc dot gnu dot org
2006-01-15  8:09 ` halcy0n at gentoo dot org
2006-01-15 22:57 ` mmitchel at gcc dot gnu dot org
2006-02-22 14:09 ` pinskia at gcc dot gnu dot org
2006-03-11  3:16 ` mmitchel at gcc dot gnu dot org
2006-05-13 21:21 ` [Bug c++/25357] [4.0 " pinskia at gcc dot gnu dot org
2006-07-11 19:59 ` dtemirbulatov at gmail dot com
2007-02-03 16:08 ` gdr at gcc dot gnu dot org

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