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]

Re: [preliminary patch] Fix libgcc2


On Oct 24, 2000, Kazu Hirata <kazu@hxi.com> wrote:

> Hi Alexandra,
             ^ make that an `e', please :-)
In Portuguese, this is a difference between male and female :-)

>> > +#if LONG_LONG_TYPE_SIZE > 32
>> 
>> LONG_LONG_TYPE_SIZE doesn't have to be a preprocessor constant.

> Well, I already see the same around line 93 in libgcc2.h.  Would this be
> sort of a bug?

I'm inclined to say it is.  It was introduced by:

2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>

	* libgcc2.h: Use LONG_LONG_TYPE_SIZE instead of MIN_UNITS_PER_WORD
	to decide whether 64-bit support must be generated.

and I think some people have already reported the problem that shows
up because of that.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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