GCC Bugzilla – Attachment 26765 Details for
Bug 50925
[4.8 Regression][avr] ICE at spill_failure, at reload1.c:2118
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
spill.c - another reduced test
spill.c (text/plain), 537 bytes, created by
Georg-Johann Lay
on 2012-02-27 20:42:39 UTC
(
hide
)
Description:
spill.c - another reduced test
Filename:
MIME Type:
Creator:
Georg-Johann Lay
Created:
2012-02-27 20:42:39 UTC
Size:
537 bytes
patch
obsolete
>typedef signed char int8_t; >typedef unsigned char uint8_t; > >static struct >{ > int8_t n, p0, p1, p2, p3; >} info; > >int8_t getPos3 (int8_t a0, int8_t a1, int8_t a2) >{ > if (1 == a0 && 2 == a1) > switch (a1) > { > case 2: > return 1; > } > > return 0; >} > >void doAction (int a, int8_t a0, int8_t a1, int8_t a2) >{ > if (1 == a0 && 0 == a1) > info.n--; >} > >void menu_cycle(void) >{ > if (info.p3 < getPos3 (info.p0, info.p1, info.p2) -1) > doAction (0, info.p0, info.p1, info.p2); >}
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 50925
:
25667
|
25720
|
26008
|
26486
| 26765