This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/38002] gcc crash using -fvisibility-ms-compat



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]