------- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-12 13:30 ------- Here is the one for 3.3.3 and above: typedef long bignum_digit_type; void bignum_divide_unsigned_normalized( ){ bignum_digit_type guess; guess = ((((unsigned long) 1) << (((sizeof (bignum_digit_type)) * 8) - 2)) - 1); }
I will file the other one seperate now. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2005-10-12 13:30:41 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24315