This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/27082] segfault with virtual class and visibility ("hidden")
- From: "tbm at cyrius dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jun 2006 11:56:59 -0000
- Subject: [Bug target/27082] segfault with virtual class and visibility ("hidden")
- References: <bug-27082-2744@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #15 from tbm at cyrius dot com 2006-06-20 11:56 -------
With this patch applied, I get:
Assembling functions:
Virtual::Virtual()
../../../bug.c: In constructor 'Virtual::Virtual()':
../../../bug.c:1: error: unrecognizable insn:
(insn 8 4 9 2 (set (reg/f:DI 70)
(symbol_ref/i:DI ("_ZTV7Virtual") [flags 0x2] <var_decl 0x20000336e70
_ZTV7Virtual>)) -1 (nil)
(nil))
../../../bug.c:1: internal compiler error: in extract_insn, at recog.c:2077
Please submit a full bug report,
with preprocessed source if appropriate.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27082