GCC Bugzilla – Attachment 38185 Details for
Bug 70359
[7/8/9 Regression] Code size increase for x86/ARM/others compared to gcc-5.3.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
tok.c
tok.c (text/plain), 213 bytes, created by
Fredrik Hederstierna
on 2016-04-04 22:00:17 UTC
(
hide
)
Description:
tok.c
Filename:
MIME Type:
Creator:
Fredrik Hederstierna
Created:
2016-04-04 22:00:17 UTC
Size:
213 bytes
patch
obsolete
> >void dump(char *s); >char* next(char *s); > >char* test(char *s) >{ > char *n = next(s); > while (n) { > dump(""); > n = next(s); > } > n = next(s); > while (n) { > dump(""); > n = next(s); > } > return s; >}
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 70359
:
38058
| 38185 |
43597