This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13208] Wrong expression evaluation when using data type or cast "long long"
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Nov 2003 23:25:30 -0000
- Subject: [Bug c/13208] Wrong expression evaluation when using data type or cast "long long"
- References: <20031126223709.13208.druegh@informatik.tu-muenchen.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From falk at debian dot org 2003-11-26 23:25 -------
Your mistake lies in the assumption that the type of the variable the result
is assigned to is of any relevance; it is not. See also
http://www.eskimo.com/~scs/C-faq/q3.14.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13208