This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/38002] gcc crash using -fvisibility-ms-compat
- From: "boz_gnu at boz dot org dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Oct 2009 17:39:29 -0000
- Subject: [Bug middle-end/38002] gcc crash using -fvisibility-ms-compat
- References: <bug-38002-16901@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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