This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/30704] [4.2/4.3 Regression] Incorrect constant generation for long long
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Mar 2007 23:21:16 -0000
- Subject: [Bug middle-end/30704] [4.2/4.3 Regression] Incorrect constant generation for long long
- References: <bug-30704-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from pinskia at gcc dot gnu dot org 2007-03-12 23:21 -------
I proved to my self at least with a cross from x86 to ppc64, I get the correct
output:
change t:
long long t = 0x1234567890123456ULL;
and we get:
.tc FD_12345678_90123456[TC],0x1234567890123456
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30704