This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/82170] gcc optimizes int range-checking poorly on x86-64


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82170

--- Comment #2 from Marc Glisse <glisse at gcc dot gnu.org> ---
Note that n==(int)n (gcc documents that this must work) may work with more gcc
versions and is more readable.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]