This is the mail archive of the gcc@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]

Re: bootstrap failure on arm


reduced test case:

----------------------------------------------------------------------
 typedef void (*personality_routine) (
     void *);


typedef struct { unsigned vfp[63]; } phase1_vrs;



void
__gnu_Unwind_RaiseException (unsigned * ucbp);
void
__gnu_Unwind_RaiseException (unsigned * ucbp)
{
 phase1_vrs saved_vrs;

 ((personality_routine) (ucbp[0]))
         ((void *) &saved_vrs);
}
---------------------------------------------------------------------


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