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 onpowerpc-apple-darwin


Segher Boessenkool <segher@kernel.crashing.org> writes:

>>> Is there any such system supported by GCC right now?
>>
>> The only system I can think of is WIN64 but I think it is not supported
>> by GCC yet.
>
> I'll just hard-code to 'long' for now, with an appropriate

I suggest to use a typedef or a macro instead of long - that way you
can change it later easily....

> comment.  If such a system ever shows up and people care
> enough, they can create an override mechanism.  Anyway,
> always using 'long' isn't worse than what we currently do
> (HOST_WIDE_INT).

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SUSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


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