------- Comment #4 from boz_gnu at boz dot org dot uk  2009-10-26 17:39 -------
(In reply to comment #3)
> Reduced testcase, not a regression.

Here's a further reduction which still reproduces the crash:

namespace std __attribute__ ((__visibility__ ("default"))) {
    class type_info   { };
};

void foo() {
  int i;
  typeid(&i);
}


-- 

boz_gnu at boz dot org dot uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |boz_gnu at boz dot org dot
                   |                            |uk


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

Reply via email to