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 bootstrap/10229] [3.3/3.4 regression] [IA-64 HP-UX 11.22] Internal compiler error in emit_move_insn


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 ());
 
 }


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