[Bug other/60843] Documentation: 4.5 Integers/C99 6.3.1.3 (reduce modulo 2^N)

2014-04-30 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60843 --- Comment #3 from joseph at codesourcery dot com joseph at codesourcery dot com --- On Wed, 30 Apr 2014, kdevel at vogtner dot de wrote: The problem is the erroneous wording reduction modulo 2^N. *Reduction* by definition results in the

[Bug other/60843] Documentation: 4.5 Integers/C99 6.3.1.3 (reduce modulo 2^N)

2014-04-29 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60843 --- Comment #1 from joseph at codesourcery dot com joseph at codesourcery dot com --- On Tue, 15 Apr 2014, kdevel at vogtner dot de wrote: For conversion to a type of width N, the value is reduced modulo 2^N to be within range of the type; no