GCC Bugzilla – Attachment 26485 Details for
Bug 52025
caller-saves triggers a frame without need
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
main-loop.c
foo.c (text/plain), 241 bytes, created by
Georg-Johann Lay
on 2012-01-27 23:08:34 UTC
(
hide
)
Description:
main-loop.c
Filename:
MIME Type:
Creator:
Georg-Johann Lay
Created:
2012-01-27 23:08:34 UTC
Size:
241 bytes
patch
obsolete
>extern void putch (char); >extern char getch (void); >extern void verify (void); > >void main_loop (void) >{ > unsigned char c; > > for (;;) > { > getch(); > > c = getch(); > verify(); > putch (c); > } >}
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 52025
: 26485