This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/31007] wrong 64bit constant calculation
- From: "hidden_peak at mail dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Mar 2007 15:05:26 -0000
- Subject: [Bug c/31007] wrong 64bit constant calculation
- References: <bug-31007-9098@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from hidden_peak at mail dot ru 2007-03-01 15:05 -------
Do you mean this treatment: ~((1ULL << 63ULL) >> 3ULL) -> ~(1ULL << 60ULL) ->
efffffffffffffff ?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31007