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]

Re: 3.0 mips-sgi-irix6.5: Exception Handling Broken Recently


On Mon, May 21, 2001 at 03:52:09PM -0700, Jeffrey Oldham wrote:
> 
>     >  0 _Unwind_SetGR(0x7ffe36a8, 0x0, 0x10013038, 0x10013038, 0x7ffe36a8, 0x7, 0x1, 0x10012327) ["/users/joldham/pooma/dev7/gcc/gcc/unwind-dw2.c":0, 0x400c658]

In gcc/unwind-dw2.c,
  _Unwind_SetGR()'s third parameter is a _Unwind_Word.
In libstdc++-v3/libsupc++/eh_personality.cc:394:
  its third argument is a _Unwind_Ptr.

How does the code guarantee correct alignment for machines where
  typedef unsigned _Unwind_Word __attribute__((__mode__(__word__)))
  typedef unsigned _Unwind_Ptr \equiv __attribute__((__mode__(__pointer__)))
differ?  (See gcc/unwind.h.)

Thanks,
Jeffrey D. Oldham
oldham@codesourcery.com


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