GCC Bugzilla – Attachment 12378 Details for
Bug 29333
Jump threading getting in the way of PHI-OPT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Source code of the example
minmax.i (text/plain), 200 bytes, created by
Roberto Costa
on 2006-10-03 16:05:05 UTC
(
hide
)
Description:
Source code of the example
Filename:
MIME Type:
Creator:
Roberto Costa
Created:
2006-10-03 16:05:05 UTC
Size:
200 bytes
patch
obsolete
>int minmax_correct(int a) >{ > if (a > 32767) a = 32767; > else if (a < -32768) a = -32768; > > return a; >} > >int minmax_wrong(int a) >{ > if (a > 32767) a = 32767; > if (a < -32768) a = -32768; > > return a; >}
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 29333
: 12378