Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 79111 Details for
Bug 79870
dev-libs/gmp-4.1.4 is broken for amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
failure.cpp
failure.cpp (text/x-c++src), 561 bytes, created by
Daniel Black (RETIRED)
on 2006-02-07 05:16:29 UTC
(
hide
)
Description:
failure.cpp
Filename:
MIME Type:
Creator:
Daniel Black (RETIRED)
Created:
2006-02-07 05:16:29 UTC
Size:
561 bytes
patch
obsolete
> >#include <iostream> >#include <gmpxx.h> >using namespace std; >int main() >{ > > mpz_class val =29813298; > > { > mpz_class m_p ("111"); > cout << "m_p is now " << m_p << endl; > mpz_pow_ui ( m_p.get_mpz_t(), val.get_mpz_t(), 14 ); > cout << "m_p is now " << m_p << endl; > } > > { > mpz_class m_p ("111"); > cout << "m_p is now " << m_p << endl; > mpz_pow_ui( m_p.get_mpz_t(), val.get_mpz_t(), 1099511627791ULL ); > cout << "m_p is now " << m_p << endl; > } >}
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 79870
: 79111