GCC Bugzilla – Attachment 36738 Details for
Bug 68385
[6 Regression] ICE building libstdc++ on arm-none-eabi
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Reduced testcase
reduced.cc (text/x-csrc), 623 bytes, created by
Alan Lawrence
on 2015-11-17 14:07:45 UTC
(
hide
)
Description:
Reduced testcase
Filename:
MIME Type:
Creator:
Alan Lawrence
Created:
2015-11-17 14:07:45 UTC
Size:
623 bytes
patch
obsolete
>/* /work/alalaw01/build-arm-none-eabi/install/bin/arm-none-eabi-gcc besttry.cc -c */ >typedef unsigned _Unwind_Word __attribute__((__mode__(__word__))); >typedef enum > { > _US_FORCE_UNWIND = 8, > } >_Unwind_State; >struct _Unwind_Control_Block > { > struct { _Unwind_Word sp; } barrier_cache; > }; >_Unwind_Word _Unwind_GetGR (struct _Unwind_Context *context, int regno); > >bool __gxx_personality_v0 (_Unwind_State state, > _Unwind_Control_Block* ue_header, > struct _Unwind_Context* context) >{ > return (!(state & _US_FORCE_UNWIND) > && ue_header->barrier_cache.sp == _Unwind_GetGR(context, 13)); >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 68385
: 36738