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 lto/50568] [4.7 Regression] Massive LTO failures


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50568

--- Comment #10 from Andi Kleen <andi-gcc at firstfloor dot org> 2011-09-29 18:19:02 UTC ---
I did the same patch (with long long)

I think using long long here is ok because lto-plugin only builds
on modern and non weird hosts and they should all have long long 
anyways.

uint64_t is probably fine too.


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