This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/10229] [3.3/3.4 regression] [IA-64 HP-UX 11.22] Internal compiler error in emit_move_insn
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jun 2003 04:08:08 -0000
- Subject: [Bug bootstrap/10229] [3.3/3.4 regression] [IA-64 HP-UX 11.22] Internal compiler error in emit_move_insn
- References: <20030326193600.10229.gcc-bug@bullseye.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10229
dhazeghi@yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|dhazeghi@yahoo.com |sje@cup.hp.com
GCC build triplet| |ia64-hp-hpux11.22
GCC host triplet| |ia64-hp-hpux11.22
GCC target triplet| |ia64-hp-hpux11.22
------- Additional Comments From dhazeghi@yahoo.com 2003-06-08 04:08 -------
Steve,
you seem to be the developer both most active and knowledgeable on IA64 ilp32 issues. Do you
have any suggestions regarding the problem in this report? The failing testcase appears reasonably
straightforward, and the problem only occurs in ilp32 mode. Thanks,
Dara
P.S. This is the testcase (just to make clear, as the trail for this bug has become a bit convoluted):
struct _Unwind_Context
{
unsigned long eh_data[4];
};
extern void uw_init_context_1();
void
_Unwind_RaiseException(void)
{
struct _Unwind_Context this_context;
uw_init_context_1 (&this_context, __builtin_ia64_bsp ());
}