GCC Bugzilla – Attachment 8363 Details for
Bug 20367
alias analysis doesn't take into account that variables that haven't their address taken can't alias arbitrary MEMs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
scheduling testcase
20367-sched.c (text/plain), 191 bytes, created by
Jorn Wolfgang Rennecke
on 2005-03-08 20:34:39 UTC
(
hide
)
Description:
scheduling testcase
Filename:
MIME Type:
Creator:
Jorn Wolfgang Rennecke
Created:
2005-03-08 20:34:39 UTC
Size:
191 bytes
patch
obsolete
>float *p; > >float >f(float f) >{ > static float a[3]; > float q, r; > > q = a[0]/f; > p[(int)q] = f; > r = a[0]; > r *= a[1]; > r *= a[2]; > a[2] = a[1]; > a[1] = a[0]; > a[0] = f; > return r+q; >}
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 20367
:
8353
| 8363 |
8364
|
8365
|
8366