-
Notifications
You must be signed in to change notification settings - Fork 581
printf Binary Format Quits Working Near 2**64 #14751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From [email protected]This is a bug report for perl from steve.siano@yahoo.com,generated with the help of perlbug 1.39 running under perl 5.18.2. 2**64 in binary and 2**65 in binary are incorrect. The output should be The result is the same withuse bigint;---Flags: category=core severity=low---Site configuration information for perl 5.18.2: |
From [email protected]This is a bug report for perl from steve.siano@yahoo.com, The following script shows that printf %b quits working near 2**64 (the #!/usr/bin/env perl for my $i ( 61 .. 65 ) { 2**62 in scientific is 4.611686e+18 2**63 in scientific is 9.223372e+18 2**64 in scientific is 1.844674e+19 2**65 in scientific is 3.689349e+19 2**64 in binary and 2**65 in binary are incorrect. The output should be 2**64 in binary is 010000000000000000000000000000000000000000000000000000000000000000 The result is the same with Flags: Site configuration information for perl 5.18.2: Configured by Debian Project at Thu Mar 27 18:28:21 UTC 2014. Summary of my perl5 (revision 5 version 18 subversion 2) configuration: Platform: Locally applied patches: @INC for perl 5.18.2: Environment for perl 5.18.2: |
From @tonycozOn Thu Jun 11 15:28:09 2015, steve.siano@yahoo.com wrote:
Marking as rejected per the discussion in 125393. Tony |
The RT System itself - Status changed from 'new' to 'open' |
@tonycoz - Status changed from 'open' to 'rejected' |
Migrated from rt.perl.org#125392 (status was 'rejected')
Searchable as RT125392$
The text was updated successfully, but these errors were encountered: