This is the mail archive of the gcc-patches@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]

Re: [PATCH] Fix PR 13987, compile time slow down on powerpc-apple-darwin


I also moved the code to decide which type to use into hwint.h so other
files can use it also if they want.  Also since ia64-hpux was mentioned
as one of the targets where long long was more effiecent I turned it on
for that host.

OK? Bootstrapped on powerpc-apple-darwin with no regressions?

Really? When I did a very similar patch last week (which I could not contribute as none of my native targets have been bootstrapping on mainline), I also needed a patch to gengtype-lex.l to recognize the new HOST_FASTEST_INT type, or bootstrap would fail really early.


Segher



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