GCC Bugzilla – Attachment 30871 Details for
Bug 53001
-Wfloat-conversion should be available to warn about floating point errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
some floating conversion issues
float_test.c (text/plain), 138 bytes, created by
Joshua Cogliati
on 2013-09-20 16:30:28 UTC
(
hide
)
Description:
some floating conversion issues
Filename:
MIME Type:
Creator:
Joshua Cogliati
Created:
2013-09-20 16:30:28 UTC
Size:
138 bytes
patch
obsolete
>int main(int argc, char ** argv) { > int i = 3.14; > return i; >} > >int foo(double x) >{ > return x; >} > >float foo2(double x) { > return x; >}
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 53001
:
30870
|
30871
|
30873
|
30882
|
30899
|
30913
|
30937
|
30979
|
30980
|
30994
|
31014
|
31065
|
31097