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 middle-end/30704] [4.2/4.3 Regression] Incorrect constant generation for long long



------- 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


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